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(
309309) -> go .Figure :
310310 """
311311 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
313313 successive polylines is filled.
314314 """
315315 return make_figure (
@@ -992,7 +992,7 @@ def line_polar(
992992 height = None ,
993993) -> go .Figure :
994994 """
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
996996 vertex of a polyline mark in polar coordinates.
997997 """
998998 return make_figure (args = locals (), constructor = go .Scatterpolar )
You can’t perform that action at this time.
0 commit comments