Lines Matching refs:plt
62 "import matplotlib.pyplot as plt\n",
428 "plt.plot(data)\n",
429 "plt.show()"
488 " plt.pcolormesh(t, f, np.abs(Zxx), vmin=0, vmax=mmax/100, shading='gouraud')\n",
489 " plt.title('STFT Magnitude')\n",
490 " plt.ylabel('Frequency [Hz]')\n",
491 " plt.xlabel('Time [sec]')\n",
492 " plt.show()"
547 "plt.plot(feat)\n",
548 "plt.show()"
1020 "plt.plot(feat)\n",
1021 "plt.show()"
1272 "plt.plot(feat)\n",
1273 "plt.show()"
1516 "plt.plot(feat)\n",
1517 "plt.show()"
1959 "plt.plot(data)\n",
1960 "plt.show()"