I would like to compare 2 datasets with paraview glance by using a split screen with a different dataset on each screen.
Paraview glance allow for split screen and multiple datasets, but when I hide or show a dataset it hides or shows in all screens, only the view changes between screens.
Is there a way to display different datasets in different screens using glance ?
In the current configuration visibility are shared across views. But if you fork the project, you can change the configuration to disable such property link.
Basically you just need to empty that array and it should work.
Maybe we have an option to dynamically change it, but @Forrest_Li is more up-to-date on Glance than I am.
Glance currently doesn’t support showing different datasets in each view. I’ve done this in a private Glance fork, but porting it would require more effort in UI design, and I don’t have much time currently to do so. So at this moment, your options are to open two tabs side-by-side with Glance loaded in each, or to modify Glance to support this use-case.