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
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
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
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
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
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
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
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
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
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
>
>
10 matches
Mail list logo