"""
Test of sphinx gallery
======================

This is a test of sphinx gallery
"""
import numpy as np
import matplotlib.pyplot as plt


plt.plot(np.random.rand(10))
