Add arguments to provide explicit categorical axis order
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
It is unclear to me how to reorder a categorical axis in hvplot. For example, if I was to make a heatmap of 'Names' on a y-axis, 'Year' on the x-axis, and color would be 'Value', what if I want to a) sort by 'Names' reverse alphabetically or b) sort by the z value in a given year (i.e. highest to lowest z-value for Year 2. Are categorical always sorted by ascending alphabetical?
Contributor guide
Assessment
This issue has not been assessed yet.