Closed anntzer closed 10 years ago
functools.wraps optimistically sets the module attribute of these functions to mpl.pyplot, but we only want to set doc and wrapped, so that the functions appear in pydoc.
Fixes #65.
functools.wraps optimistically sets the module attribute of these functions to mpl.pyplot, but we only want to set doc and wrapped, so that the functions appear in pydoc.
Fixes #65.