[SciPy-user] Stupid plot question
LB
berthe.loic at gmail.com
Thu Nov 20 13:41:59 EST 2008
I would use the matplotlib module : http://matplotlib.sourceforge.net/
If you want to plot the matrix directly, you could use matshow :
http://matplotlib.sourceforge.net/examples/pylab_examples/matshow.html
if you prefer plotting "balls" or "something", try scatter :
http://matplotlib.sourceforge.net/examples/pylab_examples/scatter_demo2.html
You can see a lot of matplotlib's functionality (and the associated
examples) here : http://matplotlib.sourceforge.net/gallery.html
HTH
--
LB
More information about the SciPy-User
mailing list