[Matplotlib-users] Plot data for a 24 by 16 array of subplots and allow zooming into any one of them.

2012-04-18 Thread hari jayaram
Hi I am fairly new to matplotlib. I have 384 x,y plots that I want to arrange into a 24 by 16 array of subplots with each subplot being at-least 4 inches by 4 inches. I am creating the figure using a large size so that everything will fit fig = plt.figure(figsize=(96,64),dpi=72) I then have

Re: [Matplotlib-users] Plot data for a 24 by 16 array of subplots and allow zooming into any one of them.

2012-04-18 Thread Benjamin Root
On Wed, Apr 18, 2012 at 12:40 PM, hari jayaram hari...@gmail.com wrote: Hi I am fairly new to matplotlib. I have 384 x,y plots that I want to arrange into a 24 by 16 array of subplots with each subplot being at-least 4 inches by 4 inches. I am creating the figure using a large size so