Note
Go to the end to download the full example code
Example 1#
Test
import numpy as np
from mytoolbox.module1 import my_plot
x, y = np.random.random((100,)), np.random.random((100,))
my_plot(x, y)
Total running time of the script: (0 minutes 0.093 seconds)