2010/4/16 David Kremer <david.kremer...@gmail.com>: > I would like to know how to find informations about how pyplot, imshow > and contourf, contour functions are working.
Have a look at site-packages/matplotlib/axes.py in your Python distro, search for "def imshow" or "def contourf". You will be directed by the code in your exploration, I guess. Sorry, but as your question is quite general, the reply is so too :-/ Good luck, Friedrich P.S.: This functions are directly called by the thin wrappers comprising the pyplot interface. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel