It seems that I've discovered more broken things in the plotting code!

I'm trying to get my plots to look right, and I've discovered that I
can't alter the legend or aspect ratio with the relevant "set_" functions:

sage: q = plot(tan(x), (x,-1,1))
sage: q.set_aspect_ratio(5)

...which has no affect on q. 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?

Dan

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

Attachment: signature.asc
Description: Digital signature

Reply via email to