Skip to content

Fix DataObject.plot() #246

Open
Open
@PProfizi

Description

@PProfizi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions