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
We should decouple plotting from WGLMakie, so that plotting can also work with other backends.
We have some generic plotting functionality for plotting AbstractPICDataStructureswhich is on top of recipes (because we can't access the axes from recipes).
Options
Transfer generic plotting functions to PICDataStructures. This might be the best option.
Transfer generic plotting functions to SDFResults. Not ideal since we should split the generic plotting parts from the things that read from sdf files.
Transfer generic plotting functions to PICAnalysisTools.
The text was updated successfully, but these errors were encountered:
SebastianM-C
changed the title
Transfer generic plotting functions to SDFResults
Restructure plotting
Apr 22, 2021
We should decouple plotting from WGLMakie, so that plotting can also work with other backends.
We have some generic plotting functionality for plotting
AbstractPICDataStructures
which is on top of recipes (because we can't access the axes from recipes).Options
The text was updated successfully, but these errors were encountered: