cirosantillimatplotliblabel.py
matplotlib/label.py
#!/usr/bin/env python
def plot(plt, params):
plt.xlabel('x')
plt.ylabel('y')
plt.plot([0, 1, 4, 9])
#!/usr/bin/env python
def plot(plt, params):
plt.xlabel('x')
plt.ylabel('y')
plt.plot([0, 1, 4, 9])