[Matplotlib-users] ytick fontsize for exponentials

2007-11-28 Thread Jesper Larsen
Hi matplotlib users I am trying to fit a substantial number of subplots into a single plot. I would therefore like to reduce the font size of my x- and yticks. Some of the plots contain very large numbers on the y-axis. Using the default formatting this means that the exponential will be written a

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-28 Thread Ryan Krauss
I may be jumping into this conversation way too late, but I really like wxmpl. The one bell and whistle that I love is the click-and-drag box zoom available by default. Attached is my hacked together simple example of putting a wxmpl.PlotPanel on a wx.notebook. Ryan On Nov 27, 2007 11:06 AM, C

[Matplotlib-users] wxmpl: Can't create printer "PDF" because the id "PDF" is already used

2007-11-28 Thread Ryan Krauss
I just created a small wxmpl example that I really like (attached), but when I run it, I get these error messages: ** (python:18091): WARNING **: Can't create printer "PDF" because the id "PDF" is already used (python:18091): GnomePrintCupsPlugin-WARNING **: The CUPS printer PDF could not be crea

Re: [Matplotlib-users] Wanted: recommendations on embedding matplotlib in a wxPython application

2007-11-28 Thread Rich Shepard
On Wed, 28 Nov 2007, Ryan Krauss wrote: > I may be jumping into this conversation way too late, but I really like > wxmpl. The one bell and whistle that I love is the click-and-drag box > zoom available by default. Attached is my hacked together simple example > of putting a wxmpl.PlotPanel on a

Re: [Matplotlib-users] wxmpl: Can't create printer "PDF" because the id "PDF" is already used

2007-11-28 Thread Ryan Krauss
FYI, I see this same warning in another wxPython program of mine that doesn't use mpl or wxmpl, so it seems like it is a wxPython issue. Solutions are still welcome. Ryan On Nov 28, 2007 8:46 AM, Ryan Krauss <[EMAIL PROTECTED]> wrote: > I just created a small wxmpl example that I really like (at

[Matplotlib-users] Proper way to draw bar graphs with dates?

2007-11-28 Thread John Harrison
I'm a matplotlib newbie and I'm trying to figure out the proper way to draw a bar graph with dates along the x-axis. I am able to draw graph that properly uses dates with the plot_date() call and I can do a bar graph with bar(). I can even use the following code to get the output that I w