Am Samstag, 21. Oktober 2006 20:30 schrieb Eric Firing:
> >
> > matplotlib.__version__ == 0.82
>
> There is the problem: you need to update your matplotlib.
>
> Eric
Thanks. Unfortunately, I've not yet found a more recent ubuntu/dapper repo for
matplotlib. Any experience with installing the ubunt
Willi Richert schrieb:
> Am Samstag, 21. Oktober 2006 20:30 schrieb Eric Firing:
>>> matplotlib.__version__ == 0.82
>> There is the problem: you need to update your matplotlib.
>>
>> Eric
>
> Thanks. Unfortunately, I've not yet found a more recent ubuntu/dapper repo
> for
> matplotlib. Any exper
Hi,
unfortunately, debs.astraw.com is not accessible.
[EMAIL PROTECTED]:~> ping debs.astraw.com
ping: unknown host debs.astraw.com
[EMAIL PROTECTED]:~> ping www.astraw.com
PING www.astraw.com (66.33.203.253) 56(84) bytes of data.
64 bytes from basic-emu.glass.dreamhost.com (66.33.203.253): icm
The standard plot:
ax.plot_date(dates,values)
does a "dot" plot
whereas
ax.plot_date(dates,values,'-')
plots a line.
How, though, do I plot values as bars?
Thanks
Derek
PS dates are converted from an array "dates as strings",
using the datestr2num() - which works well!
--
This me
Hi,
I am trying to generate graphs using
text.usetex : True
ps.usedistiller : xpdf
Unfortunately, when running
import pylab as P
P.plot([10],[10])
P.savefig('test.eps')
I get an error message:
File
"/home/stefan//lib/python2.4/site-packages/matplotlib/backends/backend_ps.py",
line 1412, in
Hi Stefan,
On Monday 23 October 2006 11:17, Stefan van der Walt wrote:
> I am trying to generate graphs using
>
> text.usetex : True
> ps.usedistiller : xpdf
>
> Unfortunately, when running
>
> import pylab as P
> P.plot([10],[10])
> P.savefig('test.eps')
>
> I get an error message:
>
> File
> "/h
With Linux it is easy to install matplotlib from the tarball or from
svn--no need to hunt around for a package.
Eric
Willi Richert wrote:
> Am Samstag, 21. Oktober 2006 20:30 schrieb Eric Firing:
>>> matplotlib.__version__ == 0.82
>> There is the problem: you need to update your matplotlib.
>>
>
> "Derek" == Derek Hohls <[EMAIL PROTECTED]> writes:
Derek> The standard plot: ax.plot_date(dates,values) does a "dot"
Derek> plot
Derek> whereas
Derek> ax.plot_date(dates,values,'-') plots a line.
Derek> How, though, do I plot values as bars?
ax.bar(dates, values)
a
I've spent the last 3 hours trying to install Matplotlib 0.87.6 on
Windows, with no luck. The main problem I've run into is finding a
compatible version of Numeric/Numarry/Numpy to use, and unfortanately
the website doesn't mention this detail.
I've tried installing numpy-1.0, 0.9.8, and 0.9.6, an
> "Chris" == Chris S <[EMAIL PROTECTED]> writes:
Chris> I've spent the last 3 hours trying to install Matplotlib
Chris> 0.87.6 on Windows, with no luck. The main problem I've run
Chris> into is finding a compatible version of
Chris> Numeric/Numarry/Numpy to use, and unfortanate
> I think that 97.6 was compiled against 1.0rc2 but Charlie Moad is the
> authority on this since he did the compile. I have added this "news
> flash" to the site
Ok, thanks. I suspected that, but since even Google isn't able to find
an rc2 binary, I guess my only option is to wait for a compatib
Hi Chris,
> Ok, thanks. I suspected that, but since even Google isn't able to find
> an rc2 binary, I guess my only option is to wait for a compatible
> Matplotlib to be released.
Try here:
http://prdownloads.sourceforge.net/numpy/numpy-1.0rc2.win32-py2.4.exe?download
Or, for Python 2.5:
http:
On Mon, Oct 23, 2006 at 01:28:36PM -0400, Darren Dale wrote:
> Hi Stefan,
>
> On Monday 23 October 2006 11:17, Stefan van der Walt wrote:
> > I am trying to generate graphs using
> >
> > text.usetex : True
> > ps.usedistiller : xpdf
[...]
>
> I can't reproduce the problem here, using xpdf 3.01
Hey all,
Just in case there are people out there in the same boat as me; I
found a solution. Eric pointed out that the latest matplotlib only
supported numpy rc2, but they were only listing rc3 on sourceforge.
Turns out you can click the rc3 download link, then just change the
file name... downloa
The latest word on the numpy list is that numpy-1.0 is coming out on
Wednesday. I suggest waiting until the final 1.0 release is out
before we do a new matplotlib build. I will try to push a build asap
after that. Are there any show stoppers lingering that would delay a
release? I would also su
I was thinking of something like this - it isn't pretty, but it does
get all the data on the page.
import pylab
# Annoying-to-plot data
data=[1]*100 + [2]*3 + [3]*2+ [4]*3 + [5]
# Make a histogram out of the data in x and prepare a bar plot.
top = pylab.subplot(211)
vals, bins, patchs = pylab
Chris S wrote:
>> I think that 97.6 was compiled against 1.0rc2 but Charlie Moad is the
>> authority on this since he did the compile. I have added this "news
>> flash" to the site
>
> Ok, thanks. I suspected that, but since even Google isn't able to find
> an rc2 binary, I guess my only option i
Once when I found that NumPy released its version 1.0rc3,I happily upgraded NumPy from 1.0rc1 to 1.0rc3 under WindowsXP.A nightmare just happened. Matplotlib failed to run with NumPy
1.0
rc3,and I cannot found a NumPy 1.0rc1 on its download page.Will matplotlib upgrade for NumPy 1.0rc3?What can I
Woops -- sent from the wrong email address ... here's a reply for the
list:
On Oct 24, 2006, at 12:04 AM, Steve Lianoglou wrote:
>> Once when I found that NumPy released its version 1.0rc3,
>> I happily upgraded NumPy from 1.0rc1 to 1.0rc3 under WindowsXP.
>> A nightmare just happened. Matplotl
19 matches
Mail list logo