Simple ExampleΒΆ

Test

example01
import matplotlib.pyplot as plt
import helper

plt.plot(helper.x, helper.y)

plt.show()

Total running time of the script: ( 0 minutes 0.110 seconds)

Gallery generated by Sphinx-Gallery