Searched refs:plt (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/postprocess/ |
| H A D | vortexshedding.py | 2 import matplotlib.pyplot as plt namespace 27 fig, ax_drag = plt.subplots() 50 plt.show()
|
| /libCEED/examples/fluids/ |
| H A D | conv_plot.py | 41 fig, ax = plt.subplots() 59 plt.savefig('conv_plt_h.png')
|
| /libCEED/examples/python/ |
| H A D | tutorial-3-basis.ipynb | 56 "import matplotlib.pyplot as plt\n", 57 "plt.style.use('ggplot')\n", 128 " plt.plot(qpts_viz, B_array)\n", 132 "plt.plot(nodes, 0*nodes, 'ok');" 152 " plt.plot(qpts_viz, B_array)\n", 155 "plt.plot(qpts, 0*qpts, 'ok');" 241 " plt.scatter(x, y, c=np.array(u_array).reshape(Q, Q))\n", 242 " plt.xlim(-1, 1)\n", 243 " plt.ylim(-1, 1)\n", 244 " plt.colorbar(label='u')"
|
| /libCEED/benchmarks/ |
| H A D | postprocess_plot.py | 168 plt.tick_params(labelsize=14)
|