Commit c3f5b1b
committed
first cut
- this adds polygons grid (and angular ax line) support to categorical
angular axes
- had to add 'polygon mode' to pathSector() and isPtWithinSector()
- polygon vertices match the angular ticks
- snaps radialaxis.angle to vertex angles
- needed special care for sector and on angular dragpolar.usepolygons
1 parent 33b05eb commit c3f5b1b
File tree
3 files changed
+217
-30
lines changed- src/plots/polar
3 files changed
+217
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 125 | | |
131 | 126 | | |
132 | 127 | | |
| |||
272 | 267 | | |
273 | 268 | | |
274 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
275 | 283 | | |
276 | 284 | | |
277 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
| |||
0 commit comments