olgabot / prettyplotlib

Painlessly create beautiful matplotlib plots.
olgabot.github.io/prettyplotlib
MIT License
1.69k stars 148 forks source link

Keep ppl.subplot{s,2grid}.__module__ correct. #66

Closed anntzer closed 10 years ago

anntzer commented 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.