Skip to content

Commit

Permalink
Changed difference curves to be a normal selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Nov 5, 2024
1 parent a80e779 commit 1468908
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ const ForecastTypes = {

const PlotFormats = {
none: "none",
matching: "matching",
pairwise: "pairwise",
absolute: "absolute",
matching: "Diff all curves against the 1st added curve",
pairwise: "Diff the 1st and 2nd curves, 3rd and 4th, etc",
};

const PlotActions = {
Expand Down

0 comments on commit 1468908

Please sign in to comment.