File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/python/plotly/plotly/express Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ def area(
309
309
) -> go .Figure :
310
310
"""
311
311
In a stacked area plot, each row of `data_frame` is represented as
312
- a vertex of a polyline mark in 2D space. The area between
312
+ a vertex of a polyline mark in 2D space. The area between
313
313
successive polylines is filled.
314
314
"""
315
315
return make_figure (
@@ -992,7 +992,7 @@ def line_polar(
992
992
height = None ,
993
993
) -> go .Figure :
994
994
"""
995
- In a polar line plot, each row of `data_frame` is represented as a
995
+ In a polar line plot, each row of `data_frame` is represented as a
996
996
vertex of a polyline mark in polar coordinates.
997
997
"""
998
998
return make_figure (args = locals (), constructor = go .Scatterpolar )
You can’t perform that action at this time.
0 commit comments