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, achrzesz <[email protected]> wrote: > http://ask.sagemath.org/question/335/multiple-3d-plots-in-one-panel-g... > > On 17 Kwi, 02:46, ObsessiveMathsFreak <[email protected]> > 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: x^2 - y^2, (-2,2), (-2,2)) > > (p1).show(viewer="tachyon") > > (p2).show(viewer="tachyon") > > > With 2d plots, this can be done using graphics array, but it seems > > that 3d plots are not supported. > > > ga=graphics_array([p1,p2]) > > Traceback (click to the left of this block for traceback) > > ... > > TypeError: every element of array must be a Graphics object > > > How can 3d plots be displayed side by side? Also, is it possible to > > have jmol plots displayed in this way? -- 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
