-
Notifications
You must be signed in to change notification settings - Fork 286
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
Scale convenience constructors. #157
Comments
|
An additional 22 variants if we want to allow the log base and pow exponent specified in the constructor—but I don’t think it’s worth the added complexity.
|
An additional 5 variants if we want to specify the domain but not interpolator—which again, I don’t think is worth it.
|
The top approach has a nice property in that all scales have the same three constructor forms:
|
It’d be lovely to say
as shorthand for
Fleshing out the full list, including the new transformed scales #156:
Bold are existing scale constructors in master.
The text was updated successfully, but these errors were encountered: