wolfram-mathematica - 数学 : Unable to zoom in/out using the mouse on a 3D graphics after Rotate[]

标签 wolfram-mathematica

我制作了 3D 图形,并使用了已知的缩放方法,即按住 Ctrl 然后上下滑动鼠标以按此处所述进行放大和缩小

http://reference.wolfram.com/mathematica/howto/RotateZoomAndPanGraphics.html

这工作正常。

但现在我发出命令 Rotate[g,90 Degree],并尝试放大生成图(在新的输出单元格中)。但是缩放不再适用于那个新的旋转图像。

每次滑动鼠标时,我都会看到它闪烁黑色,但它既不放大也不缩小。

这是命令

     g=Graphics3D[ Cuboid[{-.1,-.1,-.1},{.1,.1,.1}],
        AxesOrigin->{0,0,0},
        PlotRange->{{-1,1},{-1,1},{-1,1}},
        Axes->True,
        AxesLabel->{"X","Y","Z"},
        ViewPoint->Front,
        Ticks->None]

现在缩放工作正常。现在输入
 Rotate[g,90 Degree]

现在尝试放大上述命令的结果。这是行不通的。

版本 8.0.1,Windows 7

谢谢

最佳答案

你是对的,界面中有一个错误。

经过几次尝试,按 Ctrl 和鼠标按钮,我得到了一个奇怪的显示:

enter image description here

并且缩放有效(虽然不一致),但是......从左到右移动鼠标!

关于wolfram-mathematica - 数学 : Unable to zoom in/out using the mouse on a 3D graphics after Rotate[],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6182086/

相关文章:

c# - 命令 "nb = NotebookCreate[]"在 Mathematica 中失败?

wolfram-mathematica - 数学: Changing the options of a Graphics object

wolfram-mathematica - 关于 Mathematica 中 RotationTransform 函数的问题

python - 用奇异矩阵计算求解方程组

wolfram-mathematica - 美元符号 $ 在内部有什么用?

wolfram-mathematica - 是否可以在播种时访问部分列表内容,还是必须等待它被收割?

wolfram-mathematica - 在 Mathematica 中重新排序列表元素的更好方法

wolfram-mathematica - 清理 Mathematica 中一根长线上的数据

layout - 通过 GraphicsColumn 在 Mathematica 中垂直对齐绘图

wolfram-mathematica - 在列表中搜索某些三元组