Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,572
Fork
2,667
matplotlib
/
matplotlib
Code
Issues
993
Pull requests
229
Projects
5
Wiki
Insights
Pulse
Graphs
TST: add missing decorator
#5697
Merged
tacaswell
merged 1 commit into
matplotlib
:
master
from
tacaswell
:
tst_missing_decorator
Dec 19, 2015
Conversation
1
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
63179a4
TST: add missing decorator
tacaswell
Dec 19, 2015
1 file
Jump to file
No files or symbols found.
+1
−0
test_axes.py
lib/matplotlib/tests/test_axes.py
+1
−0
Unified
Split
Show comments
View
1
lib/matplotlib/tests/test_axes.py
@@ -4197,6 +4197,7 @@ def test_auto_numticks():
fig, axes
=
plt.subplots(
4
,
4
)
+
@cleanup
def
test_remove_shared_axes
():
def
_helper_x
(
ax
):
ax2
=
ax.twinx()
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.