Given the following example code, which draws an ellipse, how can I make the grid lines appear behind everything else?
#!/usr/bin/python3 from pylab import * impo