greppable cheat sheet for matplotlib ?

(Old) folks,
   is there a greppable list of matplotlib functions and attributes
along the lines of PyQt4.api
     PyQt4.QtGui.QAbstractScrollArea.viewport() -> QWidget
     PyQt4.QtGui.QAbstractScrollArea.maximumViewportSize() -> QSize
     ...
Grep is really fast, really simple, and can | less
to grep again / highlight to home in.

Thanks, cheers
   -- denis