Open
Description
Before submitting the issue
- I have checked for Compatibility issues
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
While implementing Mesh.plot(data=DataObject), realized that DataObject.plot() is not working properly.
Steps To Reproduce
import ansys.dpf.post as dpf
from ansys.dpf.post import examples
simulation = dpf.load_simulation(examples.allkindofcomplexity)
displacement = simulation.displacement(component='X')
displacement.plot()
Which Operating System are you using?
Windows
Which Python version are you using?
3.7
Installed packages
NA