(t)
| 366 | @mpl3d_image_comparison(['mixedsubplot.png'], style='mpl20') |
| 367 | def test_mixedsubplots(): |
| 368 | def f(t): |
| 369 | return np.cos(2*np.pi*t) * np.exp(-t) |
| 370 | |
| 371 | t1 = np.arange(0.0, 5.0, 0.1) |
| 372 | t2 = np.arange(0.0, 5.0, 0.02) |
no outgoing calls
no test coverage detected