You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am looking to recover the plotter used to make the pyvista figure. Also I need the figure to be hidden. I am going to show the plotter in another window (using streamlit)
Here is what I am trying to use:
graphics = Graphics(session=solver)
mesh1 = graphics.Meshes["outlet-1"]
mesh1.show_edges = True
a = mesh1.surfaces_list.allowed_values
mesh1.surfaces_list = a
mesh1.display("window-0")
So I want a hide_window parameter, recover the plotter of pyvista.
Also, beeing able to pass the parameter notebook=True to the pyvista function would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am looking to recover the plotter used to make the pyvista figure. Also I need the figure to be hidden. I am going to show the plotter in another window (using streamlit)
Here is what I am trying to use:
So I want a hide_window parameter, recover the plotter of pyvista.
Also, beeing able to pass the parameter notebook=True to the pyvista function would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions