-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add option to enable/disable axes (#581)
This PR adds the option to enable/disable the axes (x and y) for scatter, heatmap and graph charts. The default is False for scatter and graph, while it's True for heatmaps. 1. Graph: ![image](https://github.com/rapidsai/cuxfilter/assets/20476096/971cd799-3bd3-4441-96ad-7a73bfee3f77) 2. Scatter: ![image](https://github.com/rapidsai/cuxfilter/assets/20476096/ec728380-2cc5-46f3-9142-4549834ec921) 3. Heatmap ![image](https://github.com/rapidsai/cuxfilter/assets/20476096/0ea12145-0aa8-41ec-a571-d06360c3a282) implements #573 Authors: - Ajay Thorve (https://github.com/AjayThorve) Approvers: - Allan (https://github.com/exactlyallan) URL: #581
- Loading branch information
1 parent
2d14acd
commit 9423977
Showing
3 changed files
with
62 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters