gecos-lab / PZero

GNU Affero General Public License v3.0
24 stars 2 forks source link

Opacity #22

Open andrea-bistacchi opened 1 year ago

andrea-bistacchi commented 1 year ago

pyvista opacity

gbene commented 1 year ago

Implemented in https://github.com/andrea-bistacchi/PZero/commit/57fb77b3d9d1dbe3e044a99ad26e6235e63f7c25. I have tested it by trying to work in a new project and it seems to be working. More testing is surely needed. I have not implemented it in the 2Dviews since we use matplotlib in the backend and specific functions are needed. I don't know if it is best not to write them since we are migrating to vtk (so everything should already work as it is).

andrea-bistacchi commented 1 year ago

I agree we do not need this in Matplotlib-based 2D views.

andrea-bistacchi commented 3 months ago

This is broken since some signals from legend to views do not work.