Nice cols für the knots plot

This commit is contained in:
2025-06-22 17:21:00 +02:00
parent 6b1b6aea20
commit 74d338b7f1
2 changed files with 3 additions and 3 deletions

View File

@@ -2791,7 +2791,7 @@ chart0 = {
.range([innerHeight, 0]);
// Create a color scale for the basis functions
const color = d3.scaleOrdinal(d3.schemeCategory10);
const color = d3.scaleOrdinal(["#9B26B0FF", "#3F51B4FF", "#02A9F3FF", "#009687FF", "#8BC34AFF", "#FFEB3AFF", "#FF9800FF", "#795447FF"]);
// Create SVG
const svg = d3.create("svg")