Matplotlib just giving error messages

前端 未结 1 449

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

1条回答
  •  [愿得一人]
    2020-12-07 03:06

    Change

    import matplotlib as plt
    

    to

    import matplotlib.pyplot as plt
    

    0 讨论(0)
提交回复
热议问题