Commit 8590b8d
File tree
7 files changed
+131
-20
lines changedFilter options
- docs/source/api/selectors
- fastplotlib/graphics/selectors
7 files changed
+131
-20
lines changeddocs/source/api/selectors/LinearRegionSelector.rst
Copy file name to clipboardExpand all lines: docs/source/api/selectors/LinearRegionSelector.rst+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
| ||
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
| 38 | + |
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
|
docs/source/api/selectors/LinearSelector.rst
Copy file name to clipboardExpand all lines: docs/source/api/selectors/LinearSelector.rst+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
| ||
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
| 38 | + |
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
|
docs/source/api/selectors/RectangleSelector.rst
Copy file name to clipboardExpand all lines: docs/source/api/selectors/RectangleSelector.rst+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
| ||
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
| 38 | + |
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
|
fastplotlib/graphics/selectors/_base_selector.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_base_selector.py+65Lines changed: 65 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
43 | 108 |
|
44 | 109 |
|
45 | 110 |
|
|
fastplotlib/graphics/selectors/_linear.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_linear.py+27-3Lines changed: 27 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
50 | 71 |
|
51 | 72 |
|
52 | 73 |
|
| ||
56 | 77 |
|
57 | 78 |
|
58 | 79 |
|
59 |
| - |
| 80 | + |
60 | 81 |
|
61 | 82 |
|
62 | 83 |
|
| ||
92 | 113 |
|
93 | 114 |
|
94 | 115 |
|
95 |
| - |
| 116 | + |
96 | 117 |
|
97 | 118 |
|
98 | 119 |
|
99 | 120 |
|
100 | 121 |
|
101 | 122 |
|
| 123 | + |
| 124 | + |
| 125 | + |
102 | 126 |
|
103 | 127 |
|
104 | 128 |
|
| ||
134 | 158 |
|
135 | 159 |
|
136 | 160 |
|
137 |
| - |
| 161 | + |
138 | 162 |
|
139 | 163 |
|
140 | 164 |
|
|
fastplotlib/graphics/selectors/_linear_region.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_linear_region.py+11-4Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
| 117 | + |
| 118 | + |
| 119 | + |
117 | 120 |
|
118 | 121 |
|
119 | 122 |
|
| ||
134 | 137 |
|
135 | 138 |
|
136 | 139 |
|
137 |
| - |
| 140 | + |
| 141 | + |
| 142 | + |
138 | 143 |
|
139 | 144 |
|
140 | 145 |
|
141 | 146 |
|
142 | 147 |
|
143 |
| - |
| 148 | + |
| 149 | + |
| 150 | + |
144 | 151 |
|
145 | 152 |
|
146 | 153 |
|
| ||
179 | 186 |
|
180 | 187 |
|
181 | 188 |
|
182 |
| - |
| 189 | + |
183 | 190 |
|
184 | 191 |
|
185 | 192 |
|
186 | 193 |
|
187 | 194 |
|
188 | 195 |
|
189 | 196 |
|
190 |
| - |
| 197 | + |
191 | 198 |
|
192 | 199 |
|
193 | 200 |
|
|
fastplotlib/graphics/selectors/_rectangle.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/selectors/_rectangle.py+19-13Lines changed: 19 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
120 | 124 |
|
121 | 125 |
|
122 | 126 |
|
| ||
125 | 129 |
|
126 | 130 |
|
127 | 131 |
|
128 |
| - |
| 132 | + |
| 133 | + |
| 134 | + |
129 | 135 |
|
130 | 136 |
|
131 | 137 |
|
| ||
142 | 148 |
|
143 | 149 |
|
144 | 150 |
|
145 |
| - |
| 151 | + |
146 | 152 |
|
147 | 153 |
|
148 | 154 |
|
| ||
155 | 161 |
|
156 | 162 |
|
157 | 163 |
|
158 |
| - |
| 164 | + |
159 | 165 |
|
160 | 166 |
|
161 | 167 |
|
| ||
168 | 174 |
|
169 | 175 |
|
170 | 176 |
|
171 |
| - |
| 177 | + |
172 | 178 |
|
173 | 179 |
|
174 | 180 |
|
| ||
181 | 187 |
|
182 | 188 |
|
183 | 189 |
|
184 |
| - |
| 190 | + |
185 | 191 |
|
186 | 192 |
|
187 | 193 |
|
| ||
207 | 213 |
|
208 | 214 |
|
209 | 215 |
|
210 |
| - |
| 216 | + |
211 | 217 |
|
212 |
| - |
| 218 | + |
213 | 219 |
|
214 | 220 |
|
215 | 221 |
|
| ||
218 | 224 |
|
219 | 225 |
|
220 | 226 |
|
221 |
| - |
| 227 | + |
222 | 228 |
|
223 |
| - |
| 229 | + |
224 | 230 |
|
225 | 231 |
|
226 | 232 |
|
| ||
231 | 237 |
|
232 | 238 |
|
233 | 239 |
|
234 |
| - |
| 240 | + |
235 | 241 |
|
236 |
| - |
| 242 | + |
237 | 243 |
|
238 | 244 |
|
239 | 245 |
|
| ||
244 | 250 |
|
245 | 251 |
|
246 | 252 |
|
247 |
| - |
| 253 | + |
248 | 254 |
|
249 |
| - |
| 255 | + |
250 | 256 |
|
251 | 257 |
|
252 | 258 |
|
|
0 commit comments