Micromeritics ASAP 2460 Operator's Manual page 403

Accelerated surface area and porosimetry system
Table of Contents

Advertisement

ASAP 2460 Operator's Manual
TABLE 2: Function Reference for mic Python Module (User-defined Reports) (continued)
mic.graph(title='User Graph', xlabel='X axis', ylabel='Y axis',
yylabel='YY axis', xlinear=True, ylinear=True, yylinear=True)
Create a new graphical report.
Keyword arguments:
title
xlabel
ylabel
yylabel
xlinear
ylinear
yylinear
mic.graph.add (self, name, x, y, yyaxis=False, color=None, linestyle='-', marker='a',
graphtype='both')
Add a curve to the last created graphical report.
Keyword arguments:
name
--- the curve name
x
--- list of x values; must be a list of floats (or convertible) and the same length as y
y
--- list of y values; must be a list of floats (or convertible) and the same length as x
yyaxis
--- place this curve on the yy-axis if True otherwise place on the
color
--- RGB color as an HTML hex string (e.g., '#4169e1') or a three- element list or
linestyle
--- line style; (default = '-')
'-'
'--'
'.'
'-.'
'-..'
marker --- marker shape; (default = 'a')
246-42800-01 - Aug 2013
--- the graphical report title (default = 'User Graph')
--- x-axis label (default = 'X axis')
--- y-axis label (default = 'Y axis')
--- yy-axis label (default = 'YY axis')
--- x-axis linear scale; if false, use log scale (default = True)
--- y-axis linear scale; if false, use log scale (default = True)
--- yy-axis linear scale; if false, use log scale (default = True)
y-axis (default = False)
tuple (e.g., [65,105,225]); if None, color is automatically selected
(default = None)
: solid
: dash
: dot
: dash dot
: dash dot dot
'' or None : no marker
'+'
: plus
'o' or '0' : circle
'x'
: cross
'^'
: up triangle
'v'
: down triangle
's'
: square
'd'
: diamond
'8'
: hourglass
'~'
: horizontal hourglass
'a'
: automatically selected
Appendix G
G-5

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ASAP 2460 and is the answer not in the manual?

Table of Contents

Save PDF