From 74d338b7f18ddb919693d8efcc7c9a3cdbe75a47 Mon Sep 17 00:00:00 2001 From: Jonathan Berrisch Date: Sun, 22 Jun 2025 17:21:00 +0200 Subject: [PATCH] =?UTF-8?q?Nice=20cols=20f=C3=BCr=20the=20knots=20plot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- index.qmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4d7cfea..da8dae0 100644 --- a/index.html +++ b/index.html @@ -27341,7 +27341,7 @@ Y_{t} = \mu + Y_{t-1} + \varepsilon_t \quad \text{with} \quad \varepsilon_t = \ .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") @@ -29623,7 +29623,7 @@ window.QuartoSupport = function () { });