Re: [Matplotlib-users] axis number presentation

2006-11-06 Thread Pierre GM
> One thing I cannot work out is the axis number presentation. > Cannot find any documentation about how to control the presentation of > the axis number. Poke around ticker.formatter > However I would prefer it would present in enginering notation (10, 100, > 1e3, 10e3, 100e3, 1e6, 10e6 ...etc)

[Matplotlib-users] axis number presentation

2006-11-06 Thread steve george
I am a new user to matplotlib, .. it's great. One thing I cannot work out is the axis number presentation. Cannot find any documentation about how to control the presentation of the axis number. Currently using the default TKAgg plotting GUI backend. It seems the axis will show up to 3 digits,

[Matplotlib-users] how to set figure size

2006-11-06 Thread Chuang
Hi there, I want to automatically generated hundreds of figures with matplotlib. For each figure, I could use 'plot(Xi)' and 'show()' to draw the figure, and press the 'save' button in the figure panel, but this is not too automatically. Although I could use 'savefig()' to save the figures rather

[Matplotlib-users] Problem when Rotating xlabels with subplots

2006-11-06 Thread Suresh Pillai
I have a figure with two subplots as below. However, everything breaks when I try to rotate the x-labels as indicated in the two commented out lines. I obtain a small empty plot embedded in a large empty plot with no x-labels and no legend either. I got this code from the tutorial; it works

Re: [Matplotlib-users] website?

2006-11-06 Thread Curtis Cooper
Sorry, it wasn't working yesterday or earlier today for me. But it works now. Thanks! Cheers, Curtis * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Curtis S. Cooper, Postdoctoral Research Associate * *Lunar and Planetary Laboratory, University of Arizona *

Re: [Matplotlib-users] website?

2006-11-06 Thread Fernando Perez
On 11/6/06, Curtis Cooper <[EMAIL PROTECTED]> wrote: > Hi, > > Is the website for the matplotlib project down permanently? I have been > trying to access matplotlib.sourceforge.net unsuccessfully for the past > day or so. Works fine from here (colorado.edu domain). Cheers, f --

[Matplotlib-users] website?

2006-11-06 Thread Curtis Cooper
Hi, Is the website for the matplotlib project down permanently? I have been trying to access matplotlib.sourceforge.net unsuccessfully for the past day or so. Thanks, Curtis * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Curtis S. Cooper, Postdoctoral Research Associate

[Matplotlib-users] install on Mac

2006-11-06 Thread Alan Isaac
I'm using MacPython 2.5 with numpy installed, and I wish to install matplotlib. Possible? Easy? I'm brand new on the Mac and used to the Windows installers, so if you can point me to *step by step* instructions I'd be very grateful. Thanks, Alan Isaac

[Matplotlib-users] line height in legend

2006-11-06 Thread Alexander 'boesi' Bösecke
Hi When using a legend with more than one entry, the line height of the entries differ when mixing text with and without descender. Another interpretation is that there should be more vertical space between 2 entries, when the 1st text has no descender. The same problem appears when one text has

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-06 Thread Christopher Barker
Werner F. Bruhin wrote: >> I hope not. I am guessing that wxPython is like the linux kernel, so >> 2.7 is a dev branch. > > Yes, 2.7 is a dev branch which normally lasts for quit some time, > however this time round they are hoping to move to 2.8 pretty quickly, I > believe before the end of th

[Matplotlib-users] Debian etch binary

2006-11-06 Thread Steve Schmerler
Hi I installed python-matplotlib_0.87.5-2.1_amd64.deb (rev. 2761) on Debian etch (Python 2.4.4c0) and get this warning when trying to plot something: In [1]: plot([1,2,3]) /usr/lib/python2.4/site-packages/matplotlib/font_manager.py:989: UserWarning: Could not match sans-serif, normal, normal.

Re: [Matplotlib-users] Transparency disappears when saving a figure in Postscript

2006-11-06 Thread John Hunter
> "Eric" == Eric Emsellem <[EMAIL PROTECTED]> writes: Eric> Hi, below is a simple script illustration what I wish to do: Eric> ==> use new symbols (here ellipses for example) and plot a Eric> number of points with 'scatter', allowing transparency Eric> (alpha=0.2) to see when t

[Matplotlib-users] Transparency disappears when saving a figure in Postscript

2006-11-06 Thread Eric Emsellem
Hi, below is a simple script illustration what I wish to do: ==> use new symbols (here ellipses for example) and plot a number of points with 'scatter', allowing transparency (alpha=0.2) to see when two data points overlap. For some reason this works: 1/ on the figure 2/ when saving as .png bu

Re: [Matplotlib-users] Multiple y axis plotting

2006-11-06 Thread Etrade Griffiths
John am trying to make a plot something along the lines of the attached. This has a single plot area with separate y-axes on either side of the plot, rather than two plot areas, each with their own axis Best regards Alun Griffiths At 14:24 06/11/2006, John Hunter wrote: > "Etrade" ==

Re: [Matplotlib-users] Is it possible to put a combo box on a matplotlib figure?

2006-11-06 Thread John Hunter
> "Chris" == Chris Bartley <[EMAIL PROTECTED]> writes: Chris> I have a matplotlib figure (by the way - matplot lib is Chris> brilliant) with lots of widgets (buttons, check boxes) on Chris> it, and am wondering if it is possible to put a combo box Chris> on it? There are GUI

Re: [Matplotlib-users] bar, errorbar

2006-11-06 Thread John Hunter
> "Charles" == Charles R Twardy <[EMAIL PROTECTED]> writes: Charles> Hi folks, It seems that 'bar' no longer supports Charles> asymmetric errorbars. Am I meant to call both 'bar' and Charles> 'errorbar' if I want asymmetric errorbars on my Charles> histograms? Is there a cano

Re: [Matplotlib-users] Multiple y axis plotting

2006-11-06 Thread John Hunter
> "Etrade" == Etrade Griffiths <[EMAIL PROTECTED]> writes: Etrade> Hi new to Matplotlib and struggling to make a plot that Etrade> has three lines plotted on it: two are supposed to plot on Etrade> the LH y axis and the third on the RH y axis. The code so Etrade> far is

[Matplotlib-users] Multiple y axis plotting

2006-11-06 Thread Etrade Griffiths
Hi new to Matplotlib and struggling to make a plot that has three lines plotted on it: two are supposed to plot on the LH y axis and the third on the RH y axis.  The code so far is import os import math import wx import wxmpl import numpy # === # Define plot data window # ==

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-06 Thread Etrade Griffiths
Charlie thanks for the tip - it worked a charm. Alun Griffiths - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Downl