subplot_toolbar.py
来自「非原创。很好的python例子」· Python 代码 · 共 17 行
PY
17 行
#!/usr/bin/env pythonfrom pylab import *fig = figure()subplot(221)imshow(rand(100,100))subplot(222)imshow(rand(100,100))subplot(223)imshow(rand(100,100))subplot(224)imshow(rand(100,100))subplot_tool()show()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?