Skip to content

Commit 05715eb

Browse files
Merge branch 'doc-prod'
2 parents 7655070 + 5076d6c commit 05715eb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/apidoc/plotly.express.rst

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ plotly's high-level API for rapid figure generation. ::
3232
bar_polar
3333
violin
3434
box
35+
ecdf
3536
strip
3637
histogram
3738
pie

doc/python/choropleth-maps.md

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

111111
### Indexing by GeoJSON Properties
112112

113-
If the GeoJSON you are using either does not have an `id` field or you wish you use one of the keys in the `properties` field, you may use the `featureidkey` parameter to specify where to match the values of `locations`.
113+
If the GeoJSON you are using either does not have an `id` field or you wish to use one of the keys in the `properties` field, you may use the `featureidkey` parameter to specify where to match the values of `locations`.
114114

115115
In the following GeoJSON object/data-file pairing, the values of `properties.district` match the values of the `district` column:
116116

doc/python/facet-plots.md

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

130130
*introduced in plotly 4.12*
131131

132-
The `.add_trace()` method can be used to add a copy of the same trace to each facet, for example an overall linear regression line as below. The `legendgroup`/`showlegend` pattern below is recommended to avoid having a separate legend item for each copy of the trace.
132+
The `.add_trace()` method can be used to add a copy of the same trace to each facet, for example an overall linear regression line as below. The `legendgroup`/`showlegend` pattern below is recommended to avoid having a separate legend item for each copy of the trace. Note that as of v5.2.1, there is [a built-in option to add an overall trendline to all facets](https://plotly.com/python/linear-fits/) that uses this technique under the hood.
133133

134134
```python
135135
import plotly.express as px

0 commit comments

Comments
 (0)