eps is a 2-d vector format, so what exactly do you mean by "saving 3d plot as eps"?
On Saturday, August 29, 2015 at 10:55:17 AM UTC-4, Santanu wrote: > > How to save 3D plot in eps format? > > L=line3d([( 3 , 2 , 1 ), ( 4 , 3 , 2 )],color='red') > > L=list_plot3d([[ 3 , 2 , 1 ], [ 4 , 3 , 2 ]],color='red') > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
