RuntimeError: The current Numpy installation fails to pass a sanity check due to a bug in the windows runtime

Martin
Yes that worked. I actually found the fix and went to post it and saw you just answered.
I really appreciate the time that you take to fully explain the answers.

I first ran pip uninstall numpy
then I ran pip install numpy==1.19.3

I was able to graph after that.

Mark