Closed kmnhan closed 6 months ago
This pull request includes several changes to improve the plotting and interactive capabilities of the software.
The commits in this pull request include:
Refactoring the clean_labels function to use Axes.label_outer for better label handling in plots.
clean_labels
Axes.label_outer
Fixing the formatting of code copied to the clipboard in the interactive mode.
Adding a multidimensional Savitzky-Golay filter to analysis.image.
analysis.image
Correcting the argument order parsing in some filters of the image analysis module.
Adding the ability for the itool function to accept Datasets, displaying each data variable in a separate ImageTool window.
itool
Adding input data dimension check to the itool function.
Extending the interactive accessor to call hvplot for data not supported by ImageTool and introducing the qshow accessor to Datasets.
hvplot
qshow
Adding fit result visualizations using hvplot.
This pull request includes several changes to improve the plotting and interactive capabilities of the software.
The commits in this pull request include:
Refactoring the
clean_labels
function to useAxes.label_outer
for better label handling in plots.Fixing the formatting of code copied to the clipboard in the interactive mode.
Adding a multidimensional Savitzky-Golay filter to
analysis.image
.Correcting the argument order parsing in some filters of the image analysis module.
Adding the ability for the
itool
function to accept Datasets, displaying each data variable in a separate ImageTool window.Adding input data dimension check to the
itool
function.Extending the interactive accessor to call
hvplot
for data not supported by ImageTool and introducing theqshow
accessor to Datasets.Adding fit result visualizations using
hvplot
.