plot#

MapdlPlotter.plot(meshes, points, labels, *, title='', cpos=None, show_bounds=False, show_axes=True, background=None, style=None, color='w', show_edges=None, edge_color=None, point_size=5.0, line_width=None, opacity=1.0, flip_scalars=False, lighting=None, n_colors=256, interpolate_before_map=True, cmap=None, render_points_as_spheres=False, render_lines_as_tubes=False, scalar_bar_args=None, smooth_shading=None, show_scalar_bar=None, split_sharp_edges=None, font_size=None, font_family=None, text_color=None, theme=None, return_plotter=False, return_cpos=False, mapdl=None, plot_bc=False, plot_bc_legend=None, plot_bc_labels=None, bc_labels=None, bc_target=None, bc_glyph_size=None, bc_labels_font_size=16, add_points_kwargs=None, add_mesh_kwargs=None, add_point_labels_kwargs=None, plotter_kwargs=None, **kwargs)#

Add an object to the plotter.

Parameters:
objectAny

Object to add to the plotter.

name_filterstr, optional

Filter to apply to the object. The default is None.

Return type:

None