Skip to content

Commit 36c6cde

Browse files
committed
DOC: Change all strings to 'monospace' in quotes
1 parent 4a86b5a commit 36c6cde

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/users/pyplot_tutorial.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,25 +104,25 @@ clip_on [True | False]
104104
clip_path a Path instance and a Transform instance, a Patch
105105
color or c any matplotlib color
106106
contains the hit testing function
107-
dash_capstyle ['butt' | 'round' | 'projecting']
108-
dash_joinstyle ['miter' | 'round' | 'bevel']
107+
dash_capstyle [``'butt'`` | ``'round'`` | ``'projecting'``]
108+
dash_joinstyle [``'miter'`` | ``'round'`` | ``'bevel'``]
109109
dashes sequence of on/off ink in points
110110
data (np.array xdata, np.array ydata)
111111
figure a matplotlib.figure.Figure instance
112112
label any string
113-
linestyle or ls [ ``-`` | ``--`` | ``-.`` | ``:`` | ``steps`` | ...]
113+
linestyle or ls [ ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'steps'`` | ...]
114114
linewidth or lw float value in points
115115
lod [True | False]
116-
marker [ '+' | ',' | '.' | '1' | '2' | '3' | '4' ]
116+
marker [ ``'+'`` | ``','`` | ``'.'`` | ``'1'`` | ``'2'`` | ``'3'`` | ``'4'`` ]
117117
markeredgecolor or mec any matplotlib color
118118
markeredgewidth or mew float value in points
119119
markerfacecolor or mfc any matplotlib color
120120
markersize or ms float
121-
markevery None | integer | (startind, stride)
121+
markevery [ None | integer | (startind, stride) ]
122122
picker used in interactive line selection
123123
pickradius the line pick selection radius
124-
solid_capstyle ['butt' | 'round' | 'projecting']
125-
solid_joinstyle ['miter' | 'round' | 'bevel']
124+
solid_capstyle [``'butt'`` | ``'round'`` | ``'projecting'``]
125+
solid_joinstyle [``'miter'`` | ``'round'`` | ``'bevel'``]
126126
transform a matplotlib.transforms.Transform instance
127127
visible [True | False]
128128
xdata np.array

0 commit comments

Comments
 (0)