Skip to content
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

Bivariate colour interpolation (pal_ramp_bibariate()) #26

Open
Tracked by #25
mccarthy-m-g opened this issue Dec 28, 2022 · 0 comments
Open
Tracked by #25

Bivariate colour interpolation (pal_ramp_bibariate()) #26

mccarthy-m-g opened this issue Dec 28, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mccarthy-m-g
Copy link
Owner

New function for creating bivariate colour palettes that can be used with the biscale package. Main points of consideration are:

  • Should the function take 4 colours as arguments (one for each corner of the palette), or 3 colours as arguments (with the 4th being interpolated based on the x and y colours)?
  • Should the number of dimensions be infinite, or should they be restricted? (this is more a practical question based on how well I can program something that generalizes well to higher dimensions, or if I can only create something nice for smaller numbers of dimensions)
@mccarthy-m-g mccarthy-m-g added the enhancement New feature or request label Dec 28, 2022
@mccarthy-m-g mccarthy-m-g mentioned this issue Dec 28, 2022
7 tasks
@mccarthy-m-g mccarthy-m-g added this to the Future milestone Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant