Skip to content

Commit 821acfb

Browse files
davidgilbertsonandrew-fennell
authored andcommitted
Fix typo in gradient_bar example
1 parent 9f08de5 commit 821acfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/gradient_bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
lengths of the projections of the corner vectors on *v*.
1414
1515
A similar approach can be used to create a gradient background for an Axes.
16-
In that case, it is helpful to uses Axes coordinates (``extent=(0, 1, 0, 1),
16+
In that case, it is helpful to use Axes coordinates (``extent=(0, 1, 0, 1),
1717
transform=ax.transAxes``) to be independent of the data coordinates.
1818
1919
"""

0 commit comments

Comments
 (0)