在Matplotlib中打开多个插入面板不起作用

时间:2019-05-30 21:04:36

标签: python matplotlib

我想在图中打开多个插入轴。 但是,我收到以下警告消息,并且仅绘制了最后一个插图面板。

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+/[^/]+/).+$ /$1 [R=301,L,NE]

代码如下:

/usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:106: MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance.  In a future version, a new instance will always be created and returned.  Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance.
  warnings.warn(message, mplDeprecation, stacklevel=1)

你有什么主意吗?

1 个答案:

答案 0 :(得分:0)

请认真对待警告并按照

中的建议进行操作
  

同时,通过向每个轴实例传递唯一的标签,可以抑制此警告并确保将来的行为。

即,为每个轴使用唯一的标签:

alias a="ls /tmp/ -tr | tail -n 1"
cat /tmp/a