Commit 39fb7b5
File tree
Expand file treeCollapse file tree
12 files changed
+76
-118
lines changedOpen diff view settings
Filter options
- examples
- misc
- pyplots
- lib/matplotlib
- sphinxext/tests/tinypages
- testing
- tests
- tutorials/text
Expand file treeCollapse file tree
12 files changed
+76
-118
lines changedOpen diff view settings
Collapse file
examples/misc/multipage_pdf.py
Copy file name to clipboardExpand all lines: examples/misc/multipage_pdf.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
| 50 | + |
51 | 51 | |
52 | 52 | |
53 | 53 | |
|
Collapse file
examples/pyplots/text_commands.py
Copy file name to clipboardExpand all lines: examples/pyplots/text_commands.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
8 | 9 | |
9 | 10 | |
10 | 11 | |
| ||
22 | 23 | |
23 | 24 | |
24 | 25 | |
25 | | - |
| 26 | + |
26 | 27 | |
27 | 28 | |
28 | 29 | |
|
Collapse file
lib/matplotlib/sphinxext/tests/tinypages/conf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/sphinxext/tests/tinypages/conf.py+8-10Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | 1 | |
4 | 2 | |
5 | 3 | |
| ||
46 | 44 | |
47 | 45 | |
48 | 46 | |
49 | | - |
50 | | - |
| 47 | + |
| 48 | + |
51 | 49 | |
52 | 50 | |
53 | 51 | |
| ||
202 | 200 | |
203 | 201 | |
204 | 202 | |
205 | | - |
206 | | - |
| 203 | + |
| 204 | + |
207 | 205 | |
208 | 206 | |
209 | 207 | |
| ||
232 | 230 | |
233 | 231 | |
234 | 232 | |
235 | | - |
236 | | - |
| 233 | + |
| 234 | + |
237 | 235 | |
238 | 236 | |
239 | 237 | |
| ||
246 | 244 | |
247 | 245 | |
248 | 246 | |
249 | | - |
250 | | - |
| 247 | + |
| 248 | + |
251 | 249 | |
252 | 250 | |
253 | 251 | |
|
Collapse file
lib/matplotlib/testing/determinism.py
Copy file name to clipboardExpand all lines: lib/matplotlib/testing/determinism.py+23-33Lines changed: 23 additions & 33 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | 5 | |
11 | 6 | |
12 | 7 | |
| 8 | + |
13 | 9 | |
14 | | - |
15 | 10 | |
16 | 11 | |
17 | 12 | |
| ||
34 | 29 | |
35 | 30 | |
36 | 31 | |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
42 | 37 | |
43 | 38 | |
44 | 39 | |
| ||
63 | 58 | |
64 | 59 | |
65 | 60 | |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
| 61 | + |
70 | 62 | |
71 | | - |
72 | | - |
73 | 63 | |
74 | 64 | |
75 | 65 | |
| ||
94 | 84 | |
95 | 85 | |
96 | 86 | |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
105 | 95 | |
106 | 96 | |
107 | 97 | |
| ||
128 | 118 | |
129 | 119 | |
130 | 120 | |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
139 | 129 | |
140 | 130 | |
141 | 131 | |
|
Collapse file
lib/matplotlib/tests/test_afm.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_afm.py+2-5Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
4 | | - |
| 1 | + |
5 | 2 | |
6 | 3 | |
7 | 4 | |
| ||
33 | 30 | |
34 | 31 | |
35 | 32 | |
36 | | - |
| 33 | + |
37 | 34 | |
38 | 35 | |
39 | 36 | |
|
Collapse file
lib/matplotlib/tests/test_animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_animation.py+2-6Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | 1 | |
6 | 2 | |
7 | 3 | |
| ||
205 | 201 | |
206 | 202 | |
207 | 203 | |
208 | | - |
| 204 | + |
209 | 205 | |
210 | 206 | |
211 | 207 | |
212 | 208 | |
213 | 209 | |
214 | 210 | |
215 | | - |
| 211 | + |
216 | 212 | |
217 | 213 | |
218 | 214 | |
|
Collapse file
lib/matplotlib/tests/test_backend_pgf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_pgf.py+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
4 | 1 | |
5 | 2 | |
6 | 3 | |
| ||
73 | 70 | |
74 | 71 | |
75 | 72 | |
76 | | - |
| 73 | + |
77 | 74 | |
78 | 75 | |
79 | 76 | |
|
Collapse file
lib/matplotlib/tests/test_backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_ps.py+25-39Lines changed: 25 additions & 39 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | 1 | |
6 | 2 | |
7 | 3 | |
8 | 4 | |
9 | 5 | |
10 | | - |
11 | 6 | |
12 | 7 | |
13 | 8 | |
| ||
31 | 26 | |
32 | 27 | |
33 | 28 | |
34 | | - |
35 | | - |
36 | | - |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
37 | 33 | |
38 | 34 | |
39 | | - |
40 | | - |
| 35 | + |
| 36 | + |
41 | 37 | |
42 | 38 | |
43 | 39 | |
| ||
50 | 46 | |
51 | 47 | |
52 | 48 | |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
82 | 68 | |
83 | 69 | |
84 | 70 | |
|
Collapse file
lib/matplotlib/tests/test_legend.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_legend.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
106 | 106 | |
107 | 107 | |
108 | 108 | |
109 | | - |
| 109 | + |
110 | 110 | |
111 | 111 | |
112 | 112 | |
|
Collapse file
lib/matplotlib/tests/test_ticker.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_ticker.py+3-5Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | | - |
4 | 3 | |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
13 | 11 | |
14 | 12 | |
15 | 13 | |
| ||
578 | 576 | |
579 | 577 | |
580 | 578 | |
581 | | - |
| 579 | + |
582 | 580 | |
583 | 581 | |
584 | 582 | |
|
0 commit comments