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
Pyvista newbie here. I am trying to plot an isosurface plot from a 3D uniform gird. I see the output when using panel backend in the jupyter notebook (using Jlab 3.x) but the isosurfaces disappear when using off_screen = True kwarg in pv.Plotter()
Using panel requires the intermediate translation to vtk.js, and this has a variety of issues (including failing to convert over a variety of VTK objects to the js world).
As for off_screen, this is likely to be a VTK issue and probably will have to be raised on their forms.
If you absolutely need to have off_screen plotting, you might try compiling vtk with EGL on Mac (though I've never compiled VTK on a Mac with EGL). See https://docs.pyvista.org/extras/building_vtk.html
Hi,
Pyvista newbie here. I am trying to plot an isosurface plot from a 3D uniform gird. I see the output when using panel backend in the jupyter notebook (using Jlab 3.x) but the isosurfaces disappear when using
off_screen = True
kwarg in pv.Plotter()Here's the output of pv.Report()
The text was updated successfully, but these errors were encountered: