News

A sample code: import matplotrecorder print("A sample recording start") import math time = range(50) x1 = [math.cos(t / 10.0) for t in time] y1 = [math.sin(t / 10.0) for t in time] x2 = [math.cos(t / ...
This module ... v18.06 and Python. This should output a number of lines of traces. Now, commit your changes, push your branch, and open a PR. This will then build the image in CI and attempt to kick ...