A Advanced Reports - Python Module
Create a New Graphical Report
1 mic.graph(title='User Graph', xlabel='X axis', ylabel='Y axis',
2 yylabel='YY axis',
3 xlinear=True, ylinear=True, yylinear=True,
4 xinvert=False, yinvert=False, yyinvert=False,
5 xrange=None, yrange=None, yyrange=None, xbars_id=''):
6
7 Keyword arguments:
8
9 title--- the graphical report title (default = 'User Graph')
10 xlabel--- x-axis label (default = 'X axis')
11 ylabel--- y-axis label (default = 'Y axis')
12 yylabel--- yy-axis label (default = 'YY axis')
13 xlinear--- x-axis linear scale; if false, use log scale
14 (default = True)
15 ylinear--- y-axis linear scale; if false, use log scale
16 (default = True)
17 yylinear --- yy-axis linear scale; if false, use log scale
18 (default = True)
19 xinvert--- Invert x-axis if true (default = False)
20 yinvert--- Invert y-axis if true (default = False)
21 yyinvert --- Invert yy-axis if true (default = False)
22 xrange--- None, or two values giving the min and max
23 range of the axis.
24 yrange--- None, or two values giving the min and max
25 range of the axis.
26 yyrange--- None, or two values giving the min and max
27 range of the axis.
28 xbars_id --- None, or the id of an xbar control created
29 via the mic.control() object
A - 22
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023