Re: [Matplotlib-users] new release of basemap

2007-03-16 Thread Scott Sinclair
>>> Jeff Whitaker <[EMAIL PROTECTED]> 3/16/2007 18:30 >>> I just put a new release (0.9.5) of basemap on the sf download site. ... Windows users - please let me know if the binary installers work OK. >>> Hi Jeff, Thanks for the great toolkit. I've just downloaded, installed and tested "basem

Re: [Matplotlib-users] matshow?

2007-03-16 Thread Bill Baxter
On 3/17/07, Bill Baxter <[EMAIL PROTECTED]> wrote: A pox on matplotlib's default reply-to-sender! Resending my reply that went to Fernando alone below. > On 3/17/07, Fernando Perez <[EMAIL PROTECTED]> wrote: > > On 3/16/07, Bill Baxter <[EMAIL PROTECTED]> wrote: > > > Why does pylab.matshow() cre

Re: [Matplotlib-users] matshow?

2007-03-16 Thread Fernando Perez
On 3/16/07, Bill Baxter <[EMAIL PROTECTED]> wrote: > Why does pylab.matshow() create a new figure by default when no other > standard pylab function I know of does that? It seems very > inconsistent for no particular gain, since as always > figure();matshow(m) will achieve that result if that is w

[Matplotlib-users] matshow?

2007-03-16 Thread Bill Baxter
Why does pylab.matshow() create a new figure by default when no other standard pylab function I know of does that? It seems very inconsistent for no particular gain, since as always figure();matshow(m) will achieve that result if that is what is desired. --bb

Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ryan Krauss
Thanks for the help Ken. I think I got it. The source install of libwkgtk2.6 doesn't seem to be enough (I still get the message about accelerator needing the headers). I have downloaded the 2.6 source tarball (thanks for finding it). I copied *.h from the wxPython-src-2.6.3.3/wxPython/include/w

Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ken McIvor
Ryan, I found the 2.6 sources: http://wxpython.sourceforge.net/download-2.6.3.3.php Ken - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share y

Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ken McIvor
On Mar 16, 2007, at 1:01 PM, Ryan Krauss wrote: > > Unless someone has the wxpython 2.6 source tarball lying > around, I guess I will ignore the message and wait until I am ready to > upgrade to 2.8. If you're got APT's "sources.list" setup correctly, you should be able to just "apt-get source l

Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ryan Krauss
Thanks Ken. I think I did this before a year or so ago, I was just thinking there was an easier way. I guess I am a little stuck. I am hesitant to upgrade to wxPython 2.8 because wxGlade isn't compatible with it yet. I just went to wxPython.org and their sourceforge page doesn't have 2.6 source

Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ken McIvor
On Mar 16, 2007, at 10:57 AM, Andrew Straw wrote: > > Dear Ryan, I think you want libwxgtk2.6-dev Unfortunately, the wxPython Debian package and its Ubuntu cousin do not include the wxPython headers. This is an issue that I looked into a while ago, but was unable to get resolved. That being

Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ryan Krauss
Thanks Andrew. I have that one already installed and it seems that either it isn't enough or it doesn't put the headers where the install script is looking for them. Should I be searching to see if a certain file is on my path? On 3/16/07, Andrew Straw <[EMAIL PROTECTED]> wrote: > Dear Ryan, I t

[Matplotlib-users] Need quicker text drawing

2007-03-16 Thread Joel Hedlund
Hi! I'm using matplotlib and I'm writing a viewer for multiple sequence alignments (read: large matrices of uppercase characters). It's coming along nicely and matplotlib is a real charm to work with. Unfortunately, I may have run into a showstopper. I've tried all tricks I can think of, I've

[Matplotlib-users] new release of basemap

2007-03-16 Thread Jeff Whitaker
All: I just put a new release (0.9.5) of basemap on the sf download site. Not much in the way of new features, mostly minor bugfixes, python 2.5 compatibility fixes and under-the-hood changes to facilitate building eggs. MacOS X and windows binary installers are available for python 2.4 and

Re: [Matplotlib-users] Square/Circle markers with transparent, faces?

2007-03-16 Thread Yannick Copin
Hi, John T Whelan <[EMAIL PROTECTED]> wrote: > set markerfacecolor (a.k.a. mfc) = 'None' (make sure you include the > quotes). This works with plot: plot(randn(5),randn(5), 'bo', mfc="None", mec='b') but not with scatter: scatter(randn(5),randn(5), edgecolor='b', facecolor='None') returns:

Re: [Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Andrew Straw
Dear Ryan, I think you want libwxgtk2.6-dev Ryan Krauss wrote: > I am getting a message during a source install that WXAgg's > accelerator requires the wxPython headers. What do I need to do to > get them for Ubuntu? I think I have all wx packages installed? Do I > need to download the source t

[Matplotlib-users] source install question: WXAgg's accelerator requires the wxPython headers.

2007-03-16 Thread Ryan Krauss
I am getting a message during a source install that WXAgg's accelerator requires the wxPython headers. What do I need to do to get them for Ubuntu? I think I have all wx packages installed? Do I need to download the source tarball from wxPython.org? If so, where should I put the headers? Ryan

[Matplotlib-users] Problem to embed figure in Tk

2007-03-16 Thread Pellegrini Eric
Hi everybody, Would you have any idea how to embed a matshow (or imshow) object in a Tk application but with a given dimension ? Using FigureCanvasTkAgg embed a matshow object in my application but it takes the dimension of the matshow object not the dimension of the place where I would like to

[Matplotlib-users] multiple plots for the color blind

2007-03-16 Thread Emin.shopper Martinian.shopper
Dear Experts, When plotting multiple lines, is there a way to have matplotlib automatically make the lines look different using something other than color to distinguish the lines? For example, it would be nice if I could issue multiple plot commands (with hold=True) and have the lines automatica

Re: [Matplotlib-users] troubles with plot_date

2007-03-16 Thread John Hunter
On 3/16/07, Mark Bakker <[EMAIL PROTECTED]> wrote: > Hello - > > I am trying to plot two sets of data on one graph, using plot_date. > But I get an error. > It is easy to replicate, by calling the plot_date function twice. > Is this supposed to work? Fixed in svn -

[Matplotlib-users] troubles with plot_date

2007-03-16 Thread Mark Bakker
Hello - I am trying to plot two sets of data on one graph, using plot_date. But I get an error. It is easy to replicate, by calling the plot_date function twice. Is this supposed to work? from pylab import * plot_date(linspace(726468,726668,4),linspace(0,1,4)) plot_date(linspace(726468,726668,4)

[Matplotlib-users] GTK backend problem

2007-03-16 Thread liujiaping
Hi, all. I have a problem when using matpltlib and pygtk. When I draw a very very long line in a figure, the line cannot be drawn as it should be. For example, consider the codes below: -Beginning of codes-- #!/usr/bin/env python import gtk from matplotlib

Re: [Matplotlib-users] Multiple plots

2007-03-16 Thread Antonino Ingargiola
On 3/16/07, Niklas Saers <[EMAIL PROTECTED]> wrote: > Hi, > I'm quite new to Matplot. When issuing show() from Python 2.5 under > OS X I get a nice menu bar at the bottom with home, left, right etc. > How can I use these? I tried the different examples, and there are > plenty of examples that open

[Matplotlib-users] Multiple plots

2007-03-16 Thread Niklas Saers
Hi, I'm quite new to Matplot. When issuing show() from Python 2.5 under OS X I get a nice menu bar at the bottom with home, left, right etc. How can I use these? I tried the different examples, and there are plenty of examples that open multiple windows (such as legend_auto.py) and that put