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