Skip to content

Commit 3754b6d

Browse files
committed
add redos test
1 parent c679e5e commit 3754b6d

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

test/new/link_tick_redos.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<p>dash_capstyle: [&#39;butt&#39; | &#39;round&#39; | &#39;projecting&#39;]
2+
dash_joinstyle: [&#39;miter&#39; | &#39;round&#39; | &#39;bevel&#39;]
3+
dashes: sequence of on/off ink in points
4+
drawstyle: [&#39;default&#39; | &#39;steps&#39; | &#39;steps-pre&#39; | &#39;steps-mid&#39; | &#39;steps-post&#39;]
5+
figure: a <code>~.Figure</code> instance
6+
fillstyle: [&#39;full&#39; | &#39;left&#39; | &#39;right&#39; | &#39;bottom&#39; | &#39;top&#39; | &#39;none&#39;]
7+
gid: an id string
8+
label: object
9+
linestyle or ls: [&#39;solid&#39; | &#39;dashed&#39;, &#39;dashdot&#39;, &#39;dotted&#39; | (offset, on-off-dash-seq) | <code>&#39;-&#39;</code> | <code>&#39;--&#39;</code> | <code>&#39;-.&#39;</code> | <code>&#39;:&#39;</code> | <code>&#39;None&#39;</code> | <code>&#39; &#39;</code> | <code>&#39;&#39;</code>]
10+
linewidth or lw: float value in points
11+
marker: :mod:<code>A valid marker style &lt;matplotlib.markers&gt;</code>
12+
markeredgecolor or mec: any matplotlib color
13+
markeredgewidth or mew: float value in points
14+
markerfacecolor or mfc: any matplotlib color
15+
markerfacecoloralt or mfcalt: any matplotlib color
16+
markersize or ms: float
17+
markevery: [None | int | length-2 tuple of int | slice | list/array of int | float | length-2 tuple of float]
18+
path_effects: <code>~.AbstractPathEffect</code>
19+
picker: float distance in points or callable pick function <code>fn(artist, event)</code>
20+
pickradius: float distance in points
21+
rasterized: bool or None
22+
sketch_params: (scale: float, length: float, randomness: float)
23+
snap: bool or None
24+
solid_capstyle: [&#39;butt&#39; | &#39;round&#39; | &#39;projecting&#39;]
25+
solid_joinstyle: [&#39;miter&#39; | &#39;round&#39; | &#39;bevel&#39;]
26+
transform: a :class:<code>matplotlib.transforms.Transform</code> instance
27+
url: a url string
28+
visible: bool
29+
xdata: 1D array
30+
ydata: 1D array
31+
zorder: float</p>

test/new/link_tick_redos.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
dash_capstyle: ['butt' | 'round' | 'projecting']
2+
dash_joinstyle: ['miter' | 'round' | 'bevel']
3+
dashes: sequence of on/off ink in points
4+
drawstyle: ['default' | 'steps' | 'steps-pre' | 'steps-mid' | 'steps-post']
5+
figure: a `~.Figure` instance
6+
fillstyle: ['full' | 'left' | 'right' | 'bottom' | 'top' | 'none']
7+
gid: an id string
8+
label: object
9+
linestyle or ls: ['solid' | 'dashed', 'dashdot', 'dotted' | (offset, on-off-dash-seq) | ``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'None'`` | ``' '`` | ``''``]
10+
linewidth or lw: float value in points
11+
marker: :mod:`A valid marker style <matplotlib.markers>`
12+
markeredgecolor or mec: any matplotlib color
13+
markeredgewidth or mew: float value in points
14+
markerfacecolor or mfc: any matplotlib color
15+
markerfacecoloralt or mfcalt: any matplotlib color
16+
markersize or ms: float
17+
markevery: [None | int | length-2 tuple of int | slice | list/array of int | float | length-2 tuple of float]
18+
path_effects: `~.AbstractPathEffect`
19+
picker: float distance in points or callable pick function ``fn(artist, event)``
20+
pickradius: float distance in points
21+
rasterized: bool or None
22+
sketch_params: (scale: float, length: float, randomness: float)
23+
snap: bool or None
24+
solid_capstyle: ['butt' | 'round' | 'projecting']
25+
solid_joinstyle: ['miter' | 'round' | 'bevel']
26+
transform: a :class:`matplotlib.transforms.Transform` instance
27+
url: a url string
28+
visible: bool
29+
xdata: 1D array
30+
ydata: 1D array
31+
zorder: float

0 commit comments

Comments
 (0)