[Matplotlib-users] 0.98.6svn Windows

2009-06-24 Thread Christoph Gohlke
Hi, I have built SVN revision 7239 of matplotlib and basemap for Python 2.6 using Visual Studio 2008 and the geos 3.0.4 library. Seems to work for me. http://www.lfd.uci.edu/~gohlke/#pythonlibs Christoph -- ___

Re: [Matplotlib-users] equivalent of PlotFilling->Axis

2009-06-24 Thread Art
Thanks! I knew it had to exist and with a lot of nice options, as usual. Art On Wed, Jun 24, 2009 at 10:21 PM, Jae-Joon Lee wrote: > I guess the stem plot is close to what you need. > > http://matplotlib.sourceforge.net/examples/pylab_examples/stem_plot.html > > Regards, > > -JJ > > > > > On We

Re: [Matplotlib-users] equivalent of PlotFilling->Axis

2009-06-24 Thread Jae-Joon Lee
I guess the stem plot is close to what you need. http://matplotlib.sourceforge.net/examples/pylab_examples/stem_plot.html Regards, -JJ On Wed, Jun 24, 2009 at 3:32 PM, Art wrote: > Hi Eric, > > I was thinking more like the tiny attachment (hope attachments are ok). > Basically, given a list

[Matplotlib-users] WxPython backend + Vista => toolbar not working

2009-06-24 Thread guillaume ranquet
Hi list :) I'm having troubles with windows vista and the wxpython toolbar. it works fine on linux (not tested on any other windows//mac os) I just see a gray bar where the toolbar should be. I do something like this: from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas

Re: [Matplotlib-users] equivalent of PlotFilling->Axis

2009-06-24 Thread Art
Hi Eric, I was thinking more like the tiny attachment (hope attachments are ok). Basically, given a list of (x,y) coordinates, plot the (x,y) point as a little circle and drop a line down from the point to the x-axis (but not fill the whole region under the plot). It's very nice for plotting a sp

Re: [Matplotlib-users] call gimp's autocrop function from python

2009-06-24 Thread Gökhan SEVER
On Wed, Jun 24, 2009 at 12:31 PM, Nils Wagner wrote: > > >> >> Could you please share your findings? I would also like to learn how to >> script Blender once I start get going on Gimp. >> > Finally I made it. Please find enclosed a solution. > > Cheers, > > Nils > Hey Nil

[Matplotlib-users] call gimp's autocrop function from python

2009-06-24 Thread Nils Wagner
Could you please share your findings? I would also like to learn how to script Blender once I start get going on Gimp. Finally I made it. Please find enclosed a solution. Cheers, Nils import os import subprocess from subprocess import PIPE import glob # # Process

Re: [Matplotlib-users] equivalent of PlotFilling->Axis

2009-06-24 Thread Eric Firing
Art wrote: > Is there a way to create a line plot similar to Mathematica's > PlotFilling->Axis option for ListPlot? > Like this? http://matplotlib.sourceforge.net/examples/pylab_examples/fill_between_demo.html Eric > It is a plot of a vector as a line plot, but for each point, there is a > ve

[Matplotlib-users] using MPLCONFIGDIR in mod_python / web apps

2009-06-24 Thread Marcin Krol
Hello everyone, Can't I set programmatically the home dir of Matplotlib by some function call of Matplotlib? I'm sorry, but using environment variable is a bad design in web apps context: suppose several apps run in Apache virtual hosts, under *the same* user and they use Matplotlib. In conseq

Re: [Matplotlib-users] Reminder to vote in the SF Community Choice awards

2009-06-24 Thread John Hunter
On Tue, Jun 23, 2009 at 8:59 AM, Kaushik Ghose wrote: > Matplotlib made it past the nomination stage and is one of the finalists in > the > 'best project for academia' category. Don't forget to register your vote! > > http://sourceforge.net/community/cca09/vote/ Thanks Gaushik -- I also put a lin

[Matplotlib-users] WxPython backend + Vista => toolbar not working

2009-06-24 Thread guillaume ranquet
Hi list :) I'm having troubles with windows vista and the wxpython toolbar. it works fine on linux (not tested on any other windows//mac os) I just see a gray bar where the toolbar should be. I do something like this: from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanva

[Matplotlib-users] equivalent of PlotFilling->Axis

2009-06-24 Thread Art
Is there a way to create a line plot similar to Mathematica's PlotFilling->Axis option for ListPlot? It is a plot of a vector as a line plot, but for each point, there is a vertical line dropped down to the axis. It is demonstrated on the following link: http://reference.wolfram.com/mathematica/r

Re: [Matplotlib-users] Basemap & ax parameter : bug or feature ?

2009-06-24 Thread Jeff Whitaker
Pierre GM wrote: > On Jun 23, 2009, at 6:01 PM, Jeff Whitaker wrote: > >> Pierre: Doing what you suggest (having Basemap.__init__ >> automatically set self.ax to the current axes) will break pickling, >> so I can't do that. >> > > Oh, I'm sorry for the misunderstanding: I never sugges

[Matplotlib-users] Trying to get matplotlib (specifically pylab) working with python 2.6, on the Mac

2009-06-24 Thread breakout
Hello, and desparate salutations... So, I'm on mac osx 10.4.11, trying to complete an upgrade from python 2.5 to python 2.6. I believe I have numpy, tables also installed to the correct match for python 2.6. I've been using "easy_install", which was reasonably easy until I reached this stage.