Erin Sheldon writes:
> I just downloaded 0.99.1.1 and I'm finding this error:
> wxPython: no
> * wxPython not found
> Traceback (most recent call last):
> File "setup.py", line 146, in
> import wx
> ImportError: No module named wx
This is because the
I have confirmed that this error does not occur with Matplotlib-0.99.0 and
Python 2.6.
It does occur when I remove 0.99.0 and install 0.99.1.
--- On Mon, 10/26/09, Michael Droettboom wrote:
> From: Michael Droettboom
> Subject: Re: [Matplotlib-users] Can't import pylab on Windows with C API
Starting with code written by Jae-Joon Lee, I constructed a template program
for creating plots with multiple y-axes. The program mostly works, but there
are two odd glitches:
(1) Not only is the y-axis for dependent variable #1 blue (as it should be),
but the entire frame around the plot is blue
Hi all,
I'm relatively new to matplotlib but have been generating some plots
without too much trouble over the last couple of weeks. Now I'm
getting trickier...
I have a timeseries plot that plots a few values against an x-axis of
dates. I *really* want to have my key line change color to r
Here's my code (now nicely organized and documented, but still buggy):
# multiple_yaxes_with_spines.py
# This is a template Python program for creating plots (line graphs) with 2,
3,
# or 4 y-axes. (A template program is one that you can readily modify to
meet
# your needs). Almost all user-mo
Jae-Joon and Gokhan-
Thanks very much to both of you for the help with this!
I've been trying to create a template plotting program for the students in
the Engineering Academy at Dos Pueblos High School. This program has to be
able to create plots with 2, 3, or 4 y axes. The idea is that the s
I've noticed that make_patch_spines_invisible does not use the input argument
`ax`. Shouldn't the body of the function def be using `ax` instead of
`par2`?
Thanks! Phillip
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/examples/pylab_examples/multiple_yaxis_with_s
Can someone give me examples of generating a strip chart type of display that
will display 1800 data points and update once per second?
cheers, Dan
Daniel A. Klinglesmith III
Magdalena Ridge Observatory
New Mexico Tech
(575) 835-6802
-
Hi All -
I just downloaded 0.99.1.1 and I'm finding this error:
[eshel...@bach00 matplotlib-0.99.1.1] python setup.py build
BUILDING MATPLOTLIB
matplotlib: 0.99.1.1
python: 2.6.2 (r262:71600,
On Oct 27, 2009, at 2:37 PM, Piter_ wrote:
> Hi all.
> I have a problem with loading file of following format:
> first 1024 rows are tab delimited and contain from 2 to 256 elements
> (in different files different number of columns)
> after that 5 empty lines
> and at the end some 20 text line
Hi all.
I have a problem with loading file of following format:
first 1024 rows are tab delimited and contain from 2 to 256 elements (in
different files different number of columns)
after that 5 empty lines
and at the end some 20 text lines for description.
I could manage to do it in this way, a
Hi!
This is probably getting a bit off-topic now, maybe better keep this
converation going on python-gis-sig list? I'm cc'ing there
2009/10/27 John [H2O]
> What I want to do is quite simple (I think). I simply would like to be able
> to:
>
> 1) Download any resolution of the hdf files avail
Hi Jae-Joon,
2009/10/26 Jae-Joon Lee:
> This is a known bug. While this is fixed in the svn, this did go into
> the maint. branch.
> As a workaround, add the following line after line 70.
>
> self.legend.set_axes(self.subplot)
Thank you for your help, it works perfectly.
Andrea.
"Imagina
2009/10/27 Piter_
> Hi all.
> I have a matrix M:
> First column is X ans the rest are Ys. Lets say 100 of them (1000
> sometimes).
> So far I can plot it like
> plot(M(:,1), M(:,2),M(:,1),M(:,3)... and so on and so on)
> Is there any possibility to do it in matlab way? Like:
>
You can't index a
Jose Gómez-Dans-2 wrote:
>
>
> Really, it's what you want to do with your MODIS data. My "workflow" is
> usually as follows:
> 1.- Access MODIS data (and ancillary stuff, such as QA flags etc) using
> Python's GDAL bindings.
> 2.- Manipulate the MODIS data from (1) using numpy, scipy. If there'
Hello,
Consider this sample two columns of data:
99. 99.
99. 99.
99. 99.
99. 1693.9069
99. 1676.1059
99. 1621.5875
651.8040 1542.1373
691.0138 1650.4214
678.5558 1710.7311
621.577
Hi,
> I asked him if he had a solution for plotting standard MODIS hdf products
> available here:
> http://rapidfire.sci.gsfc.nasa.gov/realtime/2009300/
>
> In more general terms, what are people using for a 'MODIS workflow'? I
> can't
> imagine I'm the first to want to plot MODIS images using bas
>2009/10/27 Piter_ :
> I have a matrix M:
> First column is X ans the rest are Ys. Lets say 100 of them (1000
> sometimes).
> So far I can plot it like
> plot(M(:,1), M(:,2),M(:,1),M(:,3)... and so on and so on)
> Is there any possibility to do it in matlab way? Like:
>
> plot(M(:,1),M(:,2:end))
Hi all.
I have a matrix M:
First column is X ans the rest are Ys. Lets say 100 of them (1000
sometimes).
So far I can plot it like
plot(M(:,1), M(:,2),M(:,1),M(:,3)... and so on and so on)
Is there any possibility to do it in matlab way? Like:
plot(M(:,1),M(:,2:end))
This is main thing stopping
John [H2O] wrote:
> Hello,
>
> Recently I read a clear and helpful blog entry by Christian Perone (author
> of pyevolve):
> http://pyevolve.sourceforge.net/wordpress/?p=86
>
> I asked him if he had a solution for plotting standard MODIS hdf products
> available here:
> http://rapidfire.sci.gsfc.n
Hello,
Recently I read a clear and helpful blog entry by Christian Perone (author
of pyevolve):
http://pyevolve.sourceforge.net/wordpress/?p=86
I asked him if he had a solution for plotting standard MODIS hdf products
available here:
http://rapidfire.sci.gsfc.nasa.gov/realtime/2009300/
In more
21 matches
Mail list logo