On Wed, 16 Nov 2011 at 06:51AM -0600, Jason Grout wrote:
> This is fixed in #11963 (needs review! :)

I looked over your patch and it seems good. I'll check it out tomorrow
morning when I'm at my work computer.

> Likewise:
> >
> >sage: q = plot(tan(x), (x,-1,1))
> >sage: q.set_legend_options(title='tangent!')
> >
> >does nothing. Am I doing something wrong? Have I found some bugs?
> 
> I don't know about this.  It would be something to look into.  It
> might be better to just have a function to set the show options for
> a figure, rather than specific setter functions for each possible
> show option. Something like:
> 
> q.set_show_options(legend_label='tangent')
> 
> which would be the same as:
> 
> plot(tan(x), (x,-1,1),legend_label='tangent')

That could be convenient. I'm producing my plots in one function and
showing them in another, so it's nice to be able to alter things after
the "production" step.

Dan

--
---  Dan Drake
-----  http://mathsci.kaist.ac.kr/~drake
-------

Attachment: signature.asc
Description: Digital signature

Reply via email to