Skip to content

Commit 79afc5c

Browse files
committed
update titles and link
1 parent 589d105 commit 79afc5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/python/numpy-arrays.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.10.0
2424
plotly:
25-
description: How to use typed arrays in Plotly.py
25+
description: How to use NumPy arrays in Plotly.py for improved performance
2626
display_as: file_settings
2727
language: python
2828
layout: base
29-
name: Improving Performance with Typed Arrays
29+
name: Improving Performance with NumPy Arrays
3030
order: 39
31-
permalink: python/b64/
31+
permalink: python/performance/
3232
thumbnail: thumbnail/b64.png
3333
---
3434

3535
*New in Plotly.py 6.0**
3636

37-
Improve the performance of generating Plotly figures that use a large number of data points by using NumPy arrays and other objects that can be converted to NumPy arrays, such as Pandas Series and Index objects.
37+
Improve the performance of generating Plotly figures that use a large number of data points by using NumPy arrays and other objects that can be converted to NumPy arrays, such as Pandas Series and Index objects.
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

@@ -59,8 +59,8 @@ The following array data types are supported:
5959
- float64
6060
- int64*
6161
- uint64*
62-
63-
*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.
62+
63+
*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.
6464

6565

6666

0 commit comments

Comments
 (0)