28 's': square
29 'd': diamond
30 '8': hourglass
31 '~': horizontal hourglass
32 '' or None : no marker
33 'a': automatically selected
34 graphtype --- graph type; (default = 'both')
35 'curve' or 'c' : curve
36 'points' or 'p' : points
37 'both' or 'b' : curve-and-points
38 'hist' or 'h' : histogram
39 interpolation -- linear or akima spline interpolation
(default='akima')
40 'akima' use akima spline
41 'linear' use linear interpolation
Add a Curve Using the Second Y-Axis
This script adds a curve to the last created graphical report using the second y-axis:
1 mic.graph.addyy(name, xx, yy):
2
3 Add a curve to the last created graphical report using the second
4 y-axis. The arguments to this call are the same as to mic.-
graph.add.
MicModule Python Calls
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023
A - 21