Skip to content

Commit 6d38c8c

Browse files
authored
Fix typo in marker-style.md
Diamond is mentioned twice in the basic symbol list.
1 parent 0a83329 commit 6d38c8c

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
@@ -322,7 +322,7 @@ fig.show()
322322

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

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

327327
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.
328328

0 commit comments

Comments
 (0)