Test tight_layout for a single subplot.
()
| 26 | |
| 27 | @image_comparison(['tight_layout1'], style='mpl20') |
| 28 | def test_tight_layout1(): |
| 29 | """Test tight_layout for a single subplot.""" |
| 30 | fig, ax = plt.subplots() |
| 31 | example_plot(ax, fontsize=24) |
| 32 | plt.tight_layout() |
| 33 | |
| 34 | |
| 35 | @image_comparison(['tight_layout2'], style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…