()
| 38 | @image_comparison(['streamplot_colormap.png'], remove_text=True, style='mpl20', |
| 39 | tol=0.022) |
| 40 | def test_colormap(): |
| 41 | X, Y, U, V = velocity_field() |
| 42 | plt.streamplot(X, Y, U, V, color=U, density=0.6, linewidth=2, |
| 43 | cmap="autumn") |
| 44 | plt.colorbar() |
| 45 | |
| 46 | |
| 47 | @image_comparison(['streamplot_linewidth.png'], remove_text=True, style='mpl20', |
nothing calls this directly
no test coverage detected
searching dependent graphs…