Skip to content

Conversation

ajain-work
Copy link
Contributor

@ajain-work ajain-work commented Apr 28, 2022

Exposed PyVista plotter. It will allow user to interact directly with PyVista and change settings.

PyVista Plotter

plotter

User can set axes, floor, title and a lot of other settings.

@ajain-work ajain-work force-pushed the feat/plotter_exposure branch from 81e40f7 to 2868b8f Compare April 28, 2022 08:17
@ajain-work ajain-work marked this pull request as ready for review April 28, 2022 08:20
"""Global configuration state for post."""
import threading

_global_config = {"blocking": False, "set_view_on_display": None}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switch config to global.

@dnwillia-work dnwillia-work linked an issue Apr 28, 2022 that may be closed by this pull request
Copy link
Collaborator

@dnwillia-work dnwillia-work left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I added the missing link to #298.

@ajain-work ajain-work merged commit db639eb into main Apr 29, 2022
@ajain-work ajain-work deleted the feat/plotter_exposure branch April 29, 2022 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PyVista Contours: Number format setting control

3 participants