In article <[EMAIL PROTECTED]>,
Christopher Barker <[EMAIL PROTECTED]> wrote:
> Russell E Owen wrote:
> > Interesting idea. I'm not sure I'd know how to use more than one numerix
> > option at once,
>
> well, I dint' mean more than one numerix option, exactly. What I meant
> was that MPL is us
Russell E Owen wrote:
> Interesting idea. I'm not sure I'd know how to use more than one numerix
> option at once,
well, I dint' mean more than one numerix option, exactly. What I meant
was that MPL is using numarray, but another module you've imported is
using Numeric (or numpy or whatever).
In article <[EMAIL PROTECTED]>,
"Russell E. Owen" <[EMAIL PROTECTED]>
wrote:
> I'm trying to figure out a matplotlib crash on MacOS X.
>
> When I try to plot anything the program exits with:
> alloc: invalid block: 0xa08acb4: a 74 0
...
some followup info:
- This is with matplotlib 0.87.5, but
I'm trying to figure out a matplotlib crash on MacOS X.
When I try to plot anything the program exits with:
alloc: invalid block: 0xa08acb4: a 74 0
I first saw this with a program that uses the object interface, but then
I tried the simplest pylab demo I could find and the same thing happened.
S
Attached is an example. It seems like it autosizes to the initial
data and from then on only uses that for autoscale purposes. I only
noticed that while making this test app because I let it autoscale
the x axis in this one.
R.
#!/usr/bin/env pythonw
Standard Python
import sys
import
> "Richard" == Richard Harvey Chapman <[EMAIL PROTECTED]> writes:
Richard> I'm using the latest matplotlib with wxPython 2.6.2.1 and
Richard> the WxAGG backend. I have plotted a figure with 5
Richard> subplots. I intentionally only plotted the first 10
Richard> points of all of
I'm using the latest matplotlib with wxPython 2.6.2.1 and the WxAGG backend. I have plotted a figure with 5 subplots. I intentionally only plotted the first 10 points of all of my data traces so I can simulate the look of real-time data. That is, I keep my xlim set to (now-60, now) for a window sho
Title: Re: [Matplotlib-users] plot_date + xdata & ydata must be same len
Thanks,
I actually got a work around now. Thanks for the follow.
Chris Brinley ([EMAIL PROTECTED])
Orbitz - AA.com Operations
Phone: 312-894-4787
Cell: 312-479-8193
Pager: 866-292-3508
-Original Mess
> "Brinley," == Brinley, Chris <[EMAIL PROTECTED]> writes:
Chris> Hi, I am having trouble getting a variation of the
Chris> tutorial plot_date() to work. I get the classic:
Chris> RuntimeError: xdata and ydata must be the same length.
Hmm, didn't know this had achieved classic sta
> "axel" == axel breuer <[EMAIL PROTECTED]> writes:
axel> Hi, I run python + pylab in Linux.
axel> When I type:
import pylab pylab.plot([1,2,3])
axel> A window pops up but nothing is drawn in it (!?!). So I
axel> type:
pylab.draw()
axel> The plot is then
> "Esdras" == Esdras Caleb <[EMAIL PROTECTED]> writes:
Esdras> its this tipe of grafics I want see anexed img grafics of
Esdras> experimental poits, tehrtea are a way to do it in
Esdras> mathplot? 2006/9/12, David Chin
x, y = nx.mlab.rand(2,1000)
plot(x, y, '+')
JDH
---
Hi,
I am having trouble getting a variation of the tutorial plot_date()
to work. I get the classic: RuntimeError: xdata and ydata must
be the same length.
The tutorial on the matplotlib site shows how to plot dates using
whole days. I am plotting using multiple days showing each minute
Hi,
I run python + pylab in Linux.
When I type:
>>> import pylab
>>> pylab.plot([1,2,3])
A window pops up but nothing is drawn
in it (!?!). So I type:
>>> pylab.draw()
The plot is then correctly drawn ( but
I still do not see the lower buttons of the toolbar !?!)
My problem is that I cannot clo
Folks,
I am trying to install matplotlib 0.87.5 by compiling it. I'm using
python 2.5 RC1 (yes - bleeding edge) on opensuse 10.1 on an amd64
chip. python 2.5rc1 and numpy 1.0b2. I'll try to install 1.0b5 but I
don't think that's the cause. I've made sure all the suse packages
needed for matplo
Okay, I appear to have my self in dependency hell now :s
I'm trying to get a working installation of numpy,scipy and mpl
together. I'm going about this using the scipy superpack download,
which contains all three and a few supporting things. Trouble is, the
build of mpl contained in the superpack
mpl 0.87.5 is compiled against numpy 1.0b5. It should remain
compatible with future release of 1.0.
On 9/15/06, David Andrews <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm confused as to what version of NumPy this most recent release of
> matplotlib wants to be used with - I get the following
Hi everyone,
I'm confused as to what version of NumPy this most recent release of
matplotlib wants to be used with - I get the following message:
>>> from pylab import *
RuntimeError: module compiled against version 102 of C-API but
this version of numpy is 100
...etc
This suggests to me
John Hunter wrote:
>> "Volker" == Volker Lorrmann <[EMAIL PROTECTED]> writes:
>>
>
> Volker> Hi guys, how can i tell matplotlib to only show the xgrid
> Volker> (grid without y -lines ;) ) I´ve searched and googled a
> Volker> lot. But i can´t find a solution.
>
> Y
18 matches
Mail list logo