On Saturday, January 7, 2012, Jae-Joon Lee wrote:
> Please post a complete (but simple) example that we can easily test.
> Doing the *subplot_adjust* will mess up the location of colorbars, but
> I believe that colorbars should be still there.
> If you're using v1.1 and later, see if using the "us
Please post a complete (but simple) example that we can easily test.
Doing the *subplot_adjust* will mess up the location of colorbars, but
I believe that colorbars should be still there.
If you're using v1.1 and later, see if using the "use_gridspec"
parameter works. For example,
colorbar(use_gri
Hi, I need to add a colorbar to each plot in a subplot but cant seem to get
it to work. My code is as follows,
# Plot time series of slowness, baz, abs.power and rel.power
labels = 'rel.power abs.power baz slow'.split()
fig = plt.figure()
for i, lab in enumerate(labels):
ax = fig.add_subplot