Re: [Matplotlib-users] Hints on sizing plot elements?

2010-08-15 Thread Jae-Joon Lee
On Thu, Aug 12, 2010 at 2:08 PM, Russell E. Owen wrote: > So...can I convince the automatic sizer to always show the full X (time) > axis annotations and put all the variable sizing into the data area? Or > do I have to manually set them somehow? > Another option you may try is to use axes_grid1

Re: [Matplotlib-users] How to improve colorbar scaling?

2010-08-15 Thread Jae-Joon Lee
On Fri, Aug 13, 2010 at 3:34 AM, Jeremy Conlin wrote: > I have a problem with the scaling of the numbers on a colorbar.  The > problem occurs when the numbers used as colorbar labels need to be > scaled (i.e. by 1E3).  The colorbar correctly puts the scaling value > on the top of the colorbar, but

[Matplotlib-users] Memory Usage

2010-08-15 Thread Craig Lyndon
Hi all, I am using matplotlib to create a static graph from a few fairly large data sets. (Over 500,000 samples) I know you can pull out datasets of an axes by using the functions get_xdata() and get_ydata(), which leads me to wonder how matplotlib handles large data sets? Does it keep the entire