[Matplotlib-users] More on: Enabling focus for figure pieces

2006-11-24 Thread David . L . Goldsmith
OK, I see (kind of, i.e., via the pylab interface) how to do it - indirectly, i.e., by catching the click-on-figure event, then figuring out where that event happened and comparing that to the locations of the figure's pieces - using matplotlib only, so here's hoping that wxmpl has made it A) more

[Matplotlib-users] [wxmpl] Can figure canvas pieces accept focus?

2006-11-24 Thread David . L . Goldsmith
And if so, how? For example, is there a way to make it so that if a user clicks on the figure's title (or the legend, or an axis, etc.), then a wx.TextCtrl can be made to come up so that the user can edit the title? DG PS: I believe some time back I was told that, presently, this is the best pla

Re: [Matplotlib-users] How can I avoid sharey tick ovelap?

2006-11-24 Thread Darren Dale
On Friday 24 November 2006 3:46 pm, David TREMOUILLES wrote: > Well... deleting the first is not a solution for me > My app use pan/zoom tool for manual adjustment of the plot. > if I put the line you proposed at the end of my code, the x upper labels > are not > dynamically updated anymore and cou

Re: [Matplotlib-users] How can I avoid sharey tick ovelap?

2006-11-24 Thread David TREMOUILLES
Note: same problem applied for sharex... 2006/11/24, David TREMOUILLES <[EMAIL PROTECTED]>: Well... deleting the first is not a solution for me My app use pan/zoom tool for manual adjustment of the plot. if I put the line you proposed at the end of my code, the x upper labels are not dynamicall

Re: [Matplotlib-users] How can I avoid sharey tick ovelap?

2006-11-24 Thread Darren Dale
On Friday 24 November 2006 3:34 pm, Pierre GM wrote: > On Friday 24 November 2006 15:14, Darren Dale wrote: > > Or, you can change the formatter of your yaxis to OldScalarFormatter, > > which renders the scientific notation in each tick label, rather than at > > the top of the axis. > > Thinking ab

Re: [Matplotlib-users] disconnect an event when zoom-to-rectangle gets activated

2006-11-24 Thread Angus McMorland
On 25/11/06, Martin Richter <[EMAIL PROTECTED]> wrote: > Hello everyone, > > although I thought this topic had been discussed earlier I wasn't able to find > it in the archives. So please forgive me if I'm repeating something. Here the > question I'm not able to answer on my own: We really shoud w

Re: [Matplotlib-users] How can I avoid sharey tick ovelap?

2006-11-24 Thread Pierre GM
On Friday 24 November 2006 15:14, Darren Dale wrote: > Or, you can change the formatter of your yaxis to OldScalarFormatter, which > renders the scientific notation in each tick label, rather than at the top > of the axis. Thinking about it: is there a way to grab this scientific notation ? The i

Re: [Matplotlib-users] How can I avoid sharey tick ovelap?

2006-11-24 Thread Darren Dale
On Friday 24 November 2006 3:10 pm, Pierre GM wrote: > > How could I avoid this overlapping? > > What about deleting your first tick on ax2, with > > >>> ax2.set_xticks(ax2.get_xticks()[1:]) > > at the end of your code ? Or, you can change the formatter of your yaxis to OldScalarFormatter, which

Re: [Matplotlib-users] How can I avoid sharey tick ovelap?

2006-11-24 Thread Pierre GM
> How could I avoid this overlapping? What about deleting your first tick on ax2, with >>> ax2.set_xticks(ax2.get_xticks()[1:]) at the end of your code ? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForg

Re: [Matplotlib-users] sans-serif tick labels

2006-11-24 Thread Darren Dale
On Friday 24 November 2006 10:19 am, Christian Kristukat wrote: > Darren Dale <[EMAIL PROTECTED]> writes: > > On Thursday 23 November 2006 1:21 am, Christian Kristukat wrote: > > > I found one more solution which makes use of the sansmath.py style, > > > available at > > > http://www.tug.org/tex-ar

Re: [Matplotlib-users] sans-serif tick labels

2006-11-24 Thread Christian Kristukat
Darren Dale <[EMAIL PROTECTED]> writes: > On Thursday 23 November 2006 1:21 am, Christian Kristukat wrote: > > I found one more solution which makes use of the sansmath.py style, > > available at > > http://www.tug.org/tex-archive/macros/latex/contrib/misc/sansmath.sty. > > > > To use it with matpl

Re: [Matplotlib-users] sans-serif tick labels

2006-11-24 Thread Darren Dale
On Thursday 23 November 2006 1:21 am, Christian Kristukat wrote: > I found one more solution which makes use of the sansmath.py style, > available at > http://www.tug.org/tex-archive/macros/latex/contrib/misc/sansmath.sty. > > To use it with matplotlib I updated the 'sans-serif' member of the > fon

Re: [Matplotlib-users] sans-serif tick labels

2006-11-24 Thread Darren Dale
On Thursday 23 November 2006 12:23 am, Christian Kristukat wrote: > Christian Kristukat <[EMAIL PROTECTED]> writes: > > Darren Dale ...> writes: > > > We tried supporting sans-serif ticklabels with usetex a while back, and > > > it turned out to be a headache. I'll have a look at cmbright, but no

[Matplotlib-users] disconnect an event when zoom-to-rectangle gets activated

2006-11-24 Thread Martin Richter
Hello everyone, although I thought this topic had been discussed earlier I wasn't able to find it in the archives. So please forgive me if I'm repeating something. Here the question I'm not able to answer on my own: Is there a possibility to disconnect an event when someone wants to use the zo

[Matplotlib-users] mpl for numpy1.0rc2 or scipy for numpy1.0 (both win32)

2006-11-24 Thread Mark Bakker
Hello - We seem to be very close to nirvana, with numpy1.0 being out. It is just waiting for a win32 installer for scipy that is compatible with numpy1.0. (DOES ANYBODY KNOW? IS TRAVIS READING THIS MAYBE?) In the meantime, is there an mpl win32 installer around for numpy1.0rc2? Thanks for the h