Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure plotting #55

Open
SebastianM-C opened this issue Apr 22, 2021 · 0 comments
Open

Restructure plotting #55

SebastianM-C opened this issue Apr 22, 2021 · 0 comments

Comments

@SebastianM-C
Copy link
Member

SebastianM-C commented 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 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.
@SebastianM-C SebastianM-C changed the title Transfer generic plotting functions to SDFResults Restructure plotting Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant