Skip to content

Commit 02a9b28

Browse files
committed
add link to numpy reference docs
1 parent cf7ac59 commit 02a9b28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/python/webgl-vs-svg.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The following types of objects in Python are supported for improved performance:
222222
- Pandas Index, `pandas.Index`, or Series, `pandas.Series`, objects.
223223
- Array objects that can be converted to `numpy.ndarray` objects. i.e., they implement `"__array__"` or `"__array_interface__"` and return a `numpy.ndarray`.
224224

225-
The following array data types are supported:
225+
The following [array data types](https://numpy.org/devdocs/reference/arrays.scalars.html) are supported:
226226

227227
- float32
228228
- float64
@@ -232,8 +232,6 @@ The following array data types are supported:
232232
- uint16
233233
- int32
234234
- uint32
235-
- int64*
236-
- uint64*
237235

238236
*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. When working with NumPY directly, you can [specify the `dtype`](https://numpy.org/doc/stable/user/basics.types.html#array-types-and-conversions-between-types) when creating `ndarray` objects.
239237

0 commit comments

Comments
 (0)