Re: [Matplotlib-users] mpl_toolkits axes & grid

2013-03-15 Thread Benjamin Root
On Fri, Mar 15, 2013 at 12:41 PM, Christian Meesters wrote: > Hi, > > It is quite some time ago since I was intensively using MPL. Perhaps I > will not get the terminology right anymore. And now I hope to get some > pointer for this particular problem: > > I would like to arange some line plots us

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread Brendan Barnwell
On 2013-03-15 08:19, Paul Hobson wrote:> On Fri, Mar 15, 2013 at 8:01 AM, Christophe BAL wrote: > >> Hello, >> I really appreciate the work done by matplotlib but I really think that >> the interface must evolve. Here is a small example. >> >> *object.set_something(...)* >> *objec

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread Joe Kington
On Mar 15, 2013 10:01 AM, "Christophe BAL" wrote: > > Hello, > I really appreciate the work done by matplotlib but I really think that > the interface must evolve. Here is a small example. > > object.set_something(...) > object.get_something() > > It could be easier to use a jQuery like st

[Matplotlib-users] mpl_toolkits axes & grid

2013-03-15 Thread Christian Meesters
Hi,It is quite some time ago since I was intensively using MPL. Perhaps I will not get the terminology right anymore. And now I hope to get some pointer for this particular problem:I would like to arange some line plots using a grid from left to right in a single plot / figure instance. Each of the

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread Jerzy Karczmarczuk
Christophe BAL: I really appreciate the work done by matplotlib but I really think that the interface must evolve. Here is a small example. * object.set_something(...)* *object.get_something()* It could be easier to use a jQuery like style as in the following lines. *object(...)* *object()*

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread todd rme
On Mar 15, 2013 4:01 PM, "Christophe BAL" wrote: > > Hello, > I really appreciate the work done by matplotlib but I really think that > the interface must evolve. Here is a small example. > > object.set_something(...) > object.get_something() > > It could be easier to use a jQuery like sty

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread Paul Hobson
On Fri, Mar 15, 2013 at 8:01 AM, Christophe BAL wrote: > Hello, > I really appreciate the work done by matplotlib but I really think that > the interface must evolve. Here is a small example. > > *object.set_something(...)* > *object.get_something()* > > It could be easier to use a jQuery

[Matplotlib-users] Evolution of the interface

2013-03-15 Thread Christophe BAL
Hello, I really appreciate the work done by matplotlib but I really think that the interface must evolve. Here is a small example. *object.set_something(...)* *object.get_something()* It could be easier to use a jQuery like style as in the following lines. *object(...)* *object()