# requiere tener instalada matplotlib con C:\> pip install matplotlib import matplotlib.pyplot as plt plt.plot([x**0.5 for x in range(100)]) plt.show()