-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Surface Plotting from Multiple Single-Spectrum Workspaces (#38599)
* Enable Plot All and Okay button * If any workspace contains only 1 spectra then set default value to 1. and minor file reformat * Fix plotting * Add release note * Adjust buttons to correct enable and disable + Adjust Test * Adjust function based on review * Remove Hardcoded "1" Set the default value as the first valid spectrum number * Fix plotting multiple wireframe workspaces * Clean up * Release Note Update * Enable `Plot_All` for Contour plots * Handle Error * Handle Error * If there is already a valid selection (wksp_indices or spectra), just ski * Update docs/source/release/v6.12.0/Workbench/New_features/38171.rst Co-authored-by: James Clarke <[email protected]> * Update docs/source/release/v6.12.0/Workbench/New_features/38171.rst Co-authored-by: James Clarke <[email protected]> * Changes based on suggestions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Delete duplicate code * Delete duplicate code --------- Co-authored-by: James Clarke <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
727a603
commit 8474240
Showing
4 changed files
with
75 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Enabled surface and contour plotting in the `Plot Advanced` dialog when multiple single-spectrum workspaces are selected. | ||
- Fixed a bug where selecting multiple workspaces in the ADS and plotting a wireframe would only result in one of the workspaces being plotted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters