Skip to content
Snippets Groups Projects
Commit f4c37d5b authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

switch to plasma color scheme

parent 7e92b296
No related branches found
No related tags found
No related merge requests found
Pipeline #121345 passed with stages
in 11 minutes and 46 seconds
...@@ -284,7 +284,7 @@ const binPlotOptions = ref({ ...@@ -284,7 +284,7 @@ const binPlotOptions = ref({
grid: true, grid: true,
x: { tickRotate: 90, tip: true, label: "Systems" }, x: { tickRotate: 90, tip: true, label: "Systems" },
// y: { tickFormat: 's' }, // y: { tickFormat: 's' },
color: { scheme: "viridis", legend: true }, color: { scheme: "plasma", legend: true },
}) })
const binPlotDataOptions = computed(() => { const binPlotDataOptions = computed(() => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment