Thanks,
I thougth that this could be the problem. Actually i fixed it by myself.
Thanks anyway.
Cheers
Davide
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report des
Hi everybody,
I have a problem in building matplotlib from svn sources. Here is the output
of the build process.
###
smif1...@ubuntu [14:11:05] ~/cvs/matplotlib :sudo python setupegg.py develop
==
Yes,
That did it. The partition had to be mounted with option
execin /etc/fstab!!
Thanks.
Cheers
Davide
--
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge
Well,
actually i'm using Ubuntu at work on a virtual machine, and the svn copy is
in a partition mounted at boot by a line in /etc/fstab.
If i remember correctly this filesystem is mounted with options users. I'm
at home now, i'll try with the exec option tomorrow.
Hi all,
I have a problem with an svn install.
I've followed the instruciont on mpl website, that is:
$ svn co
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib
matplotlib
$ cd matplotlib
$ python setupegg.py develop
Please note that i've run the last command with sudo a
hat
result by myself?
Cheers
Davide
On Tue, 2009-07-21 at 09:12 -1000, Eric Firing wrote:
> davide lasagna wrote:
> > Hello everybody,
> > this is my first post in this list.
> >
> > I'm plotting a spectrogram with
> >
> > Pxx, freqs, bins, im = specgram(y, n
Hello everybody,
this is my first post in this list.
I'm plotting a spectrogram with
Pxx, freqs, bins, im = specgram(y, nfft=256, f_sampling=12000)
and i want to add a colorbar with
colorbar()
The problem is that the color scale seems to be wrong with respect to
the data in Pxx, i.e. Pxx is
Hello everybody,
this is my first post in this list.
I'm plotting a spectrogram with
Pxx, freqs, bins, im = specgram(y, nfft=256, f_sampling=12000)
and i want to add a colorbar with
colorbar()
The problem is that the color scale seems to be wrong with respect to
the data in Pxx, i.e. Pxx is