Python Reports A - Micromeritics TRISTAR II PLUS Operator's Manual

Surface area and porosity analyzer
Hide thumbs Also See for TRISTAR II PLUS:
Table of Contents

Advertisement

A Advanced Reports - Python Module
P
R
YTHON
EPORTS
Graphic Report
This script is an example of the mic module producing a graph with two curves:
1
import
mic
2
import
numpy
3
4
mic.graph( 'My
5
myx = np.array( [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9,
)
6
mic.graph.add( 'X2', myx, myx*myx,
7
mic.graph.add( 'sin(X)', myx, np.sin(myx),
The results are:
A - 6
as
np
Graph', 'X',
'F(X)'
)
marker='o'
)
marker='^'
TriStar II Plus Operator Manual
303-42800-01 (Rev M ) — Sep 2023
1.0
]
)

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TRISTAR II PLUS and is the answer not in the manual?

Table of Contents

Save PDF