From 16e1236a2950068ec161815083b0c82309e52b12 Mon Sep 17 00:00:00 2001 From: deltoro05 <162127830+deltoro05@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:17:48 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This URL https://unicode-table.com/ has changed to https://symbl.cc/ 😊 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88ee12c..c21d8f6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Constructs a scatter plot with the given parameters. `options` is an object wit * `gl` is a WebGL context * `position` (Required) an array of length 3 arrays encoding the position of the points in the scatter plot. * `color` A length 3 array encoding the color of the points in the scatter plot. To set colors per point, pass an array instead. Default is `[0,0,0]` -* `glyph` The glyph of each point. This is a UTF8 string representing some shape. Per point glyphs can be specified by passing an array. The default glyph is a circle, `"●"`. For more glyph ideas, check out the [unicode character set](http://unicode-table.com/en/). Some other fun suggestions: `"☢", "☯", "❤", "▲", "⚑"`. +* `glyph` The glyph of each point. This is a UTF8 string representing some shape. Per point glyphs can be specified by passing an array. The default glyph is a circle, `"●"`. For more glyph ideas, check out the [unicode character set](https://symbl.cc/en/). Some other fun suggestions: `"☢", "☯", "❤", "▲", "⚑"`. * `size` The size of each point, or specified per-point using an array. In orthographic, this is in screen coordinates, or in perspective this is in world coordinates. Default is `0.1` * `orthographic` A flag, which if set to `true` causes the points to be drawn without perspective scaling. * `lineWidth` the width of the outline (set to 0 for no outline) Default is `0` @@ -88,4 +88,4 @@ An array of projection values for each point The width of the outline of each point # Credits -(c) 2014-2015 Mikola Lysenko. MIT License. Supported by [plot.ly](https://plot.ly/) \ No newline at end of file +(c) 2014-2015 Mikola Lysenko. MIT License. Supported by [plot.ly](https://plot.ly/)