Skip to content

Commit f151cc3

Browse files
committed
update version 6 guide
1 parent 430b909 commit f151cc3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: doc/python/v6-changes.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ Plotly.py now takes advantage of recent changes in how Plotly.js handles typed a
5454

5555
The following attributes have been removed in Plotly.py 6.
5656

57-
### `titlefont`, `titleoffset`, and `titleside`
57+
### `titlefont`,`titleposition`, `titleside`, and `titleoffset`
5858

59-
The `titlefont`, `titleoffset`, and `titleside` attributes have been removed.
60-
Replace them with `title.font`, `title.side`, and `title.offset`.
59+
The `titlefont`,`titleposition`, `titleside`, and `titleoffset` attributes have been removed. Replace them with `title.font`, `title.position`, `title.side`, and `title.offset`.
6160

6261
Here's an example using `layout.tilefont`:
6362

@@ -112,10 +111,11 @@ The following traces have been removed.
112111

113112
### `heatmapgl`
114113

115-
### `pointcloud`
114+
The `heatmapgl` trace has been removed. Use [`heatmap`](/python/heatmaps/) instead.
116115

117-
<!-- #endregion -->
118116

119-
```python
117+
### `pointcloud`
120118

121-
```
119+
The `pointcloud` trace has been removed. Use [`scattergl`](/python/reference/scattergl/).
120+
121+
<!-- #endregion -->

0 commit comments

Comments
 (0)