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

Add Histogram as another option to visualize data #1719

Open
shakamaran opened this issue Nov 22, 2024 · 0 comments
Open

Add Histogram as another option to visualize data #1719

shakamaran opened this issue Nov 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@shakamaran
Copy link

Is your feature request related to a problem?

no

Requested solution or feature

It would be nice to be able to see a histogram of values of a dataset.
I work with sensor data, where the heatmaps are very useful see values for each pixel. But sometimes im interested in a histogram over all pixels and frames.
What i did so far is to save the array "hist_values" of this
hist_values, bin_edges = np.histogram(data, bins=50)
to an array and display it using "line" option. Which kind of works, but i cannot display bars and the x-axis is wrong.

Alternatives you've considered

Additional context

@shakamaran shakamaran added the enhancement New feature or request label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant