将滚动按钮添加到Matlibplot轴图例

时间:2019-04-26 08:22:58

标签: python matplotlib tkinter legend

我正在开发Tkintermatplotlib集成GUI,在同一张matplotlib图上绘制了128条线。为了区分这些行,我使用以下行添加data legend

matplotlib.axis.legend(handle, self.data.label, loc='center left', bbox_to_anchor=(1, 0.5), title='Data series', prop={'size': 10}, fancybox=True ) 

图例非常完美,但是当我尝试向其添加15个以上元素时,其长度不断增加,并且在可见15之上和之下添加的标签不可行。

我检查了matplotlib.axes.Axes.legend文档中的滚动选项,找不到任何这样的选项。可以向此legend添加滚动选项吗??

1 个答案:

答案 0 :(得分:3)

如果您使用鼠标滚轮,则可以使用data user[3][3]; // This: strcpy(user[0][0], "Charles"); 上下滚动图例。

Auth.verifyTotpToken(cogintoUser, form.code).then(data => {
  console.log(data)
}).catch(e => console.log(e));

enter image description here