Nice cols für the knots plot
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user