You can, as indicated in the accepted answer. To produce exactly that graph (http://matplotlib.org/examples/mplot3d/scatter3d_demo.html) from Sage you can use matplotlib: copy the code of the example in a cell (I'm assuming you are using the notebook) and substitute the last line
发布评论
评论(2)
绝对地。如果您有代表您的点的元组列表,例如:
将绘制 point_list 中给出的两个点,您可以使用标准 Sage 绘图选项添加轴标签。
Absolutely. If you've got a list of tuples that represent your points, something like:
that will plot the two points given in point_list, you can add axis labels with standard sage plotting options.
您可以,如已接受的答案中所示。要准确生成该图(http://matplotlib.org/examples/mplot3d/scatter3d_demo.html)从 Sage 你可以使用 matplotlib:将示例的代码复制到单元格中(我假设你正在使用笔记本)并将最后一行替换
为
You can, as indicated in the accepted answer. To produce exactly that graph (http://matplotlib.org/examples/mplot3d/scatter3d_demo.html) from Sage you can use matplotlib: copy the code of the example in a cell (I'm assuming you are using the notebook) and substitute the last line
with