Skip to content

Commit 8314429

Browse files
authored
Update doc/python/filled-area-plots.md
1 parent 5416f77 commit 8314429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/filled-area-plots.md

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

134134
*New in 5.20*
135135

136-
Scatter traces with a fill, support a `fillgradient`, which is a `dict` of options that define the gradient. Use `fillgradient.colorscale` to define the [colorscale](https://plotly.com/python/colorscales) for the gradient and choose a `type` to define the orientation of the gradient (`'horizontal'`, `'vertical'` or `'radial'`).
136+
Scatter traces with a fill support a `fillgradient`, which is a `dict` of options that defines the gradient. Use `fillgradient.colorscale` to define the [colorscale](https://plotly.com/python/colorscales) for the gradient and choose a `type` to define the orientation of the gradient (`'horizontal'`, `'vertical'` or `'radial'`).
137137

138138
In the following example, we've defined a `horizontal` `fillgradient` with a colorscale of three colors.
139139

0 commit comments

Comments
 (0)