.. _ref_tutorials_plot: ==== Plot ==== These tutorials demonstrate different ways one can visualize the data in plots using PyDPF-Core. .. grid:: 1 1 3 3 :gutter: 2 :padding: 2 :margin: 2 .. grid-item-card:: Plot a mesh :link: ref_tutorials_plot_mesh :link-type: ref :text-align: center This tutorial shows several ways to plot meshes. .. grid-item-card:: Add deformation :link: ref_tutorials_plot_deformed_mesh :link-type: ref :text-align: center This tutorial shows how to add deformation to plots. .. grid-item-card:: Plot contours :link: ref_tutorials_plot_contour :link-type: ref :text-align: center This tutorial shows how to plot contours. .. grid-item-card:: Plot a graph :link: ref_tutorials_plot_graph :link-type: ref :text-align: center This tutorial shows how to plot graphs using matplotlib. .. grid-item-card:: Plot mesh scopings :link: ref_tutorials_plot_mesh_scopings :link-type: ref :text-align: center This tutorial shows how to plot mesh scopings. .. toctree:: :maxdepth: 2 :hidden: plot_mesh.rst plot_deformed_mesh.rst plot_contour.rst plot_a_graph.rst plot_mesh_scopings.rst