'Why aren't the lines showing up on my graph in python?

The plot

I used the following:

import numpy as np
import matplotlib.pyplot as plt
import scipy.stats
import time


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source