Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb301f1

Browse filesBrowse files
committed
added failing test
1 parent 5bc2357 commit bb301f1
Copy full SHA for bb301f1

File tree

Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,6 +1687,17 @@ def test_vline_limit():
16871687
assert ymax == 0.25
16881688

16891689

1690+
@cleanup
1691+
def test_text_labelsize():
1692+
"""
1693+
tests for issue #1172
1694+
"""
1695+
fig = plt.figure()
1696+
ax = fig.gca()
1697+
ax.tick_params(labelsize='large')
1698+
ax.tick_params(direction='out')
1699+
1700+
16901701
if __name__ == '__main__':
16911702
import nose
16921703
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.