gpt4 book ai didi

graphics - 为什么在 Mathematica 中使用图形函数时点会消失

转载 作者:行者123 更新时间:2023-12-01 06:14:18 27 4
gpt4 key购买 nike

我正在做一个非常基本的操作——在 Mathematica 中画点。这是代码:

Graphics[
{
Point[{0, 0}], Point[{1, 2}]
}
]

我给出了我想要的结果:

enter image description here

但是当我指定“PlotRange”时,我得到了一个空白 Canvas 。为什么两个点消失了?

Graphics[
{
Point[{0, 0}], Point[{1, 2}]
},
PlotRange -> {{0, 0}, {4, 4}}
]

截图:

enter image description here

如果您无法重现我遇到的问题,也请告诉我。谢谢。

最佳答案

PlotRange 选项使用错误。您必须按此顺序给出矩形绘图范围的角 {{xmin, xmax}, {ymin, ymax}}

在你的情况下

PlotRange -> {{0, 4}, {0, 4}}

关于graphics - 为什么在 Mathematica 中使用图形函数时点会消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8380806/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com