On Mon, Oct 30, 2006 at 12:37:42PM -0700, Fernando Perez wrote:
> Jut to clarify, Gael: in ipython (with -pylab or -{g,w,q}thread), what
> happens is that IPython lets the GUI toolkit run in the main thread,
> and then attaches its own routines for user code execution as the
> toolkit's idle timer
On 10/30/06, Gael Varoquaux <[EMAIL PROTECTED]> wrote:
> On Mon, Oct 30, 2006 at 10:36:09AM -0800, Christopher Barker wrote:
> > However, perhaps you can take advantage of a similar feature (at least
> > in wx) -- can you make the Frame Modal temporarily? My understanding of
> > how model dialogs w
On Mon, Oct 30, 2006 at 10:36:09AM -0800, Christopher Barker wrote:
> However, perhaps you can take advantage of a similar feature (at least
> in wx) -- can you make the Frame Modal temporarily? My understanding of
> how model dialogs work is that they stop the main event loop, and then
> have t
Gael Varoquaux wrote:
> I think that for such a blocking call to work, all we would need is a
> way to start and stop the eventloop (I am talking in wx terms, the only
> GUI toolkit I know).
That's a trick, because if you stop the event loop, then you don't get
the mouse clicks...
However, perha
> "Gael" == Gael Varoquaux <[EMAIL PROTECTED]> writes:
Gael> On Mon, Oct 30, 2006 at 08:21:20AM -0600, John Hunter wrote:
>> blocking calls in pylab with gtk threading may be possible but
>> it is beyond my powers. I would write this with a callback, eg
>> create a class that
On Mon, Oct 30, 2006 at 08:21:20AM -0600, John Hunter wrote:
> blocking calls in pylab with gtk threading may be possible but it is
> beyond my powers. I would write this with a callback, eg create a
> class that takes a callback in the constructor and calls the callback
> after n clicks with a li
> "Andrew" == Andrew Colombi <[EMAIL PROTECTED]> writes:
Andrew> My real question is, how do I go about incorporating my
Andrew> change to matplotlib's source repository. I've already
Andrew> checked out the latest matplotlib/trunk/matplotlib, and
Andrew> created a SourceForge
> "Gael" == Gael Varoquaux <[EMAIL PROTECTED]> writes:
Gael> For those who have never used matlab, ginput is a blocking
Gael> call that takes one optional argument n, waits for n click
Gael> on the current figure, and returns the coordinates of those
Gael> n clicks. I have been
Hi, I found a bug in Axes3DI.autoscale_view. It does not have formal
parameters named and scalex, scaley that Axes.plot assumes (line
2115). I've added these parameters (and a scalez for completeness)
and everything works fine.
My real question is, how do I go about incorporating my change to
ma
I wrote a matplotlib Boa constructor plug-in. It is very easy to add it into
a wxframe, sizers etc in Boa constructor.
If you are interested in the plugin, pls. send e-mail to [EMAIL PROTECTED]
Igor Khromushin
--
View this message in context:
http://www.nabble.com/Boa-Constructor-Plug-in-for-
10 matches
Mail list logo