gecos-lab / PZero

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

simplify and homogenize plotting in all views #65

Open andrea-bistacchi opened 4 months ago

andrea-bistacchi commented 4 months ago

Plotting methods and methods used to change actor properties are heterogeneous and include not-necessary repetitions of methods in sub-classes, with slightly different implementations.

This must be analyzed in details and simplified avoiding duplicate methods.

Differences should be present only when plotting with VTK/PyVista vs. Matplotlib.