-
Notifications
You must be signed in to change notification settings - Fork 6
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
Investigate auto-detecting limits (e.g., colour bar limits, "x" limits) #34
Comments
It seems that the |
The defaults for However, having to manually set the limits is a faff, so we can make it easier for people to switch to "qualitative mode" and have all markers share an appropriate scale. In the auto-detect-limits branch I've started implementing the feature for {openairmaps} in the following way:
A similar option is given for NB: currently doesn't work on Still need to:
|
Turning attention back to this. I think the implementation for For the others, their scales are binned rather than continuous, but I reckon we could still automate them through the use of
I think my rule of thumb for the default is colour scales should default to "free" whereas axis scales should default to "fixed". |
hat tip to @mooibroekd
This is a note to look into the feasibility of auto-detecting colour and radial axis scales (for example, for
polarMap()
andannulusMap()
).It would be a nice QOL feature if a user could write
polarMap(polar_data, upper = "auto", limits = "auto")
and appropriate scales would be set for all markers. Scales would be taken to be the max value.Notes:
type
in the{openair}
function.polarMap()
arg.The text was updated successfully, but these errors were encountered: