ControlSystemStudio / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
https://controlsystemstudio.org/
Eclipse Public License 1.0
113 stars 96 forks source link

Css546 stddev plot #2663

Closed rjwills28 closed 3 years ago

rjwills28 commented 3 years ago

It has been discussed and agreed that the standard deviation plotted in the databrowser is confusing and not that useful (see https://github.com/ControlSystemStudio/phoebus/issues/1656). The plotting of the standard deviation has therefore been removed.

In addition, the auto-scaling of the y-axis does include the min and max values plotted in the AREA trace. The min and max can often fall outside of the y-axis range and so are not always easily visible. This set of changes instead uses the min/max (where applicable) to determine the the appropriate y-axis range so that they are always visible.

willrogers commented 3 years ago

@kasemir @shroffk these changes just make the plots clearer.