import numpy as numpy import matplotlib.pyplot as plt x = np.linspace(0,1,100) p = [10**i for i in range(-3,4)] print(p)