We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cf2bb commit b108bd1Copy full SHA for b108bd1
packages/python/plotly/plotly/express/_chart_types.py
@@ -309,7 +309,7 @@ def area(
309
) -> go.Figure:
310
"""
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
+ a vertex of a polyline mark in 2D space. The area between
313
successive polylines is filled.
314
315
return make_figure(
@@ -992,7 +992,7 @@ def line_polar(
992
height=None,
993
994
995
- In a polar line plot, each row of `data_frame` is represented as a
+ In a polar line plot, each row of `data_frame` is represented as a
996
vertex of a polyline mark in polar coordinates.
997
998
return make_figure(args=locals(), constructor=go.Scatterpolar)
0 commit comments