From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/vis/examples/graph2d/08_performance.html | 150 ----------------------- 1 file changed, 150 deletions(-) delete mode 100644 www/lib/vis/examples/graph2d/08_performance.html (limited to 'www/lib/vis/examples/graph2d/08_performance.html') diff --git a/www/lib/vis/examples/graph2d/08_performance.html b/www/lib/vis/examples/graph2d/08_performance.html deleted file mode 100644 index 9a2ad2e1..00000000 --- a/www/lib/vis/examples/graph2d/08_performance.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - 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 -- cgit v1.2.3