当前位置:网站首页>Error: AttributeError: module 'matplotlib' has no attribute 'figure'
Error: AttributeError: module 'matplotlib' has no attribute 'figure'
2022-08-01 04:51:00 【hi_1900】
Error: AttributeError: module 'matplotlib' has no attribute 'figure'
Before modification:
import matplotlib as pltplt.figure()plt.imshow(trainImages[10])plt.colorbar()plt.grid(False)Modified to: import matplotlib.pyplot as plt
After modification:
import matplotlib.pyplot as pltplt.figure()plt.imshow(trainImages[10])plt.colorbar()plt.grid(False)边栏推荐
- 初识shell脚本
- (2022牛客多校四)H-Wall Builder II(思维)
- 基于ProXmoX VE的虚拟化家庭服务器(篇一)—ProXmoX VE 安装及基础配置
- How to promote new products online?
- LeetCode 27. 移除元素
- MySQL-DML语言-数据库操作语言-insert-update-delete-truncate
- typescript20-接口
- LeetCode 387. 字符串中的第一个唯一字符
- Advice given by experts with four years of development experience in Flutter tutorial
- 雪糕和轮胎
猜你喜欢

Typescript20 - interface

【愚公系列】2022年07月 Go教学课程 025-递归函数

typescript24 - type inference

程序员代码面试指南 CD15 生成窗口最大值数组

Lawyer Interpretation | Guns or Roses?Talking about Metaverse Interoperability from the Battle of Big Manufacturers

IJCAI2022 | Hybrid Probabilistic Reasoning with Algebraic and Logical Constraints

(Codeforce 757) E. Bash Plays with Functions

「以云为核,无感极速」顶象第五代验证码

UE4 从鼠标位置射出射线检测

基于Arduino制作非接触式测温仪
随机推荐
typescript19-对象可选参数
基于STM32设计的UNO卡牌游戏(双人、多人对战)
(2022牛客多校四)N-Particle Arts(思维)
Immutable
解决ffmpeg使用screen-capture-recorder录屏,有屏幕缩放的情况下录不全的问题
MySQL Practice Summary -
【愚公系列】2022年07月 Go教学课程 023-Go容器之列表
API设计笔记:pimpl技巧
typescript27-枚举类型呢
leetcode:126. Word Solitaire II
EntityFramework saves to SQLServer decimal precision is lost
开源许可证 GPL、BSD、MIT、Mozilla、Apache和LGPL的区别
项目风险管理必备内容总结
safari浏览器怎么导入书签
时时刻刻保持敬畏之心
PMP 项目质量管理
今日睡眠质量记录68分
Excel做题记录——整数规划优化模型
PMP 项目资源管理
动态规划 01背包