[sage-support] Re: Plotting 3d graphs side by side

2011-04-17 Thread ObsessiveMathsFreak
I was thinking about the jmol export to image function an whether this could be used to display a 3D array? Either that or the tachyon, output images might perhaps be able to be stapled together in a graphics_array. However, I currently have no idea of how to do this. Can anyone offer assistance?

[sage-support] Re: Plotting 3d graphs side by side

2011-04-17 Thread ObsessiveMathsFreak
Thanks, but I have to say that I don't find any of these solutions particularly endearing. Is there no way of coercing this behaviour out of the normal Sage plot3d functions? I'm not keen on having to learn yet another interface library just to get something done in Sage. On Apr 17, 7:45 am, achr

[sage-support] Re: Plotting 3d graphs side by side

2011-04-16 Thread achrzesz
http://ask.sagemath.org/question/335/multiple-3d-plots-in-one-panel-graphics_array-and On 17 Kwi, 02:46, ObsessiveMathsFreak wrote: > Currently in sage 3D I can graph 3D plots in the same output, but not > side by side. > > p1=plot3d(lambda x, y: x^2 + y^2, (-2,2), (-2,2)) > p2=plot3d(lambda x, y