Matplotlib module not found after the reinstallation of the package using pip

前端 未结 0 713
暗喜
暗喜 2021-02-14 07:24
import matplotlib.pyplot as plt

class Circle(object):

    def __init__(self, radius = 3, color = \'blue\'):
        self.radius = radius
        self.color = color

           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题