Skip to content

Latest commit

 

History

History
115 lines (57 loc) · 1.29 KB

Plots.rst

File metadata and controls

115 lines (57 loc) · 1.29 KB

Plots

scatter

.. autofunction:: vtkplotlib.scatter



plot

.. autofunction:: vtkplotlib.plot



mesh_plot

.. autofunction:: vtkplotlib.mesh_plot



mesh_plot_with_edge_scalars

.. autofunction:: vtkplotlib.mesh_plot_with_edge_scalars



polygon

.. autofunction:: vtkplotlib.polygon



scalar_bar

.. autofunction:: vtkplotlib.scalar_bar



arrow

.. autofunction:: vtkplotlib.arrow



quiver

.. autofunction:: vtkplotlib.quiver



text

.. autofunction:: vtkplotlib.text



text3d

.. autofunction:: vtkplotlib.text3d



annotate

.. autofunction:: vtkplotlib.annotate



surface

.. autofunction:: vtkplotlib.surface



legend

.. autofunction:: vtkplotlib.legend



custom plots using PolyData

.. autofunction:: vtkplotlib.PolyData