Python for Finance: Analyze Big Financial Data
elle
(Elle)
#1
Further Reading
The major resources for matplotlib can be found on the Web:
The home page of matplotlib is, of course, the best starting point:
A tutorial for 2D plotting is found here:
Another one for 3D plotting is here:
It has become kind of a standard routine to consult the gallery, to look there for an
appropriate visualization example, and to start with the corresponding example code.
Using, for example, IPython Notebook, only a single command is required to get started
once you have found the right example.
[ 23 ]
For an overview of which plot types are available, visit the matplotlib gallery.