[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(...)* *

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread Paul Hobson
On Fri, Mar 15, 2013 at 8:01 AM, Christophe BAL projet...@gmail.com 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

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread todd rme
On Mar 15, 2013 4:01 PM, Christophe BAL projet...@gmail.com 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

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 Joe Kington
On Mar 15, 2013 10:01 AM, Christophe BAL projet...@gmail.com 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

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 projet...@gmail.com 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(...)* *