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
Originally posted by zouki-dev June 30, 2023
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.
The text was updated successfully, but these errors were encountered:
Discussed in #290
Originally posted by zouki-dev June 30, 2023
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.
The text was updated successfully, but these errors were encountered: