python3中的图像处理

时间:2019-07-01 19:46:41

标签: python matplotlib raspberry-pi

我正在ubuntu中使用python3进行图像处理。我已经安装了matplotlib库(我是否必须单独安装pyplot吗?),但是当我运行以下代码时,显示错误为:没有名为'matplotlib.pyplot'的模块; “ matplotlib”不是软件包

我的主要问题与“ pyplot”有关。

我还尝试了python 2的标签: 从matplotlib导入pyplot作为plt

import Foundation
import Thrift

public final class TTestMessage {

  public var title: String?
  public var message: String?

  public init() { }
  public init(title: String?, message: String?) {
    self.title = title
    self.message = message
  }
}

我希望以图像形式输出。

0 个答案:

没有答案