Skip to content

Commit 72b1144

Browse files
committed
remove deprecated heatmapgl and pointcloud traces
1 parent 31b042d commit 72b1144

File tree

323 files changed

+357
-21738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+357
-21738
lines changed

Diff for: doc/python/static-image-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ and **EPS** (requires the poppler library)
146146
fig.write_image("images/fig1.eps")
147147
~~~
148148

149-
**Note:** It is important to note that any figures containing WebGL traces (i.e. of type `scattergl`, `heatmapgl`, `contourgl`, `scatter3d`, `surface`, `mesh3d`, `scatterpolargl`, `cone`, `streamtube`, `splom`, or `parcoords`) that are exported in a vector format will include encapsulated rasters, instead of vectors, for some parts of the image.
149+
**Note:** It is important to note that any figures containing WebGL traces (i.e. of type `scattergl`, `contourgl`, `scatter3d`, `surface`, `mesh3d`, `scatterpolargl`, `cone`, `streamtube`, `splom`, or `parcoords`) that are exported in a vector format will include encapsulated rasters, instead of vectors, for some parts of the image.
150150

151151

152152
### Image Export in Dash

Diff for: doc/python/webgl-vs-svg.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jupyter:
3838

3939
`plotly` figures are rendered by web browsers, which broadly speaking have two families of capabilities for rendering graphics: the SVG API which supports vector rendering, and the Canvas API which supports raster rendering, and can exploit GPU hardware acceleration via a browser technology known as WebGL. 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:
4040

41-
* Accelerated versions of SVG trace types: `scattergl`, `scatterpolargl`, `heatmapgl`
41+
* Accelerated versions of SVG trace types: `scattergl`, `scatterpolargl`,
4242
* High-performance multidimensional trace types: `splom`, or `parcoords`
4343
* 3-d trace types `scatter3d`, `surface`, `mesh3d`, `cone`, `streamtube`
4444
* Mapbox Gl JS-powered trace types: `scattermapbox`, `choroplethmapbox`, `densitymapbox`
@@ -52,7 +52,7 @@ WebGL is a powerful technology for accelerating computation but comes with some
5252
3. Context limits: browsers impose a strict limit on the number of WebGL "contexts" that any given web document can access. WebGL-powered traces in `plotly` can use multiple contexts in some cases but as a general rule, **it may not be possible to render more than 8 WebGL-involving figures on the same page at the same time.**
5353
4. Size limits: browsers impose hardware-dependent limits on the height and width of figures using WebGL which users may encounter with extremely large plots (e.g. tens of thousands of pixels of height)
5454

55-
In addition to the above limitations, the WebGL-powered version of certain SVG-powered trace types (`scattergl`, `scatterpolargl`, `heatmapgl`) are not complete drop-in replacements for their SVG counterparts yet
55+
In addition to the above limitations, the WebGL-powered version of certain SVG-powered trace types (`scattergl`, `scatterpolargl`) are not complete drop-in replacements for their SVG counterparts yet
5656
* Available symbols will differ
5757
* Area fills are not yet supported in WebGL
5858
* Range breaks on time-series axes are not yet supported

Diff for: doc/unconverted/python/heatmap-webgl.md

-105
This file was deleted.

0 commit comments

Comments
 (0)