Ask Your Question

yshuidie's profile - activity

2024-01-21 18:04:38 +0200 received badge  Notable Question (source)
2024-01-21 18:04:38 +0200 received badge  Popular Question (source)
2016-10-06 15:26:03 +0200 received badge  Notable Question (source)
2016-10-06 15:26:03 +0200 received badge  Popular Question (source)
2016-10-06 15:26:03 +0200 received badge  Famous Question (source)
2016-07-08 00:09:09 +0200 asked a question polygon3d() doesn't work

The polygon class plot well in 2d, but if I type in the command as the example on tutorial:

EXAMPLES: A simple triangle: sage: polygon3d([[0,0,0], [1,2,3], [3,0,0]]) Graphics3d Object

I think it should shows a triangle, but my linux jmol grapher doesn't plot anything. However, the axes still changes as I change the coordinates. I really want to plot a triangle in 3d, can anyone help? Great thanks!

2016-06-22 20:00:26 +0200 received badge  Student (source)
2016-06-18 20:27:50 +0200 asked a question How to see graph directly after plot() via virtualbox?

My laptop is windows7, so I use virtualbox as instructed on the Wiki. However, when I try the plot(), the sage always tell me that "launched png viewer for Graphics object consisting of XX primitives", and so far the only way I can see the image is to save the .png graph somewhere, which is inconvenient. I've seen on Mac that the graph directly popped out after plotting, so is there anyway to let virtualbox to do so?