On 5/19/10 3:24 PM, Mike Bauer wrote:
Hello,
I am hoping that there is a way to use matplotlib to process a sea
level pressure field and extract the closed contours therein so that I
have a collection of lists with the (lon,lat) pairs that define the
perimeter of each closed contour. At the v
Hello,
I am hoping that there is a way to use matplotlib to process a sea level
pressure field and extract the closed contours therein so that I have a
collection of lists with the (lon,lat) pairs that define the perimeter of
each closed contour. At the very least I would like a perimeter list of
Well I was able to compile the "embedding_in_wx5.py" example
( I'm not sure why or how) but it works.
"embedding_in_wx2.py" still won't compile but I was able to compile my program
and get it to run as expected.
I'll leave this as another unresolved mystery of programming...
My thanks to the W
On 05/19/2010 10:28 AM, Benjamin Root wrote:
> Maybe I am misunderstanding your problem, but you can select 'semilog'
> for the x/yscale parameter.
You mean "symlog".
See
http://matplotlib.sourceforge.net/examples/pylab_examples/symlog_demo.html
Although the example doesn't show it, the axis li
Colleagues,
I am trying to follow the
http://matplotlib.sourceforge.net/users/pyplot_tutorial.html tutorial with
little success. The very first import fails with either 64 or 32-bit python.
Any hints I have missed?
$ python
Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29)
[GCC 4.2.1 (Apple Inc
Maybe I am misunderstanding your problem, but you can select 'semilog' for
the x/yscale parameter.
Ben Root
On Wed, May 19, 2010 at 7:03 AM, Christer Malmberg <
christer.malmberg.0...@student.uu.se> wrote:
> Hi,
>
> my problem is that I need a graph with a discontinous y-axis. Let me
> explain t
Hi all,
Is there anyway of re-ploting the distribution generated by hist at a
later point? I want to call it in a subroutine and have the resulting
distributions returned so I can plot them without having to
recalculate them each time. I couldn't find anything int he online
documentation but I fig
Hi,
my problem is that I need a graph with a discontinous y-axis. Let me
explain the problem: in my field (microbiology) the data generated
from for example growth assays have a huge range (10^0-10^9), which
has to be plotted on a semilogy style plot (cell concentration vs.
time). The prob
Werner F. Bruhin writes:
>
>
> On 19/05/2010 19:55, David Grudoski wrote:
>
> I'm trying to build an executable using
> PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0
> I tried using the setup.py from the
> PY2EXE.org Matplotlib page and although everything compil
On 19/05/2010 19:55, David Grudoski wrote:
I'm trying to build an executable using PY2EXE; running Python 2.5.2
and wxPython 2.8.10.1 and MatplotLib 0.99.0
I tried using the setup.py from the PY2EXE.org Matplotlib page and
although everything compiles correctly and generates an executable.
When
I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0I tried using the setup.py from the PY2EXE.org Matplotlib page and although everything compiles correctly and generates an executable.When I launch the executable I get the following erro
Hi,
I am a wondering if it's possible to have few line distinguishing marks on
the data lines on a chart such as circle, start, square. When I use some
thing like this for the color of the graph (i.e. rs, k^), it uses the shape
for each data point and the lines becomes very thick. All I want is to
The functionality of the gridspec is now merged into the matplotlib.
The updated documentation can be found in
http://matplotlib.sourceforge.net/trunk-docs/users/gridspec.html
Regards,
-JJ
On Tue, May 11, 2010 at 11:57 AM, Jae-Joon Lee wrote:
> Hi,
>
> gridspec is a module that implements ma
Thanks for the suggestions, 'annotate' is what I need, I think.
I get errors though, also when I run the example scripts
from here:
http://matplotlib.sourceforge.net/trunk-docs/users/annotations_guide.html#using-complex-coordinate-with-annotation
.
I get the error 'NoneType' object is not itera
On 19/05/2010 01:17, New2Python wrote:
> Thanks, I changed the matplotlibrc file to use the WXAgg backend and then had
> to copy the file into the mpl.get_configdir() and in my local working dir
> for it to work.
>
> The file runs however a python error screen pops up and then closes without
> givi
15 matches
Mail list logo