I get this error every time I type:
from matplotlib.pyplot import close, figure, plot, axis, grid
The error reads:
double free or corruption (top)
What does this mean? How might I address it? This happens even if it is the first thing I type, with no previous commands.