File tree
10 files changed
+140
-5
lines changedFilter options
- docs/source/api
- graphic_features
- graphics
- fastplotlib/graphics
- _features
- tests
10 files changed
+140
-5
lines changeddocs/source/api/graphic_features/SizeSpace.rst
Copy file name to clipboard+35Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
docs/source/api/graphic_features/index.rst
Copy file name to clipboardExpand all lines: docs/source/api/graphic_features/index.rst+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
docs/source/api/graphics/LineGraphic.rst
Copy file name to clipboardExpand all lines: docs/source/api/graphics/LineGraphic.rst+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
|
docs/source/api/graphics/ScatterGraphic.rst
Copy file name to clipboardExpand all lines: docs/source/api/graphics/ScatterGraphic.rst+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
|
fastplotlib/graphics/_features/__init__.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_features/__init__.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| ||
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
|
fastplotlib/graphics/_features/_positions_graphics.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_features/_positions_graphics.py+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
185 | 206 |
|
186 | 207 |
|
187 | 208 |
|
|
fastplotlib/graphics/_positions_base.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_positions_base.py+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
| ||
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
57 | 71 |
|
58 | 72 |
|
59 | 73 |
|
| ||
63 | 77 |
|
64 | 78 |
|
65 | 79 |
|
| 80 | + |
66 | 81 |
|
67 | 82 |
|
68 | 83 |
|
| ||
132 | 147 |
|
133 | 148 |
|
134 | 149 |
|
| 150 | + |
135 | 151 |
|
136 | 152 |
|
137 | 153 |
|
|
fastplotlib/graphics/line.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/line.py+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
| ||
66 | 70 |
|
67 | 71 |
|
68 | 72 |
|
| 73 | + |
69 | 74 |
|
70 | 75 |
|
71 | 76 |
|
| ||
83 | 88 |
|
84 | 89 |
|
85 | 90 |
|
| 91 | + |
86 | 92 |
|
87 | 93 |
|
88 | 94 |
|
89 |
| - |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
90 | 99 |
|
91 | 100 |
|
92 | 101 |
|
|
fastplotlib/graphics/scatter.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/scatter.py+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
63 | 67 |
|
64 | 68 |
|
65 | 69 |
|
| ||
73 | 77 |
|
74 | 78 |
|
75 | 79 |
|
| 80 | + |
76 | 81 |
|
77 | 82 |
|
78 | 83 |
|
79 | 84 |
|
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
| 88 | + |
83 | 89 |
|
84 | 90 |
|
85 | 91 |
|
| ||
97 | 103 |
|
98 | 104 |
|
99 | 105 |
|
| 106 | + |
100 | 107 |
|
101 | 108 |
|
102 | 109 |
|
|
tests/test_positions_graphics.py
Copy file name to clipboardExpand all lines: tests/test_positions_graphics.py+42Lines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
0 commit comments