spectramap icon indicating copy to clipboard operation
spectramap copied to clipboard

Python library for hyperspectral analysis focused on spectroscopic approach.

Results 4 spectramap issues
Sort by recently updated
recently updated
newest added

Added parameters to `multi_object.show`: - ’show’: Toggle plot display (default: True) - `path`: Save plot to file (default: None)

Added parameters to control plot behavior: - [show]: Toggle plot display - `path`: Save plot to file

This PR updates `single_object.show` to: - Display the plot using `plt.show()` (enabled by default). - Save the plot to a file path specified via the `path` parameter.

Enhanced the intensity_object class to better support automated workflows and LLM tool integration: - Add output_dir parameter to constructor for default plot save location - Add save_path and display parameters...