`Create a plotting widget and place in the appropriate mdi window. The widget should be similar to the mock below.
The plots option will be hidden as shown and open up to the left. (We can consider moving to the bottom if having it on the left makes it look cluttered )
The plot will uses plot_sld_helper in RATapi and should provide the following option. Note some options are not yet implemented in RATapi (https://github.com/RascalSoftware/RAT/issues/266) so the UI can be left unconnected if this is completed before RATapi is updated
X-axis: Log, Linear
Y-axis: Ref, Q^4
Show Error bars
Show Grid
Show Legend
`Create a plotting widget and place in the appropriate mdi window. The widget should be similar to the mock below.
The plots option will be hidden as shown and open up to the left. (We can consider moving to the bottom if having it on the left makes it look cluttered )
The plot will uses
plot_sld_helper
in RATapi and should provide the following option. Note some options are not yet implemented in RATapi (https://github.com/RascalSoftware/RAT/issues/266) so the UI can be left unconnected if this is completed before RATapi is updatedX-axis:
Log
,Linear
Y-axis:Ref
,Q^4
Show Error bars Show Grid Show Legend`