[matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread Pierre Raybaut
Hi all, I would like to contribute to matplotlib with this enhancement for the PyQt4 backend: the idea is to add a toolbar button to configure figure options (axes, curves, ...). It's based on a tiny module called formlayout to generate PyQt4 form dialog automatically. Some screenshots: http://c

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread John Hunter
On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut wrote: > Hi all, > > I would like to contribute to matplotlib with this enhancement for the > PyQt4 backend: the idea is to add a toolbar button to configure figure > options (axes, curves, ...). > > It's based on a tiny module called formlayout to g

[matplotlib-devel] grid bug

2009-04-28 Thread Olivier Feys
Hi, I found a bug with the grid after passing by a log scale. Here is the sample code reproducing the bug : from pylab import * plot(range(50),range(50)) draw() gca().set_yscale('log') draw() gca().xaxis.grid() draw() gca().set_yscale('linear') draw() show() The grid on the xaxis disap

Re: [matplotlib-devel] grid bug

2009-04-28 Thread John Hunter
On Tue, Apr 28, 2009 at 3:18 AM, Olivier Feys wrote: > Hi, > > I found a bug with the grid after passing by a log scale. > Here is the sample code reproducing the bug : > > from pylab import * > > plot(range(50),range(50)) > draw() > gca().set_yscale('log') > draw() > gca().xaxis.grid() > draw()

Re: [matplotlib-devel] grid bug

2009-04-28 Thread Olivier Feys
0.98.5.2 John Hunter wrote: On Tue, Apr 28, 2009 at 3:18 AM, Olivier Feys wrote: Hi, I found a bug with the grid after passing by a log scale. Here is the sample code reproducing the bug : from pylab import * plot(range(50),range

Re: [matplotlib-devel] grid bug

2009-04-28 Thread John Hunter
On Tue, Apr 28, 2009 at 10:59 AM, Olivier Feys wrote: > 0.98.5.2 > I also am not seeing it on the 0.98 branch, so the good news is that if we can ever get this release out as planned it should be fixed on the next release. Or if you are happy with svn and a compiler, you can upgrade from svn

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread Pierre Raybaut
2009/4/28 John Hunter : > > > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut > wrote: >> >> Hi all, >> >> I would like to contribute to matplotlib with this enhancement for the >> PyQt4 backend: the idea is to add a toolbar button to configure figure >> options (axes, curves, ...). >> >> It's bas

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread Darren Dale
On Tue, Apr 28, 2009 at 12:19 PM, Pierre Raybaut wrote: > 2009/4/28 John Hunter : > > > > > > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut > > wrote: > >> > >> Hi all, > >> > >> I would like to contribute to matplotlib with this enhancement for the > >> PyQt4 backend: the idea is to add a tool

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2009-04-28 Thread Dave Peterson
Darren Dale wrote: On Tue, Apr 28, 2009 at 12:19 PM, Pierre Raybaut > wrote: 2009/4/28 John Hunter mailto:jdh2...@gmail.com>>: > > > On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut mailto:cont...@pythonxy.com>> > wrote: >> >> Hi all,

Re: [matplotlib-devel] Problem saving to eps with usetex=True

2009-04-28 Thread Jae-Joon Lee
This patch is now committed to the trunk (r7068). -JJ On Sat, Apr 25, 2009 at 8:29 AM, Ken Schutte wrote: > Yeah, that seems to work!  thanks a lot, > Ken > > On Fri, Apr 24, 2009 at 5:21 PM, Jae-Joon Lee wrote: >> ps backend, when usetex=True, uses latex with psfrag package to >> generate the

[matplotlib-devel] backend_cairo.py clipping, bug in SVN

2009-04-28 Thread Michiel de Hoon
Hi everybody, I believe a bug was introduced in revision 7002 of backend_cairo.py. This code, in two places, now calls RendererCairo.convert_path with two arguments (ctx and tpath), whereas RendererCairo.convert_path expects three arguments. In one other place, RendererCairo.convert_path is cal