Skip to content

Commit

Permalink
Removed the default title for plotting in _plot_point_scalars to so…
Browse files Browse the repository at this point in the history
…lve issue #576.
  • Loading branch information
germa89 committed Sep 7, 2021
1 parent d7e322d commit eefed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/mapdl/core/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _plot_point_scalars(self, scalars, show_node_numbering=False, **kwargs):
if show_node_numbering:
labels = [{'points': surf.points, 'labels': surf['ansys_node_num']}]

kwargs.setdefault('title', 'MAPDL Displacement')
# kwargs.setdefault('title', '') #no default title
return general_plotter(meshes, [], labels, **kwargs)

@property
Expand Down

0 comments on commit eefed0e

Please sign in to comment.