We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ab34e commit c870d42Copy full SHA for c870d42
examples/gallery/lines/decorated_lines.py
@@ -51,7 +51,7 @@
51
"~d1c:+sd0.5c+gtan+p1p,black+n-0.2c/0.1c",
52
# Give the number of equally spaced symbols by using "n" instead of "d"
53
"~n6:+sn0.5c+gtan+p1p,black",
54
- # Use upper-case "N" to have symbols at the start and end of the line
+ # Use uppercase "N" to have symbols at the start and end of the line
55
"~N6:+sh0.5c+gtan+p1p,black",
56
# Suppress the main decorated line by appending "+i"
57
"~d1c:+sg0.5c+gtan+p1p,black+i",
0 commit comments