()
| 8639 | |
| 8640 | |
| 8641 | def test_secondary_repr(): |
| 8642 | fig, ax = plt.subplots() |
| 8643 | secax = ax.secondary_xaxis("top") |
| 8644 | assert repr(secax) == '<SecondaryAxis: >' |
| 8645 | |
| 8646 | |
| 8647 | @image_comparison(['axis_options.png'], remove_text=True, style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…