Matplotlib just giving error messages

Change

import matplotlib as plt

to

import matplotlib.pyplot as plt

Leave a Comment