Skip to content

how to chart for multiple data? #7

@zimorok

Description

@zimorok

`#!/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions