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
At the moment a histogram is computed with range and n_bin derived automatically. To make the histogram widget be more useful for analysis, custom
related to frontend: CARTAvis/carta-frontend#1488
The text was updated successfully, but these errors were encountered:
I think this might already actually be supported on the backend
edit: no, currently the histogram config only supports num_bins, not the range itself
num_bins
Sorry, something went wrong.
and need ICD changes I suppose
yes, non-breaking ones though, and probably pretty trivial
Done with #1254
markccchiang
When branches are created from issues, their pull requests are automatically linked.
At the moment a histogram is computed with range and n_bin derived automatically. To make the histogram widget be more useful for analysis, custom
need to be configurable.
related to frontend: CARTAvis/carta-frontend#1488
The text was updated successfully, but these errors were encountered: