()
| 108 | |
| 109 | @image_comparison(['spines_capstyle.png'], style='_classic_test') |
| 110 | def test_spines_capstyle(): |
| 111 | # issue 2542 |
| 112 | plt.rc('axes', linewidth=20) |
| 113 | fig, ax = plt.subplots() |
| 114 | ax.set_xticks([]) |
| 115 | ax.set_yticks([]) |
| 116 | |
| 117 | |
| 118 | def test_label_without_ticks(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…