Skip to content

Commit 8a3769c

Browse files
authored
Update doc/python/webgl-vs-svg.md
1 parent bdfd6af commit 8a3769c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/webgl-vs-svg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For improved performance, consider using WebGL-based traces and Pandas or NumPy
4545
- The Canvas API, which supports raster rendering, and can exploit GPU hardware acceleration via a browser technology known as WebGL.
4646

4747

48-
Each `plotly` trace type is primarily rendered with either SVG or WebGL, although WebGL-powered traces also use some SVG. The following trace types use WebGL for part or all of the rendering:
48+
Each `plotly` trace type is rendered with either SVG or WebGL. The following trace types use WebGL for rendering:
4949

5050
* Accelerated versions of SVG trace types: `scattergl`, `scatterpolargl`, `heatmapgl`
5151
* High-performance multidimensional trace types: `splom`, or `parcoords`

0 commit comments

Comments
 (0)