Commit 4f26d9a
File tree
Expand file treeCollapse file tree
6 files changed
+25
-12
lines changedFilter options
- doc/install
- lib/matplotlib
- mpl-data
- stylelib
- tests
Expand file treeCollapse file tree
6 files changed
+25
-12
lines changeddoc/install/dependencies.rst
Copy file name to clipboardExpand all lines: doc/install/dependencies.rst+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
446 |
| - |
| 446 | + |
| 447 | + |
447 | 448 |
|
448 | 449 |
|
449 | 450 |
|
|
lib/matplotlib/mpl-data/matplotlibrc
Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/matplotlibrc+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
339 | 339 |
|
340 | 340 |
|
341 | 341 |
|
342 |
| - |
| 342 | + |
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
|
lib/matplotlib/mpl-data/stylelib/classic.mplstyle
Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/stylelib/classic.mplstyle+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
126 |
| - |
| 125 | + |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
lib/matplotlib/tests/test_backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_svg.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 |
| - |
| 219 | + |
220 | 220 |
|
221 | 221 |
|
222 | 222 |
|
|
lib/matplotlib/tests/test_usetex.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_usetex.py+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
lib/matplotlib/texmanager.py
Copy file name to clipboardExpand all lines: lib/matplotlib/texmanager.py+12-7Lines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
70 | 77 |
|
71 | 78 |
|
72 | 79 |
|
| ||
80 | 87 |
|
81 | 88 |
|
82 | 89 |
|
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
90 | 94 |
|
91 | 95 |
|
92 | 96 |
|
| ||
200 | 204 |
|
201 | 205 |
|
202 | 206 |
|
| 207 | + |
203 | 208 |
|
204 | 209 |
|
205 | 210 |
|
|
0 commit comments