[Matplotlib-users] Splitting legends / having multiple legends

2006-10-12 Thread Christian David Ott
Hi, due to limited white space in my figures, I would like to beable to split up a single big legend into multiple (usually 2) smaller ones. ### Example (adapted from simple_plot.py): from pylab import * t = arange(0.0, 2.0, 0.01) s = sin(2*pi*t) plot(t, s, linewi

[Matplotlib-users] multiple legends for one subplot/pair of axes

2006-06-14 Thread Christian David Ott
Hi, due to limited white space in my figures, I would like to be able to split up a single big legend into multiple (usually 2) smaller ones. ### Example (adapted from simple_plot.py): from pylab import * t = arange(0.0, 2.0, 0.01) s = sin(2*pi*t) plot(t, s, linewidt