Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#17618 fix _subplots doctest failure in plot/graphics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Monteil committed Jan 13, 2015
1 parent 12baa7f commit 4c6f6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ def _matplotlib_tick_formatter(self, subplot, base=(10, 10),
sage: subplot = Figure().add_subplot(111)
sage: p._objects[0]._render_on_subplot(subplot)
sage: p._matplotlib_tick_formatter(subplot, **d)
(<matplotlib.axes.AxesSubplot object at ...>,
(<matplotlib.axes._subplots.AxesSubplot object at ...>,
<matplotlib.ticker.MaxNLocator object at ...>,
<matplotlib.ticker.MaxNLocator object at ...>,
<matplotlib.ticker.OldScalarFormatter object at ...>,
Expand Down

0 comments on commit 4c6f6e1

Please sign in to comment.