cirosantilli/matplotlib/title.py

matplotlib/title.py
#!/usr/bin/env python
def plot(plt, params):
    plt.title('title')
    plt.plot([0, 1, 4, 9])