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

Basic and minimalist schema to reproduce plots across tools #107

Open
jeandet opened this issue Oct 30, 2023 · 0 comments
Open

Basic and minimalist schema to reproduce plots across tools #107

jeandet opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@jeandet
Copy link
Member

jeandet commented Oct 30, 2023

This is an idea that I got few days ago while working on plots with speasy (having in mind that SciQLop session or quick setup thing).
It doesn't seems that impossible to describe a plot panel in an interoperable format allowing users to reproduce plots across several tools (Speasy, AMDA, SciQLop,...).

Something like this:

panel0:
  graphs:
  - index: 0
    logy: true
    product: some_spase_id
  - index: 1
    logy: false
    product: some_spase_id
  time_range:
  - '2018-01-01T12:30:55'
  - '2018-01-01T18:00:27'

The idea is to share the minimum info we need to reproduce the plot.
@brenard-irap do you think we could create and export plots from AMDA using something like this?

@jeandet jeandet added enhancement New feature or request question Further information is requested labels Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant