Skip to content

Commit a84f754

Browse files
committed
update starting point text
1 parent 2f2e84e commit a84f754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fig.show()
194194

195195
#### WebGL with 1,000,000 points with Graph Objects
196196

197-
If Plotly Express does not provide a good starting point, it is also possible to use [the more generic `go.Scattergl` class from `plotly.graph_objects`](/python/graph-objects/).
197+
If Plotly Express does not provide a good starting point for creating a chart, you can use [the more generic `go.Scattergl` class from `plotly.graph_objects`](/python/graph-objects/).
198198

199199
```python
200200
import plotly.graph_objects as go

0 commit comments

Comments
 (0)