Skip to content

Stack several plot

Sebastien Peillet requested to merge spe-stack_several_plot into master

To ease comparison between two measures this MR adds the possibility to stack several measures in a single cell.

This feature is handled by the stacked key in the configuration.

It is possible to stack data that share the same unit type (cf !79 (merged)) because the plots need to share the same scale.

Steps to stack a data to a cell :

  • select a cell by clicking on it, the image button will turn into image button

  • click on the new button, the following windows will open :

image

  • Add data from the available item list to the stacked item list, validate the form. The plot will be repaint with the stacked item and a symbol header will be added to distinguish the different data source.

image

Merge request reports