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

ENH: Update the output from histogram ranges to be a 2 component array #1087

Conversation

imikejackson
Copy link
Contributor

This is a change to the underlying Histogram calculation codes to output the ranges as a 2 component array where the first component holds the min bin values and the second component holds the max bin ranges.

This is slightly less efficient memory wise but adds better compatibility with charting codes (DREAM3D-NX, MatPlotLib) that expect the X and Y Axis values to have the same number of tuples.

@imikejackson imikejackson force-pushed the topic/histogram_output_changes branch 3 times, most recently from 57d1b1a to 0bd5347 Compare September 30, 2024 17:16
@imikejackson imikejackson force-pushed the topic/histogram_output_changes branch 4 times, most recently from 558de3b to a4f4c5f Compare September 30, 2024 19:32
@imikejackson imikejackson force-pushed the topic/histogram_output_changes branch from a4f4c5f to 9afb9fc Compare September 30, 2024 21:18
@imikejackson imikejackson merged commit cafdcf8 into BlueQuartzSoftware:develop Sep 30, 2024
@imikejackson imikejackson deleted the topic/histogram_output_changes branch September 30, 2024 21:19
imikejackson added a commit to imikejackson/simplnx that referenced this pull request Oct 20, 2024
BlueQuartzSoftware#1087)

This was needed to allow DREAM3D-NX to better be able to plot the results without having to make special considerations.

Signed-off-by: Michael Jackson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants