Skip to content

Adds interactive plots schema #1

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

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion src/default/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,39 @@ use_preferred_units: false
# The lat-lon target resolution when interpolating unstructured data
interpolate_target_resolution: 1

interactive_box:
quantiles: [0, 0.1, 0.25, 0.5, 0.75, 0.9, 1.0]
fillcolor: "#b3c6ff"
line_color: "#0040ff"
line_width: 1.5

interactive_layout:
colorway:
- '#636EFA'
- '#EF553B'
- '#00CC96'
- '#AB63FA'
- '#FFA15A'
- '#19D3F3'
- '#FF6692'
- '#B6E880'
- '#FF97FF'
- '#FECB52'
hovermode: x
plot_bgcolor: white
xaxis:
gridwidth: 1
showgrid: false
showline: false
zeroline: false
yaxis:
linecolor: black
gridcolor: '#EEEEEE'
showgrid: true
showline: true
zeroline: false
height: 750
showlegend: False

# *************************************************************************** #
# * QUICKPLOT WORKFLOW * #
Expand Down Expand Up @@ -229,4 +262,4 @@ gridlines:
xlabel_style:
color: "#777"
ylabel_style:
color: "#777"
color: "#777"