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 y
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
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
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, but
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
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
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 s
-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 ma
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 (r
-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 o.se
Mark Bakker wrote:
> 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).
OK, your explanation of the use case is very helpful. I am thinking
that the problem here is that we are trying to get
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 th
Keir Mierle wrote:
> p.s. This is part of my plan to kick off http://scipy.org/PyLab
Great Plan, and I think kicking it off with better docstrings is a good
start.
One comment, from your Wiki Page:
"""
I feel strongly that the correct way to import the entire core PyLab API
should be via
from
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 o
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
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, how
> 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'l
17 matches
Mail list logo