Add L-H threshold comparison plot and improve bootstrap comparison la… #3405
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
process/io/plot_proc.py
andprocess/io/plot_radial_build.py
files to enhance plotting functionalities and improve the readability of plotted data.Enhancements to plotting functionalities:
plot_h_threshold_comparison
to create a scatter box plot of L-H threshold power comparisons. This function includes data extraction, violin plot, box plot, scatter plot, and statistical text display. (process/io/plot_proc.py
)plot_h_threshold_comparison
function into themain_plot
function to display the new plot in the subplot layout. (process/io/plot_proc.py
)Improvements to existing plots:
plot_bootstrap_comparison
function for better visibility. (process/io/plot_proc.py
)plot_bootstrap_comparison
andplot_h_threshold_comparison
functions to improve plot readability. (process/io/plot_proc.py
)Code readability:
main
function ofplot_radial_build.py
to display radial build measurements with three decimal places. (process/io/plot_radial_build.py
)…bels. Make plot_radial_build only shows values to 3dpDescription
Checklist
I confirm that I have completed the following checks: