We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently determine the default height for whole-world projections automatically (for named projections):
plot/src/projection.js
Lines 237 to 253 in 4bbad40
It’d be nice to do that if the domain is specified, too. For example:
Plot.plot({ projection: { type: "conic-conformal", parallels: [34.3333, 36.1667], rotate: [79, 0], domain: ncstate }, marks: [ Plot.geo(ncstate), Plot.geo(nccounties, {strokeOpacity: 0.1}) ] })
The text was updated successfully, but these errors were encountered:
Determine the default height when the projection domain is set
6d51cb5
closes #2063
2f7a2c7
Successfully merging a pull request may close this issue.
We currently determine the default height for whole-world projections automatically (for named projections):
plot/src/projection.js
Lines 237 to 253 in 4bbad40
It’d be nice to do that if the domain is specified, too. For example:
The text was updated successfully, but these errors were encountered: