PlotConfigData

Data used to configure plots. More...

Modules

 Disabled
 Disable this plot.
 
 FillArea
 Fill the area under the curve.
 
 FontSize
 Set the font size of axis labels and chart title.
 
 Gridlines
 Turn gridlines on or off.
 
 ImageProperties
 Specify the image properties.
 
 LegendFontSize
 Set the font size of the legend.
 
 LegendMode
 Set the font size of the legend.
 
 LogAxis
 Make all Y axes logarithmic.
 
 AllowActionsWith
 Will atempt to include only actions that contain any of the specified case-senstitive words. If specified, an action must pass both this and OmitActionsWith to be included.
 
 AllowEventsWith
 Will atempt to include only events that contain any of the specified case-senstitive words. If specified, an event must pass both this and OmitEventWith to be included.
 
 OmitActionsWith
 Will attempt to omit from the plot actions that contain any of the specified case-sensitive words, i.e. OmitActionsWith=Hemorrhage,Infusion.
 
 OmitEventsWith
 Will attempt to omit from the plot events that contain any of the specified case-sensitive words, i.e. OmitEventsWith=Tachycardia.
 
 OutputPathOverride
 Specify the path (relative to bin) to output the plot.
 
 PercentOfBaselineMode
 Specify the path (relative to bin) to output the plot.
 
 PlotActions
 Plot actions parsed from log file.
 
 PlotEvents
 Plot events parsed from log file.
 
 SciLimits
 Plot events parsed from log file.
 
 TickStyle
 Plot events parsed from log file.
 
 YBoundsMode
 Set mode for y-axis bounds. Note: Log axis plots are always MinMax mode.
 

Detailed Description

Data used to configure plots.

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.