Skip to content

Commit 170d7f9

Browse files
committed
Update numpy-arrays.md
1 parent af1c4a4 commit 170d7f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/python/numpy-arrays.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Improve the performance of generating Plotly figures that use a large number of
3838

3939
Plotly.py uses Plotly.js for rendering, which supports base64-encoded typed arrays. In Plotly.py, NumPy array and NumPy-convertible arrays are base64 encoded before being passed to Plotly.js for rendering.
4040

41-
4241
## Arrays and Data Types Supported
4342

4443
The following types of array objects in Python are supported:
@@ -62,8 +61,6 @@ The following array data types are supported:
6261

6362
*If the array dtype is **int64** and **uint64**, often the default dtype for arrays in NumPy when no dtype is specified, those dtypes will be changed to other types internally by Plotly.py where possible.
6463

65-
66-
6764
## Unsupported Attributes
6865

6966
Arrays passed to attributes with the following names are not supported:

0 commit comments

Comments
 (0)