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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
15 matches
Mail list logo