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

Please add options to cuxFilter to show X&Y axis in scatter chart. Thanks #573

Closed
dongma421 opened this issue Feb 28, 2024 · 1 comment
Closed
Labels
? - Needs Triage Need team to review and classify feature request New feature or request

Comments

@dongma421
Copy link

For cuxFilter scatter chart, x and y axis are hide by default, can we add a parameter to enable them?

Thanks

@dongma421 dongma421 added ? - Needs Triage Need team to review and classify feature request New feature or request labels Feb 28, 2024
rapids-bot bot pushed a commit that referenced this issue Mar 20, 2024
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
@AjayThorve
Copy link
Member

Should be implemented now in 24.04, just add parameters xaxis=True, and yaxis=True for type scatter, heatmaps and graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants