File tree
Expand file treeCollapse file tree
29 files changed
+275
-205
lines changedFilter options
- fastplotlib
- graphics
- _features
- selectors
- layouts
- _frame
- legends
- utils
- widgets
Expand file treeCollapse file tree
29 files changed
+275
-205
lines changed+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 22 | + |
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
|
fastplotlib/graphics/_base.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_base.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
315 | 315 |
|
316 | 316 |
|
317 | 317 |
|
318 |
| - |
| 318 | + |
319 | 319 |
|
320 | 320 |
|
321 | 321 |
|
|
fastplotlib/graphics/_features/__init__.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_features/__init__.py+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
7 | 12 |
|
8 | 13 |
|
9 | 14 |
|
|
fastplotlib/graphics/_features/_colors.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_features/_colors.py+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
5 | 11 |
|
6 | 12 |
|
7 | 13 |
|
| ||
426 | 432 |
|
427 | 433 |
|
428 | 434 |
|
429 |
| - |
| 435 | + |
fastplotlib/graphics/_features/_sizes.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_features/_sizes.py+11-5Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
43 | 47 |
|
44 | 48 |
|
45 | 49 |
|
| ||
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
52 |
| - |
| 56 | + |
| 57 | + |
| 58 | + |
53 | 59 |
|
54 | 60 |
|
55 | 61 |
|
|
fastplotlib/graphics/image.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/image.py+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
345 | 345 |
|
346 | 346 |
|
347 | 347 |
|
348 |
| - |
349 |
| - |
350 |
| - |
351 |
| - |
352 |
| - |
| 348 | + |
353 | 349 |
|
354 | 350 |
|
355 | 351 |
|
|
fastplotlib/graphics/scatter.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/scatter.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
| 94 | + |
| 95 | + |
94 | 96 |
|
95 | 97 |
|
96 | 98 |
|
|
fastplotlib/graphics/selectors/_base_selector.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_base_selector.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
fastplotlib/graphics/selectors/_linear.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_linear.py+9-10Lines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
270 |
| - |
271 |
| - |
272 |
| - |
273 |
| - |
274 |
| - |
| 270 | + |
275 | 271 |
|
276 | 272 |
|
277 | 273 |
|
| ||
285 | 281 |
|
286 | 282 |
|
287 | 283 |
|
288 |
| - |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
289 | 288 |
|
290 | 289 |
|
291 | 290 |
|
|
fastplotlib/graphics/selectors/_linear_region.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_linear_region.py+9-11Lines changed: 9 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
246 |
| - |
| 246 | + |
247 | 247 |
|
248 | 248 |
|
249 | 249 |
|
| ||
417 | 417 |
|
418 | 418 |
|
419 | 419 |
|
420 |
| - |
421 |
| - |
422 |
| - |
423 |
| - |
424 |
| - |
| 420 | + |
425 | 421 |
|
426 | 422 |
|
427 | 423 |
|
| ||
434 | 430 |
|
435 | 431 |
|
436 | 432 |
|
437 |
| - |
| 433 | + |
| 434 | + |
| 435 | + |
438 | 436 |
|
439 | 437 |
|
440 | 438 |
|
|
fastplotlib/graphics/selectors/_mesh_positions.py
Copy file name to clipboard-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
fastplotlib/graphics/selectors/_polygon.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_polygon.py+16-10Lines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
50 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
| ||
69 | 70 |
|
70 | 71 |
|
71 | 72 |
|
72 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
73 | 76 |
|
74 | 77 |
|
75 | 78 |
|
| ||
86 | 89 |
|
87 | 90 |
|
88 | 91 |
|
89 |
| - |
| 92 | + |
| 93 | + |
| 94 | + |
90 | 95 |
|
91 | 96 |
|
92 | 97 |
|
| ||
114 | 119 |
|
115 | 120 |
|
116 | 121 |
|
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
| 122 | + |
| 123 | + |
| 124 | + |
121 | 125 |
|
122 | 126 |
|
123 | 127 |
|
124 |
| - |
| 128 | + |
| 129 | + |
| 130 | + |
125 | 131 |
|
126 | 132 |
|
127 | 133 |
|
| ||
130 | 136 |
|
131 | 137 |
|
132 | 138 |
|
133 |
| - |
| 139 | + |
134 | 140 |
|
135 | 141 |
|
136 | 142 |
|
|
fastplotlib/graphics/selectors/_sync.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_sync.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
fastplotlib/graphics/text.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/text.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
fastplotlib/layouts/_defaults.py
Copy file name to clipboard-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
fastplotlib/layouts/_frame/_frame.py
Copy file name to clipboardExpand all lines: fastplotlib/layouts/_frame/_frame.py+11-13Lines changed: 11 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
| 37 | + |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
| ||
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
171 |
| - |
172 |
| - |
173 |
| - |
| 171 | + |
174 | 172 |
|
175 | 173 |
|
176 | 174 |
|
|
0 commit comments