Hi, Le mardi 23 janvier 2018 21:58:35 UTC+1, Andy Howell a écrit : > > I was trying to plot a 3d object and was not sure which axes were which > in the plot. >
Just for this purpose (i.e. finding which axes are which), note that you can use the threejs viewer, which automatically labels the axes: sage: from sage.plot.plot3d.plot3d import axes sage: S = axes(6, 3) sage: show(S, viewer='threejs') The default names are (x,y,z), but you can change this: sage: show(S, viewer='threejs', axes_labels=['a', 'b', 'c']) Anyway, it will be nice to have colored axes. Best wishes, Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.