This is a bit wierd.

If running from xemacs, it seems interactive plotting is always 1 step
behind.

For example, I do:

M-x py-shell
This brings up a *Python* buffer in Comint mode running Ipython.

In [1]: from pylab import *

In [2]: plot ([1,2,3])
Out[2]: [<matplotlib.lines.Line2D instance at 0xf563b0>]

In [3]: xlabel('time')
Out[3]: <matplotlib.text.Text instance at 0xf52758>

In [4]: ylabel ('volts')
Out[4]: <matplotlib.text.Text instance at 0xf533b0>

When I execute step 3, the time is not show, but the line is.  When I do
step 4, now time is added.

Any clues?


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to