> I want that legend is in left side, ... how?

Try something like:

p = plot(sin,legend_label="sin")
p.set_legend_options(loc='upper left')
p.show()

After making some plot p, you can type help(p.set_legend_options) to
see more information about the various things you can configure.


Doug

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to