Skip to content

Commit

Permalink
added JASP palette (#5622)
Browse files Browse the repository at this point in the history
* added JASP palette
  • Loading branch information
vincentott authored and JorisGoosen committed Sep 30, 2024
1 parent 6a6182a commit 2bce6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QMLComponents/components/JASP/Controls/ColorPalette.qml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ DropDown
{ label: qsTr("Colorblind"), value: "colorblind" },
{ label: qsTr("Colorblind #2"), value: "colorblind2" },
{ label: qsTr("Colorblind #3"), value: "colorblind3" },
{ label: qsTr("JASP"), value: "jaspPalette" },
{ label: qsTr("Viridis"), value: "viridis" },
{ label: qsTr("ggplot2"), value: "ggplot2" },
{ label: qsTr("Gray"), value: "gray" },
Expand Down

0 comments on commit 2bce6d6

Please sign in to comment.