matplotlib trying to kill me [on hold]

Multi tool use
enter image description here
hey and thanks for helping I am trying to plot something.
and that's what I got.
I used pip install matplotlib in anaconda
and I imported this
import seaborn as sns
import matplotlib.pyplot as plt
from matplotlib import style
%matplotlib inline
The question is : what should i do to get a good plot?
As you can see all i got is empty plot without graph.
thanks, everyone for helping
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
your mistake is in plot command:
you should do like this: