notebook.community
Edit and run
In [2]: import pandas as pd import numpy as np import matplotlib.pyplot as plt
import pandas as pd import numpy as np import matplotlib.pyplot as plt
In [10]: plt.plot([1,2,3], [2,8,30]) plt.xlabel("x")
plt.plot([1,2,3], [2,8,30]) plt.xlabel("x")
Out[10]: Text(0.5,0,'x')
Text(0.5,0,'x')