Skip to content

Commit 6c9eaa5

Browse files
Merge pull request #3267 from plotly/fix-apostrophe-typo
Update webgl-vs-svg.md
2 parents fc5b1f3 + ef2444f commit 6c9eaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/webgl-vs-svg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ it is also possible to use [datashader](/python/datashader/).
6868

6969
The `rendermode` argument to supported Plotly Express functions (e.g. `scatter` and `scatter_polar`) can be used to enable WebGL rendering.
7070

71-
> **Note** The default `rendermode` is `"auto"`, in which case Plotly Express will automatically set `rendermode="webgl` if the input data is more than 1,000 rows long. If WebGL acceleration is *not* desired in this case, `rendermode` can be forced to `"svg"` for vectorized, if slower, rendering.
71+
> **Note** The default `rendermode` is `"auto"`, in which case Plotly Express will automatically set `rendermode="webgl"` if the input data is more than 1,000 rows long. If WebGL acceleration is *not* desired in this case, `rendermode` can be forced to `"svg"` for vectorized, if slower, rendering.
7272
7373
Here is an example that creates a 100,000 point scatter plot using Plotly Express with WebGL rendering explicitly enabled.
7474

0 commit comments

Comments
 (0)