We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233ffdb commit 4a86b5aCopy full SHA for 4a86b5a
doc/users/pyplot_tutorial.rst
@@ -110,10 +110,10 @@ dashes sequence of on/off ink in points
110
data (np.array xdata, np.array ydata)
111
figure a matplotlib.figure.Figure instance
112
label any string
113
-linestyle or ls [ '-' | '--' | '-.' | ':' | 'steps' | ...]
+linestyle or ls [ ``-`` | ``--`` | ``-.`` | ``:`` | ``steps`` | ...]
114
linewidth or lw float value in points
115
lod [True | False]
116
-marker [ '+' | ',' | '.' | '1' | '2' | '3' | '4'
+marker [ '+' | ',' | '.' | '1' | '2' | '3' | '4' ]
117
markeredgecolor or mec any matplotlib color
118
markeredgewidth or mew float value in points
119
markerfacecolor or mfc any matplotlib color
0 commit comments