Lines Matching refs:plt
60 "import matplotlib.pyplot as plt\n",
278 "plt.plot(data)\n",
279 "plt.show()"
417 "_,ax=plt.subplots(1,1)\n",
511 "_,ax=plt.subplots(1,1)\n",
596 "_,ax=plt.subplots(1,1)\n",
641 "plt.plot(window)\n",
642 "plt.show()"
689 "plt.plot(res)\n",
690 "plt.show()"
896 "plt.plot(cleaned)\n",
897 "plt.show()"
984 "plt.plot(res_q15)\n",
985 "plt.show()"
1178 "plt.plot(cleaned_f32)\n",
1179 "plt.show()"
1364 "plt.plot(fix.Q31toF32(cleaned_q31))\n",
1365 "plt.show()"
1655 "plt.plot(fix.Q15toF32(cleaned_q15))\n",
1656 "plt.show()"
1720 "plt.plot(fix.Q15toF32(cleaned_q15))\n",
1721 "plt.show()"