[Numpy-discussion] wanted: decent matplotlib alternative

Gökhan Sever gokhansever at gmail.com
Thu Oct 13 18:06:21 EDT 2011


On Thu, Oct 13, 2011 at 4:03 PM, Gökhan Sever <gokhansever at gmail.com> wrote:

>
> I think, IPython is great for interaction with the OO interface of the
> matlab.  Just starting simple with:
>
> fig=plt.figure()
> ax=plt.gca()
> and keep tabbing ax.<tab>, fig.<tab> or any object you create on the canvas
> .tab to get its methods and attributes. Another approach is start with the
> pylab interface and query detailed help/code with ?? in IPython (e.g.
> plt.xlabel??)
>

Sorry s/matlab/matplotlib. I am not sure if matlab has IPython like
interface to introspect objects. Definitely IDL doesn't.


-- 
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20111013/7d7ec6ec/attachment.html>


More information about the NumPy-Discussion mailing list