From f9d3814ae08693c886bcd5b7256ff62625bf6bd2 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:52:49 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../vis/examples/graph2d/08_performance.html | 150 ++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 js/dos/ext/vis/examples/graph2d/08_performance.html diff --git a/js/dos/ext/vis/examples/graph2d/08_performance.html b/js/dos/ext/vis/examples/graph2d/08_performance.html new file mode 100644 index 0000000..9625b51 --- /dev/null +++ b/js/dos/ext/vis/examples/graph2d/08_performance.html @@ -0,0 +1,150 @@ + + + + Graph2d | Performance + + + + + + + + + + +

Graph2d | Performance

+
+ This example is a test of the performance of the Graph2d. Select the amount of datapoints you want to plot and press draw. + You can choose between the style of the points as well as the interpolation method. This can only be toggled with the buttons. + The interpolation options may not look different for this dataset but you can see their effects clearly in example 7. +

+ Linear interpolation and no points are the settings that will render quickest. By default, Graph2d will downsample when there are more + than 1 point per pixel. This can be manually disabled at the cost of performance by using the sampling option. +
+
+

+ Number of items: + Click the draw button to load the data! +
+ + Interpolation method: + +
+ Points style: + + +

+
+ + + + \ No newline at end of file