We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For cuxFilter scatter chart, x and y axis are hide by default, can we add a parameter to enable them?
Thanks
The text was updated successfully, but these errors were encountered:
add option to enable/disable axes (#581)
9423977
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
Should be implemented now in 24.04, just add parameters xaxis=True, and yaxis=True for type scatter, heatmaps and graph
Sorry, something went wrong.
No branches or pull requests
For cuxFilter scatter chart, x and y axis are hide by default, can we add a parameter to enable them?
Thanks
The text was updated successfully, but these errors were encountered: