-
Notifications
You must be signed in to change notification settings - Fork 185
variable color for geo lines? #1146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
I like the idea of an option to Plot.line that allows spherical interpolation between points. |
Fil
added a commit
that referenced
this issue
Dec 5, 2022
I haven't yet found how to avoid the special-case (we need to skip the projection and maintain spherical coordinates until the geoPath). closes #1146
Fil
added a commit
that referenced
this issue
Dec 5, 2022
Fil
added a commit
that referenced
this issue
Dec 5, 2022
mbostock
pushed a commit
that referenced
this issue
Dec 6, 2022
mbostock
added a commit
that referenced
this issue
Dec 6, 2022
* curve: "geodesic" for Plot.line closes #1146 * Line handles the "sphere" curve to follow great circles on spherical projections. * fix filtering, input normalization * Update README * curve: "projection" Co-authored-by: Mike Bostock <[email protected]>
chaichontat
pushed a commit
to chaichontat/plot
that referenced
this issue
Jan 14, 2024
* curve: "geodesic" for Plot.line closes observablehq#1146 * Line handles the "sphere" curve to follow great circles on spherical projections. * fix filtering, input normalization * Update README * curve: "projection" Co-authored-by: Mike Bostock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Suggested by @mbostock)
either by having a variable color for LineString (seems hard), or an option for Plot.line (or maybe a curve?) that follows spherical line interpolation.
SOLVED WITH curve: "projected"
The text was updated successfully, but these errors were encountered: