Hi everyone!

I have been plotting an array as a contour plot using

p = Graphics()
import csv
data1 = [row for row in csv.reader(open('Vp-Mod-n:1.dat'), delimiter='\t')]
p += list_plot(data1, size=3)
p.show(viewer='tachyon')

and it works alright. However, I'd like:

   - Change the camera position. I've seen that it's possible when Jmol is 
   used as viewer, however Jmol sometimes crashes my browsers (firefox, 
   chromium, seamonkey, etc.)
   - Adding label to the axes. I tried to insert text3d and doesn't work.
   - Text3d in Jmol: even if I am stubborn and try to plot my arrays in 
   Jmol, the text3d for labeling the axes stands on the axes, What can I do for 
   the text to be outside the plot frame?
   - Finally, Can the figures be exported as PDF? So far I can export them 
   as JPEG.
   
Thank you all!

DOX.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to