Hello - Seeking informations about how is working and how to modify the contour/contourf/imshow() functions in pyplot

Hello.

I would like to know how to find informations about how pyplot, imshow
and contourf, contour functions are working.

I'm looking for a way to derive/improve this functions because I dont
know how to make my plot properly otherly.

Thank you very much.

Greetings,

David Kremer

2010/4/16 David Kremer <david.kremer.dk@...149...>:

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.