Commit 3d8eef2
committed
improve polar setConvert
- introduce 'g'eomtric coordinate system, that handles
angular rotation / directrion and radial range shifts
- add 't'icks coord system for angular axes tick vals
- add setGeometry (which sets the c2g converters)
- make 'c' linear theta coordinates be in radians,
eliminating trace.thetaunit deps after 'calc'1 parent 80717d5 commit 3d8eef2
File tree
10 files changed
+276
-217
lines changed- src
- lib
- plots/polar
- traces
- scatterpolargl
- scatterpolar
10 files changed
+276
-217
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
| 68 | + | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
144 | | - | |
145 | 142 | | |
146 | 143 | | |
147 | 144 | | |
| |||
0 commit comments