()
| 145 | |
| 146 | @image_comparison(["empty.eps"], style='_classic_test') |
| 147 | def test_transparency(): |
| 148 | fig, ax = plt.subplots() |
| 149 | ax.set_axis_off() |
| 150 | ax.plot([0, 1], color="r", alpha=0) |
| 151 | ax.text(.5, .5, "foo", color="r", alpha=0) |
| 152 | |
| 153 | |
| 154 | @needs_usetex |
nothing calls this directly
no test coverage detected
searching dependent graphs…