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
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