I was trying the parametric_plot3d backed by Jmol by putting the following into a worksheet cell:
var('t') c = 2*pi parametric_plot3d( (cos(t), sin(t), t), (0, c), plot_points=100, color="red") It worked as expected, however when I changed the second line to c = 3*pi then did shift+enter, it still plots the graph using the first value of c (2*pi). Even after saving the worksheet and restarting the virtual machine, the change was not recognized. I'm using the Sage 2.9.1 virtual appliance that has been upgraded to 2.9.3. Thanks, Tim --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---