Re: [Matplotlib-users] how can I disable ygrid?

2006-09-15 Thread Volker Lorrmann
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. You should be able to

[Matplotlib-users] 0.87.5 Installation alongside Numpy/SciPy [OS X]

2006-09-15 Thread David Andrews
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

Re: [Matplotlib-users] 0.87.5 Installation alongside Numpy/SciPy [OS X]

2006-09-15 Thread Charlie Moad
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

Re: [Matplotlib-users] 0.87.5 Installation alongside Numpy/SciPy [OS X]

2006-09-15 Thread David Andrews
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

[Matplotlib-users] plot_date + xdata ydata must be same len

2006-09-15 Thread Brinley, Chris
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

[Matplotlib-users] Pylab window won't close

2006-09-15 Thread axel . breuer
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 close the

Re: [Matplotlib-users] Fwd: How do a simple poit plots?

2006-09-15 Thread John Hunter
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

Re: [Matplotlib-users] Pylab window won't close

2006-09-15 Thread John Hunter
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 correctly drawn ( but

Re: [Matplotlib-users] plot_date + xdata ydata must be same len

2006-09-15 Thread John Hunter
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 status

Re: [Matplotlib-users] plot_date + xdata ydata must be same len

2006-09-15 Thread Brinley, Chris
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

[Matplotlib-users] y-axis autoscale problem

2006-09-15 Thread Richard Harvey Chapman
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

Re: [Matplotlib-users] y-axis autoscale problem

2006-09-15 Thread John Hunter
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 my data

Re: [Matplotlib-users] y-axis autoscale problem

2006-09-15 Thread Richard Harvey Chapman
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

[Matplotlib-users] crash on MacOS X

2006-09-15 Thread Russell E. Owen
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.

Re: [Matplotlib-users] crash on MacOS X (more info)

2006-09-15 Thread Russell E. Owen
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 also

Re: [Matplotlib-users] crash on MacOS X

2006-09-15 Thread Christopher Barker
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).

Re: [Matplotlib-users] crash on MacOS X

2006-09-15 Thread Russell E. Owen
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 using