Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pep8 fix
  • Loading branch information
Mrngilles committed Jul 31, 2015
commit f48018bbb38e4443db8a3dd119a826b15defb612
2 changes: 2 additions & 0 deletions lib/matplotlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,7 @@ def test(verbosity=1):

return success


def deprecated_get_set(fclass, function, to_use):
"""Fuction to deprecate the getters and setter for a class
argument.
Expand All @@ -1520,6 +1521,7 @@ def deprecated_get_set(fclass, function, to_use):
msg = msg.format(fclass.__name__, function.__name__, to_use)
warnings.warn(msg, mplDeprecation, stacklevel=1)


test.__test__ = False # nose: this function is not a test

verbose.report('matplotlib version %s' % __version__)
Expand Down
1 change: 0 additions & 1 deletion lib/matplotlib/artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ def figure(self, fig):
self.pchanged()
self.stale = True


def get_figure(self):
"""
Return the :class:`~matplotlib.figure.Figure` instance the
Expand Down
1 change: 0 additions & 1 deletion lib/matplotlib/offsetbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,6 @@ def figure(self, fig):
self.offsetbox.figure = fig
martist.Artist.figure.__set__(self, fig)


def set_fontsize(self, s=None):
"""
set fontsize in points
Expand Down