()
| 741 | |
| 742 | @image_comparison(['sticky_tolerance_cf.png'], remove_text=True, style="mpl20") |
| 743 | def test_sticky_tolerance_contourf(): |
| 744 | fig, ax = plt.subplots() |
| 745 | |
| 746 | x = y = [14496.71, 14496.75] |
| 747 | data = [[0, 1], [2, 3]] |
| 748 | |
| 749 | ax.contourf(x, y, data) |
| 750 | |
| 751 | |
| 752 | def test_nargs_stem(): |