It's not possible from sage. It is possible in matplotlib. You will need to 
get the lines from the legend using your_legend.get_lines(), which returns 
a list of line2d objects. See

http://matplotlib.org/api/legend_api.html#matplotlib.legend.Legend.get_lines

After you have extracted the lines, you can change the linewidth of a line 
by using something like
your_line.set_linewidth(<some float>)

On Sunday, July 28, 2013 3:02:38 AM UTC+8, davidp wrote:
>
> Is there a way to increase the linewidth of lines appearing in the legend 
> of a plot without changing the linewidth in the plot, itself?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to