pyspc icon indicating copy to clipboard operation
pyspc copied to clipboard

how to chart for multiple data?

Open zimorok opened this issue 4 years ago • 0 comments

`#!/usr/bin/env python3 from pyspc import *

a = spc(pistonrings_a) + cusum() + ewma() + rules() b = spc(pistonrings_b) + cusum() + ewma() + rules()

print(a) print(b)

from the example above, how to show all the graph in the same window? If I run the code above, only a will be shown

zimorok avatar Jun 16 '20 06:06 zimorok