Convenience Functions#

These functions provide a simplified interface to the various plotting routines in PyVista.

plot(var_item[, off_screen, full_screen, ...])

Plot a PyVista, numpy, or vtk object.

plot_arrows(cent, direction, **kwargs)

Plot arrows as vectors.

set_plot_theme(theme)

Set the plotting parameters to a predefined theme using a string.

create_axes_orientation_box([line_width, ...])

Create a Box axes orientation widget with labels.

create_axes_marker([label_color, x_color, ...])

Create an axis actor.