Matplotlib just giving error messages

前端 未结 1 451

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)
提交回复
热议问题