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

Allow for custom data for discrete scales #35

Closed
willgearty opened this issue Jul 30, 2021 · 1 comment
Closed

Allow for custom data for discrete scales #35

willgearty opened this issue Jul 30, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@willgearty
Copy link
Owner

There should be some way to have a discrete scale where the time bins are not 1:1 with the discrete axis bins (e.g., if you want both periods and stages on the axis). One solution for this would be to add an option/argument for coord_geo() that prevents the discrete conversion of the data (92d9ad2). This way, a user could provide their own data that is already set up for a discrete scale. Obviously, this argument would need to be able to be a list like other arguments, in case the user wants one scale to be converted to discrete and another not converted.

@willgearty willgearty added the enhancement New feature or request label Jul 30, 2021
@willgearty willgearty self-assigned this Jul 30, 2021
@willgearty
Copy link
Owner Author

Another possible solution would be to allow for a dataset where there are multiple rows with the same abbr but with different names, and there could be an option to merge time bins with the same abbr.

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