EasyManua.ls Logo

Micromeritics ACCUPYC II 1345 - Add a Curve Using the Second Y-Axis

Default Icon
239 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
A Advanced Reports - Python Module
'o' or '0' : circle
'x' : cross
'^' : up triangle
'v' : down triangle
's' : square
'd' : diamond
'8' : hourglass
'~' : horizontal hourglass
'' or None : no marker
'a' : automatically selected
graphtype --- graph type; (default = 'both')
'curve' or 'c' : curve
'points' or 'p' : points
'both' or 'b' : curve-and-points
'hist' or 'h' : histogram
interpolation -- linear or akima spline interpolation (default='akima')
'akima' use akima spline
'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:
mic.graph.addyy(name, xx, yy):
Add a curve to the last created graphical report using the second
y-axis. The arguments to this call are the same as to mic.graph.add.
CREATE A NEW GRAPHICAL REPORT
mic.graph(title='User Graph', xlabel='X axis', ylabel='Y axis', yylabel='YY
axis',
xlinear=True, ylinear=True, yylinear=True,
xinvert=False, yinvert=False, yyinvert=False,
xrange=None, yrange=None, yyrange=None,
xbars_id=''):
Keyword arguments:
title --- the graphical report title (default = 'User Graph')
xlabel --- x-axis label (default = 'X axis')
ylabel --- y-axis label (default = 'Y axis')
yylabel --- yy-axis label (default = 'YY axis')
xlinear --- x-axis linear scale; if false, use log scale
(default = True)
ylinear --- y-axis linear scale; if false, use log scale
(default = True)
yylinear --- yy-axis linear scale; if false, use log scale
A - 4
AccuPyc II 1345 Operator Manual
134-42851-01 (Rev A) Jan 2021

Table of Contents

Related product manuals