On Mon, Aug 2, 2010 at 2:15 AM, David Goldsmith <d.l.goldsm...@gmail.com>wrote:
> On Sun, Aug 1, 2010 at 10:51 PM, David Goldsmith
> <d.l.goldsm...@gmail.com>wrote:
>
>> Hi! Is there a way to see data values when imaging an array, say, e.g.,
>> when holding the cursor over a point?
>>
>> DG
>>
>
> I found the data_browser.py example - how do I use it if I'm not using
> pylab.show, i.e., I'm using oo?
>
> DG
>
David,
Replace
"from pylab import figure, show" with "import matplotlib.pyplot as plt"
"fig = figure()" with "fig = plt.figure()"
"show()" with "plt.show()"
I believe that is all you need to do.
Ben Root
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users