[Matplotlib-users] Histograms

2011-09-27 Thread Michal
Hello, I have found the following histogram example http://gnuplot.sourceforge.net/demo/histograms.4.png which was created with the following gnuplot code: http://gnuplot.sourceforge.net/demo/histograms.4.gnu and with this data set http://212.182.0.171/cgi-bin/dwww/usr/share/doc/gnuplot-doc/examp

[Matplotlib-users] Using labels with "twinx()"

2011-09-27 Thread Klonuo Umom
Please consider: plot([1, 2, 3, 4], label='line 1') twinx() plot([11, 12, 11, 14], label='line 2') legend() will draw only label for 'line 2' plot([1, 2, 3, 4], label='line 1') legend() twinx() plot([11, 12, 11, 14], label='line 2') legend() same result, as it will overwrite label 'line 1' wi

Re: [Matplotlib-users] Fw: matplotlib - fill open path inside U.S. borders + sample map

2011-09-27 Thread Jeff Whitaker
On 9/27/11 4:57 PM, Isidora wrote: The attached map shows plotted fill paths whose filling extends only to the U.S. borders. Is there any way I could accomplish something like it using Basemap? Thanks Isidora: It's probably possible, but there's no simple recipe. The drawcoastlines method

[Matplotlib-users] Fw: matplotlib - fill open path inside U.S. borders + sample map

2011-09-27 Thread Isidora
The attached map shows plotted fill paths whose filling extends only to the U.S. borders. Is there any way I could accomplish something like it using Basemap? Thanks -- Forwarded Message -- From: "Isidora" To: matplotlib-users@lists.sourceforge.net Subject: matplotlib - fill o

[Matplotlib-users] ANN: matplotlib-1.1.0rc1 available for testing

2011-09-27 Thread John Hunter
We have uploaded the first release candidate for matplotlib 1.1.0 for testing. * src and OSX versions for download: https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/ * windows binaries are available here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib * websit

Re: [Matplotlib-users] Plotting in 3D. how to specify the data?

2011-09-27 Thread Benjamin Root
On Tue, Sep 27, 2011 at 11:55 AM, rajtendulkar wrote: > Dear Forum, I am a completely new user to matplotlib. I want to plot a 3D > wireframe / surface plot with matplotlib. I am trying to understand how to > arrange the data so that I will get the correct plot. After trying a lot and > taking ref

[Matplotlib-users] Plotting in 3D. how to specify the data?

2011-09-27 Thread rajtendulkar
Dear Forum, I am a completely new user to matplotlib. I want to plot a 3D wireframe / surface plot with matplotlib. I am trying to understand how to arrange the data so that I will get the correct plot. After trying a lot and taking reference from different examples, I wrote a code given in the

Re: [Matplotlib-users] Error when zooming manually with the mouse outside of the axes

2011-09-27 Thread Eric O LEBIGOT (EOL)
Paul Ivanov wrote: > > Hi Eric, > > This problem was fixed by 2c924046 (Jim Radford 2011-03-08 15:07:23 -0800 > 459) > and now reads: > > self.canvas.set_rubberband(int(x0), int(y0), int(x1), int(y1)) > > Please update either that line alone, or checkout the latest > matplotlib sources fr

Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-27 Thread Michael Droettboom
On 09/27/2011 06:21 AM, Dave Hirschfeld wrote: > Michael Droettboom writes: > >> I'm not able to reproduce the problem: I get the watermark in both png >> and pdf output. This was with git master. >> >> What version of matplotlib are you using? Can you send (off-list) the >> png and pdf files so

Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-27 Thread Dave Hirschfeld
Michael Droettboom writes: > > I'm not able to reproduce the problem: I get the watermark in both png > and pdf output. This was with git master. > > What version of matplotlib are you using? Can you send (off-list) the > png and pdf files so I can have a look at your output? > > Mike > >