File tree
7 files changed
+17
-35
lines changedFilter options
- examples
- screenshots
- selection_tools
- fastplotlib/graphics
- selectors
7 files changed
+17
-35
lines changedexamples/screenshots/linear_selector.png
Copy file name to clipboard+2-2
Loading
examples/screenshots/no-imgui-linear_selector.png
Copy file name to clipboard+3
Loading
examples/selection_tools/linear_selector.py
Copy file name to clipboardExpand all lines: examples/selection_tools/linear_selector.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
fastplotlib/graphics/image.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/image.py-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
312 | 312 |
|
313 | 313 |
|
314 | 314 |
|
315 |
| - |
316 |
| - |
317 | 315 |
|
318 | 316 |
|
319 | 317 |
|
|
fastplotlib/graphics/line.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/line.py-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
169 |
| - |
170 |
| - |
171 | 169 |
|
172 | 170 |
|
173 | 171 |
|
|
fastplotlib/graphics/line_collection.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/line_collection.py-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
374 | 374 |
|
375 | 375 |
|
376 | 376 |
|
377 |
| - |
378 |
| - |
379 | 377 |
|
380 | 378 |
|
381 | 379 |
|
|
fastplotlib/graphics/selectors/_linear.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_linear.py+11-26
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
79 |
| - |
80 | 78 |
|
81 | 79 |
|
82 | 80 |
|
| ||
95 | 93 |
|
96 | 94 |
|
97 | 95 |
|
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 | 96 |
|
105 | 97 |
|
106 | 98 |
|
| ||
131 | 123 |
|
132 | 124 |
|
133 | 125 |
|
134 |
| - |
135 |
| - |
136 | 126 |
|
137 |
| - |
138 |
| - |
139 |
| - |
| 127 | + |
| 128 | + |
| 129 | + |
140 | 130 |
|
141 |
| - |
142 | 131 |
|
143 |
| - |
144 |
| - |
145 |
| - |
| 132 | + |
| 133 | + |
| 134 | + |
146 | 135 |
|
147 |
| - |
148 | 136 |
|
149 |
| - |
| 137 | + |
150 | 138 |
|
151 |
| - |
| 139 | + |
152 | 140 |
|
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
| 141 | + |
157 | 142 |
|
158 | 143 |
|
159 | 144 |
|
| ||
178 | 163 |
|
179 | 164 |
|
180 | 165 |
|
181 |
| - |
| 166 | + |
182 | 167 |
|
183 |
| - |
| 168 | + |
184 | 169 |
|
185 | 170 |
|
186 | 171 |
|
|
0 commit comments