Skip to content

Commit

Permalink
Gallery example "Quoted lines": Fix typo (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Oct 20, 2024
1 parent d1ab97c commit 47fa2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/lines/quoted_lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# For curved labels following the line, append ``"+v"`` to the argument passed
# to the ``style`` parameter.

# Generate sinus curve
# Generate sine curve
x = np.arange(0, 10 * np.pi, 0.1)
y = np.sin(0.8 * x)

Expand Down

0 comments on commit 47fa2c8

Please sign in to comment.