Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-08 Thread Paul Ivanov
Hi Matt, Matt Funk, on 2011-04-08 14:56, wrote: > mpl.__version__ = 0.99.3 ah - this would do it - that axis parameter was added by Eric Firing on 2010-01-03 - but it didn't go into the 0.99 series - it went straight to trunk - so you'll have to get at least matplotlib 1.0 to gain that functio

Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-08 Thread Eric Firing
On 04/08/2011 10:56 AM, Matt Funk wrote: > Hi Paul, > > thanks for the response. Emmhh, i am not sure what's going on since what you > are saying matches what's listed at > http://matplotlib.sourceforge.net/users/customizing.html. The problem is that > when i try it I get a key error, corresponding

Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-08 Thread Matt Funk
Hi Paul, thanks for the response. Emmhh, i am not sure what's going on since what you are saying matches what's listed at http://matplotlib.sourceforge.net/users/customizing.html. The problem is that when i try it I get a key error, correspondingly, when i print rcParams i cannot find axes.col

Re: [Matplotlib-users] problem with fill_between in combination with line plot

2011-04-08 Thread Valentine Svensson
Hello, in the plot commands you can control what covers what by using the zorder parameter. Here's a demo: http://matplotlib.sourceforge.net/examples/pylab_examples/zorder_demo.html So, in your case you could change the plotting commands to p1.plot(x,y1,'r',linewidth=5,zorder=1) p1.fill_between(x

Re: [Matplotlib-users] matplotlib documentation broken link report

2011-04-08 Thread Michael Droettboom
Thanks. Fixed in git repository. Mike On 04/05/2011 08:28 AM, Piter Pasma wrote: > (sorry if this is the wrong place, I'm just trying to help) > > In the documentation FAQ > http://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend > the link to "antigrain" is broken. > > Addit

Re: [Matplotlib-users] GTKAgg backend problem

2011-04-08 Thread Sebastian Berg
Hey, thanks a bunch, that was the problem, build it a while back, really should have seen that back then though ;). Regrads, Sebastian On Fri, 2011-04-08 at 08:14 -0400, Michael Droettboom wrote: > Can you provide the output of a clean build? > > Go to the source directory, remove the "build"

Re: [Matplotlib-users] GTKAgg backend problem

2011-04-08 Thread Michael Droettboom
Can you provide the output of a clean build? Go to the source directory, remove the "build" dir, and run "python setup.py install &> log" and send us the file "log". It's possible you do not have the development files for gtk installed so the extension modules didn't get built. Mike On 04/08

Re: [Matplotlib-users] GTKAgg backend problem

2011-04-08 Thread Sebastian Berg
Sorry, I mean of course, that the example already fails for me with this error... On Fri, 2011-04-08 at 14:49 +0200, Sebastian Berg wrote: > Hey, > > I recently installed matplotlib "1.1.0svn" upgrading from 0.99.x shipped > with ubuntu. I have the problem that the GTK backend does not work > pro

[Matplotlib-users] Missing something with parasite axes (AxesGrid toolkit)

2011-04-08 Thread Elizabeth Harper-Clark
Hi guys, I am trying to use the Axes grid toolkit to plot a graph with a second y axes that gives the first y axes in different units (similar to http://matplotlib.sourceforge.net/examples/axes_grid/parasite_simple2.html?highlight=subplothost). I am clearly getting something wrong or missing somet

[Matplotlib-users] problem with fill_between in combination with line plot

2011-04-08 Thread Terry Lang
Hey Matplotlib Community, I am trying to create a standard line plot and then overlay a fill_between plot that would partly grey out the line plot. The code snippet I am interested in is: import matplotlib.pyplot as plot fig = plot.figure() p1 = fig.add_subplot(111) p1.plot(x,y1,'r',l

[Matplotlib-users] colormap

2011-04-08 Thread ehsteve
Is there any way to get colormap to essentially do histogram equalization. I would rather not touch the data. Thanks. -- View this message in context: http://old.nabble.com/colormap-tp31281937p31281937.html Sent from the matplotlib - users mailing list archive at Nabble.com. --

[Matplotlib-users] MacOSX backend hangs

2011-04-08 Thread Chris Fonnesbeck
I'm running a recent build from source (last week) on OSX 10.6.6 and the Python 2.6.1 that ships with the OS. When I use the macosx backend, any plot that I generate results in a window that hangs. The Python dock icon bounces for awhile, then when it stops, the spinning beach ball appears and I

[Matplotlib-users] Save or pickle pyplot object

2011-04-08 Thread Andreas Reisinger
Hi! I would like to save a pyplot object as it is, including axes, lines, text, etc. into a file. When opening it again, I want to be able to add additional axes, lines and so on. Unfortunately pickle does not handle the pyplot object and gives me an error. Anyone knows a solution? All the be

[Matplotlib-users] matplotlib subplot is slow

2011-04-08 Thread Eddie Schlafly
Hi all, I was surprised today to notice that "subplot" was the slowest part of some plotting code of mine. On my machine, the last line of the following code puts ten subplots on a figure and records the amount of time it took to make them: >>> import matplotlib>>> matplotlib.use('AGG')>>> impor

[Matplotlib-users] matplotlib documentation broken link report

2011-04-08 Thread Piter Pasma
(sorry if this is the wrong place, I'm just trying to help) In the documentation FAQ http://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend the link to "antigrain" is broken. Additionally, to whom it may concern, thanks for Matplotlib and Pylab, it's wonderful software an

[Matplotlib-users] GTKAgg backend problem

2011-04-08 Thread Sebastian Berg
Hey, I recently installed matplotlib "1.1.0svn" upgrading from 0.99.x shipped with ubuntu. I have the problem that the GTK backend does not work properly. Running similar to: http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_gtk.html throws the error: ImportError: No module n