[Matplotlib-users] Using object oriented interface in interactive mode?

2012-08-05 Thread Nikolaus Rath
Hello, The following code shows the plot right away as expected: # python Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib >>> matplotlib.__version__ '1.1.1rc2' >>> import matplotli

Re: [Matplotlib-users] Using object oriented interface in interactive mode?

2012-08-05 Thread Benjamin Root
On Sunday, August 5, 2012, Nikolaus Rath wrote: > Hello, > > The following code shows the plot right away as expected: > > # python > Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17) > [GCC 4.6.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import matpl

Re: [Matplotlib-users] Using object oriented interface in interactive mode?

2012-08-05 Thread Nikolaus Rath
Benjamin Root writes: > On Sunday, August 5, 2012, Nikolaus Rath wrote: > >> Hello, >> >> The following code shows the plot right away as expected: >> >> # python >> Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17) >> [GCC 4.6.3] on linux2 >> Type "help", "copyright", "credits" or "license" for mo

Re: [Matplotlib-users] Using object oriented interface in interactive mode?

2012-08-05 Thread Benjamin Root
On Sunday, August 5, 2012, Nikolaus Rath wrote: > Benjamin Root > > writes: > > On Sunday, August 5, 2012, Nikolaus Rath wrote: > > > >> Hello, > >> > >> The following code shows the plot right away as expected: > >> > >> # python > >> Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17) > >> [GCC 4.6