Re: [Matplotlib-users] testing of matplotlib 0.90 - on Win XP and Python 2.5

2007-02-15 Thread Werner F. Bruhin
Hi Chris, Christopher Barker wrote: Thanks for doing this, the wx back-ends are a bit neglected at the moment. Which version of wxPython did you test this all on? We really need some work/testing with 2.8.*, I now there are some issues on OS-X, but I haven't tried it anywhere else yet.

Re: [Matplotlib-users] bug in axis('scaled') in version 0.90 and proposed fix

2007-02-15 Thread Mark Bakker
Eric - Thanks for your reply. Let me give you my idea about axis('scaled') and why I am asking for a change (a new option would be fine as well). What people I talked to do is, they plot some background (say roads) for a large area; in interactive mode. Then they contour a small portion of that

Re: [Matplotlib-users] QTagg, Latex, Label problem

2007-02-15 Thread Gerhard Spitzlsperger
Hallo Darren, thank you for your support, it seems I made a simple mistake in the original embedding_in_qt.py function compute_initial_figure: self.axes.set_xlabel(label) the label is not displayed. I placed the self.axes.set_xlabel(label) before the self.axes.plot. if order is changed

[Matplotlib-users] problem axis('scaled') with shared axis

2007-02-15 Thread Mark Bakker
Eric - I found another problem that I cannot figure out. I make an axis, and make it 'scaled'. Then I make a second axis that shares the x-axis with the first axis. But then the y limits of the first axis change upon creation, and the 'adjustable' attribute! I know for sure this used to work,

Re: [Matplotlib-users] problem axis('scaled') with shared axis

2007-02-15 Thread John Hunter
On 2/15/07, Mark Bakker [EMAIL PROTECTED] wrote: I found another problem that I cannot figure out. I make an axis, and make it 'scaled'. Unit testing graphics packages can be hard, especially interactive stuff like this, but I am a fan of poor man's unit testing here. When you get something

Re: [Matplotlib-users] UnboundLocalError from multiple traces with plot_date in 0.90

2007-02-15 Thread John Hunter
On 2/15/07, Delbert Franz [EMAIL PROTECTED] wrote: I'm back to developing with matplotlib after a bit of a hiatus. I am refactoring an app I wrote about two years ago. I suspect I have uncovered a bug in 0.90 which was not present in 0.87.7. The small test script, which I created to

Re: [Matplotlib-users] problem axis('scaled') with shared axis

2007-02-15 Thread Mark Bakker
This is a good idea. I had done something like that for the original axis('equal') and axis('scaled') but I don't think it is in the example directory anymore. Once we get it to work again, I will make sure to do make an example and put it in the units directory. And Yes, I realize testing this

Re: [Matplotlib-users] Toggle plot trace

2007-02-15 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Hunter wrote: | On 2/14/07, David Clark (Lists) [EMAIL PROTECTED] wrote: | | I'm working on a GUI with wxPython to display several traces of data. | Using a checkbox, I would like to be able to turn traces on the plot on | and off. I have

Re: [Matplotlib-users] Toggle plot trace

2007-02-15 Thread John Hunter
On 2/15/07, David D Clark [EMAIL PROTECTED] wrote: Thanks for the reply. I thought it might have to do with that. I am a new python/matplotlib user. In my inexperience, I'm not sure what I should use for o in o.set_visible o in the example above is any matplotlib artist, eg a line

Re: [Matplotlib-users] Toggle plot trace

2007-02-15 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Hunter wrote: | On 2/15/07, David D Clark [EMAIL PROTECTED] wrote: | | Thanks for the reply. I thought it might have to do with that. I am a | new python/matplotlib user. In my inexperience, I'm not sure what I | should use for o in

[Matplotlib-users] second x axis

2007-02-15 Thread Evan Mason
How do I make a second x-axis? I am looking for something like twinx (a twiny would be perfect...) Thanks, Evan - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

Re: [Matplotlib-users] [matplotlib-devel] Unifying numpy, scipy, and matplotlib docstring formats

2007-02-15 Thread David L Goldsmith
One more namespace pro (on point, since you're concerned w/ docstrings, and thus, presumably, usability): indicating the namespace makes your code more self-documenting (my favorite aspect of it). DG Christopher Barker wrote: Keir Mierle wrote: p.s. This is part of my plan to kick off

[Matplotlib-users] PS: Re: [matplotlib-devel] Unifying numpy, scipy, and matplotlib docstring formats

2007-02-15 Thread David L Goldsmith
One more thing: knowing Chris, I *think* that he wasn't saying that you should somehow *oblige* the coder to use namespace prefices, rather, don't do anything that would make it harder or less efficient to do so, right Chris? DG Christopher Barker wrote: Keir Mierle wrote: p.s. This is

Re: [Matplotlib-users] [matplotlib-devel] Unifying numpy, scipy, and matplotlib docstring formats

2007-02-15 Thread Christopher Barker
Keir Mierle wrote: I do not want to descend into a huge, time wasting discussion of this which is not productive. Well, it's been said before, and this isn't really the place for it, but it's quite critical to your project. Don't let any of this get in the way of improving docs strings,

Re: [Matplotlib-users] second x axis

2007-02-15 Thread Evan Mason
How do I make a second x-axis? I am looking for something like twinx (a twiny would be perfect...)Thanks, Evan - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get