Skip to content

Commit 755069f

Browse files
authored
Merge pull request #3374 from shaido987/patch-1
Fix minor typo in marker-style.md
2 parents 0b64901 + eda9231 commit 755069f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/marker-style.md

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

327327
The `marker_symbol` attribute allows you to choose from a wide array of symbols to represent markers in your figures.
328328

329-
The basic symbols are: `circle`, `square`, `diamond`, `cross`, `x`, `triangle`, `pentagon`, `hexagram`, `star`, `diamond`, `hourglass`, `bowtie`, `asterisk`, `hash`, `y`, and `line`.
329+
The basic symbols are: `circle`, `square`, `diamond`, `cross`, `x`, `triangle`, `pentagon`, `hexagram`, `star`, `hourglass`, `bowtie`, `asterisk`, `hash`, `y`, and `line`.
330330

331331
Each basic symbol is also represented by a number. Adding 100 to that number is equivalent to appending the suffix "-open" to a symbol name. Adding 200 is equivalent to appending "-dot" to a symbol name. Adding 300 is equivalent to appending "-open-dot" or "dot-open" to a symbol name.
332332

0 commit comments

Comments
 (0)