pymapdl
pymapdl copied to clipboard
title, return_plotter, theme ... are not valid parameters for plot_nodal_...
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.