I talked about doing some development on sage a while back. There is a
lot that needs doing, but I wanted some _very_ small to start off with.

I was trying to plot a 3d object and was not sure which axes were which
in the plot. I found plot3d axes, but that only takes one color. I
modified it to take a a list or tuple of three strings. One for each
axes. It also works with a single color for all three.

        from sage.plot.plot3d.plot3d import axes
        S = axes(6, 3, color=('red','blue','green'))
        sphinx_plot(S)

Previously there was not a default for the color in the axes function. I
set that to 'black'. Is that OK?

Assuming this is a reasonable thing to do, it looks like the next step
is to create a trac ticket for it, correct?

Thanks,

Andy



-- 
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.

Reply via email to