I am trying to use Matplotlib. I have used it here at work before and it ran just fine. I am using the IDLE environ and I read on the Matplotlib website that interactive mod
Change
import matplotlib as plt
to
import matplotlib.pyplot as plt