Re: [Matplotlib-users] clearing previous format changes

2011-01-03 Thread Benjamin Root
On Mon, Jan 3, 2011 at 11:36 AM, Drew Stokes wrote: > > Hi, > I'm very new to Matplotlib and python but I ma getting excellent results in > what I am trying to achieve. That said I have come up against an issue I > can't seem to find a resolution to and was wondering if someone here may be > able

Re: [Matplotlib-users] How to make a grid of (plot) grids?

2011-01-03 Thread Paul Ivanov
Gf B, on 2011-01-03 15:23, wrote: > > Can such a "grid of grids" be done with matplotlib? If so, could someone > show me how? Take a look at GridSpec - in particular: http://matplotlib.sourceforge.net/users/gridspec.html#gridspec-using-subplotspec You'll be able to group the inner grids visual

[Matplotlib-users] How to make a grid of (plot) grids?

2011-01-03 Thread Gf B
I'm trying to do something in matplotlib that I do routinely in Mathematica, a "grid of grids" of plots. I made a hi-res JPEG of what this looks like in Mathematica: http://is.gd/k2cXb (you may need to zoom in, but it's definitely legible; don't focus too much on the Mathematica code; what matter

Re: [Matplotlib-users] Python 3

2011-01-03 Thread Xavier Gnata
On 01/03/2011 05:29 PM, Ryan May wrote: > On Mon, Jan 3, 2011 at 9:28 AM, Darren Dale wrote: >> On Mon, Jan 3, 2011 at 9:45 AM, Ryan May wrote: >>> On Sun, Jan 2, 2011 at 12:24 PM, Xavier Gnata >>> wrote: "/usr/local/lib/python3.1/dist-packages/matplotlib/backends/qt4_editor/formlayout.py"

[Matplotlib-users] clearing previous format changes

2011-01-03 Thread Drew Stokes
Hi, I'm very new to Matplotlib and python but I ma getting excellent results in what I am trying to achieve. That said I have come up against an issue I can't seem to find a resolution to and was wondering if someone here may be able to help out. I have a script that generates a number of plots.

Re: [Matplotlib-users] caveats found installing matplotlib from svn source on python 2.7 in mac os x Leopard

2011-01-03 Thread Eric Firing
On 01/02/2011 05:40 PM, Tom K. wrote: > [...] > FOURIER DEMO - PROBLEM AND FIX IN "lines.py" > Next I tried my wx-based gui http://wiki.wxpython.org/MatplotlibFourierDemo. > It raised assertions in lines.py, particularly the part where it tries to > access > path, affine = > self._transfor

Re: [Matplotlib-users] Resolution in pdf exporting

2011-01-03 Thread Alan G Isaac
On 1/3/2011 11:41 AM, Keld Lundgaard wrote: > I have found that the pdf/eps backend make my plots in a too low resolution > (meaning do not uses enough points in the vector description). "path.simplify" must be set to True in your matplotlibrc? Alan Isaac -

[Matplotlib-users] Resolution in pdf exporting

2011-01-03 Thread Keld Lundgaard
Dear mailing list, I have found that the pdf/eps backend make my plots in a too low resolution (meaning do not uses enough points in the vector description). Is there any way to change this? (simply making the DPI higher does not change the case) Right now I have to save to png and then convert

Re: [Matplotlib-users] Python 3

2011-01-03 Thread Ryan May
On Mon, Jan 3, 2011 at 9:28 AM, Darren Dale wrote: > On Mon, Jan 3, 2011 at 9:45 AM, Ryan May wrote: >> On Sun, Jan 2, 2011 at 12:24 PM, Xavier Gnata wrote: >>> "/usr/local/lib/python3.1/dist-packages/matplotlib/backends/qt4_editor/formlayout.py", >>> line 59, in >>>     from PyQt4.QtCore impor

Re: [Matplotlib-users] Python 3

2011-01-03 Thread Darren Dale
On Mon, Jan 3, 2011 at 9:45 AM, Ryan May wrote: > On Sun, Jan 2, 2011 at 12:24 PM, Xavier Gnata wrote: >> which backend should we use? >> It does not work with pyqt4 >> >> Traceback (most recent call last): >>   File "", line 1, in >>   File "/usr/local/lib/python3.1/dist-packages/pylab.py", lin

Re: [Matplotlib-users] Python 3

2011-01-03 Thread Ryan May
On Sun, Jan 2, 2011 at 12:24 PM, Xavier Gnata wrote: > which backend should we use? > It does not work with pyqt4 > > Traceback (most recent call last): >   File "", line 1, in >   File "/usr/local/lib/python3.1/dist-packages/pylab.py", line 1, in > >     from matplotlib.pylab import * >   File