Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Parametric 3d plot not showing

If I write somePlot=parametric_plot3d((sin, cos, lambda u: u/10), (0,20)) somePlot.show() Into a .sage file and therafter write sage file.sage it will not show anything. While if I run sage interactively from the terminal and write the same it will open jmol viewer and show the file. Why does this happen?

click to hide/show revision 2
retagged

Parametric 3d plot not showing

If I write somePlot=parametric_plot3d((sin, cos, lambda u: u/10), (0,20)) somePlot.show() Into a .sage file and therafter write sage file.sage it will not show anything. While if I run sage interactively from the terminal and write the same it will open jmol viewer and show the file. Why does this happen?