Never mind - I just saw the very timely e-mail from Jouni.
Thanks!
On Sun, 8 Feb 2009 14:16:59 -0600
Alan Jackson wrote:
> Trying to find a simple way to shrink the tick labels for this plot -
> since I can have many tiny histograms, the labels need to be smaller,
> but it isn't obvious to me h
Trying to find a simple way to shrink the tick labels for this plot -
since I can have many tiny histograms, the labels need to be smaller,
but it isn't obvious to me how to simply shrink them.
code snippet...
num = len(datasets)
fig = plt.figure()
rows = np.int(np.sqrt(num))
cols = np.int(float(