You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/v6-changes.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ pip install anywidget
58
58
59
59
Plotly.py now takes advantage of recent changes in how Plotly.js handles typed arrays for improved performance. See the [performance page](python/performance/) for more details.
60
60
61
-
62
61
## Removed Attributes
63
62
64
63
The following attributes have been removed in Plotly.py 6.
@@ -133,4 +132,21 @@ The `pointcloud` trace has been removed. Use [`scattergl`](/python/reference/sca
133
132
134
133
### Transforms
135
134
136
-
Transforms, which were deprecated in Plotly.py v5, have been removed.
135
+
Transforms, which were deprecated in Plotly.py v5, have been removed. You can achieve similar functionality by preprocessing the data with a DataFrame library.
0 commit comments