-
Notifications
You must be signed in to change notification settings - Fork 26
Manually specify order for samples in data/MC plot #485
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestvisualizationRelated to visualizationRelated to visualization
Description
Currently the sample order in the histogram stack follows from model.config.samples, with the first sample being the lowest in the stack. It would be useful to be able to customize this. Following the cabinetry config order would be an option, but only works if a config exists (not for standalone workspaces). Alternatively passing in a sorting function to be used with sorted(..., key=...) to the visualization could work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestvisualizationRelated to visualizationRelated to visualization