[Numpy-discussion] Viewer for 2D Numpy arrays (GUI)

Gökhan Sever gokhansever at gmail.com
Fri Sep 17 11:53:34 EDT 2010


On Fri, Sep 17, 2010 at 12:16 AM, Mayank P Jain <mayankpj at gmail.com> wrote:

>      Currently I am exporting them to csv files, but I wonder if there is a
> viewer that can be used with native numpy array files to view and preferably
> modify the 2D arrays.
> Any help would be appreciated.
>

I would suggest using IPython + Matplotlib, and as a text editor Vim. I have
just learnt how to select the same column in Vim [
http://stackoverflow.com/questions/3736678/select-all-column]. This trio is
as simple as and yet as powerful as it gets for my array view
+ visualization tasks.

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


More information about the NumPy-Discussion mailing list