Re: [matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread Kynn Jones
On Wed, Nov 17, 2010 at 6:30 PM, Michiel de Hoon wrote: > In principle the non-interactive mode can also be implemented in this > backend. If that would solve your problem, could you open a bug report for > it? > > How??? I feel so inept: I can't even find matplotlib's bug reporting/tracking pag

[matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread Kynn Jones
(The quoting got screwed in my previous post, so I'm re-posting it. Sorry about that.) On Wed, Nov 17, 2010 at 6:30 PM, Michiel de Hoon wrote: > In principle the non-interactive mode can also be implemented in this > backend. If that would solve your problem, could you open > a bug report for it

Re: [matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread John Hunter
On Fri, Nov 19, 2010 at 9:10 AM, Kynn Jones wrote: > On Wed, Nov 17, 2010 at 6:30 PM, Michiel de Hoon wrote: > >> In principle the non-interactive mode can also be implemented in this >> backend. If that would solve your problem, could you open a bug report for >> it? >> >> > How??? I feel so i

Re: [matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread John Hunter
On Fri, Nov 19, 2010 at 9:10 AM, Kynn Jones wrote: > > > When I read your message about implementing the non-GUI mode, it turns this > simple picture completely on its head, which tells me that matplotlib's > architecture is, at this point, beyond my comprehension.  One of the reasons > for loo

Re: [matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread Benjamin Root
On Fri, Nov 19, 2010 at 9:19 AM, John Hunter wrote: > On Fri, Nov 19, 2010 at 9:10 AM, Kynn Jones wrote: > > > > > > When I read your message about implementing the non-GUI mode, it turns > this simple picture completely on its head, which tells me that matplotlib's > architecture is, at this po

Re: [matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread Christopher Barker
> In other words, with this simulation in place, one should be able to > create graphical objects, translate them, scale them, shear them, > recombine them, split them up, interrogate them, etc., and finally > save these objects to files, without a window ever popping up. In > fact, this code shou

Re: [matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread Kynn Jones
On Fri, Nov 19, 2010 at 10:15 AM, John Hunter wrote: > On Fri, Nov 19, 2010 at 9:10 AM, Kynn Jones wrote: >> On Wed, Nov 17, 2010 at 6:30 PM, Michiel de Hoon wrote: >>> In principle the non-interactive mode can also be implemented in this >>> backend. If that would solve your problem, could you

Re: [matplotlib-devel] How to decouple non-GUI stuff from the GUI?

2010-11-19 Thread Kynn Jones
On Fri, Nov 19, 2010 at 5:08 PM, Christopher Barker wrote: > "interactive" means that you are typing things interactively at the > command prompt, and thus want to see changes you make to a figure after > each change -- exactly the opposite of what you want. > > "non-interactive" means that you wa