tests for issue #1172
()
| 6611 | |
| 6612 | |
| 6613 | def test_text_labelsize(): |
| 6614 | """ |
| 6615 | tests for issue #1172 |
| 6616 | """ |
| 6617 | fig = plt.figure() |
| 6618 | ax = fig.gca() |
| 6619 | ax.tick_params(labelsize='large') |
| 6620 | ax.tick_params(direction='out') |
| 6621 | |
| 6622 | |
| 6623 | @image_comparison(['pie_default.png'], style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…