Commit 25ff2f7
File tree
Expand file treeCollapse file tree
3 files changed
+21
-8
lines changedFilter options
- lib/matplotlib
- backends
- web_backend
Expand file treeCollapse file tree
3 files changed
+21
-8
lines changedlib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3125 | 3125 |
|
3126 | 3126 |
|
3127 | 3127 |
|
3128 |
| - |
| 3128 | + |
3129 | 3129 |
|
3130 | 3130 |
|
3131 | 3131 |
|
| ||
3146 | 3146 |
|
3147 | 3147 |
|
3148 | 3148 |
|
3149 |
| - |
| 3149 | + |
3150 | 3150 |
|
3151 | 3151 |
|
3152 | 3152 |
|
|
lib/matplotlib/backends/backend_webagg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_webagg.py+9-6Lines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
253 | 253 |
|
254 | 254 |
|
255 | 255 |
|
256 |
| - |
257 | 256 |
|
258 | 257 |
|
259 | 258 |
|
| ||
296 | 295 |
|
297 | 296 |
|
298 | 297 |
|
299 |
| - |
300 |
| - |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
301 | 302 |
|
302 | 303 |
|
303 | 304 |
|
| ||
473 | 474 |
|
474 | 475 |
|
475 | 476 |
|
| 477 | + |
| 478 | + |
476 | 479 |
|
477 | 480 |
|
478 | 481 |
|
| ||
484 | 487 |
|
485 | 488 |
|
486 | 489 |
|
| 490 | + |
| 491 | + |
487 | 492 |
|
488 | 493 |
|
489 | 494 |
|
| ||
493 | 498 |
|
494 | 499 |
|
495 | 500 |
|
496 |
| - |
497 |
| - |
498 |
| - |
| 501 | + |
499 | 502 |
|
500 | 503 |
|
501 | 504 |
|
|
lib/matplotlib/backends/web_backend/mpl.js
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/web_backend/mpl.js+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
69 | 74 |
|
70 | 75 |
|
71 | 76 |
|
| ||
88 | 93 |
|
89 | 94 |
|
90 | 95 |
|
| 96 | + |
91 | 97 |
|
92 | 98 |
|
93 | 99 |
|
94 | 100 |
|
95 | 101 |
|
| 102 | + |
96 | 103 |
|
97 | 104 |
|
98 | 105 |
|
| ||
132 | 139 |
|
133 | 140 |
|
134 | 141 |
|
| 142 | + |
| 143 | + |
| 144 | + |
135 | 145 |
|
136 | 146 |
|
137 | 147 |
|
|
0 commit comments