pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

title, return_plotter, theme ... are not valid parameters for plot_nodal_...

Open natter1 opened this issue 4 years ago • 0 comments

title is not a valid parameter when calling plot_nodal_...() methods (crashes, when calling _add_mesh()), which differs from the behaviour of general_plotter() (as is used e.g. for nplot()). Same is true for return_plotter and theme. I haven't checked the internals, but I would suggest to have the same interface for different plot methods.

natter1 avatar Jun 21 '21 05:06 natter1