()
| 757 | |
| 758 | |
| 759 | def test_nonuniformimage_setcmap(): |
| 760 | ax = plt.gca() |
| 761 | im = NonUniformImage(ax) |
| 762 | im.set_cmap('Blues') |
| 763 | |
| 764 | |
| 765 | def test_nonuniformimage_setnorm(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…