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
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
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
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
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
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