Matplotlib 表函数中的图例颜色?
有谁知道是否可以在 Matplotlib 的图例函数中采用标准颜色框,并将这些框放入表格的行中?
例如,查看此图表:
http://www.winplanet.com/img /screenshots/excel-datatable.gif
在底部的表格中,您将看到行项目旁边的小彩色框。
这可以用 Matplotlib 来做吗?
Does anyone know if it's possible to take the standard color boxes in the legend function in Matplotlib, and put those boxes in the rows of a table?
For example, look at this chart:
http://www.winplanet.com/img/screenshots/excel-datatable.gif
In the table at the bottom, you will see the small colored boxes next to the row items.
Is that possible to do with Matplotlib?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有点,但我不确定你是否可以做到这一点,这样你也可以调整窗口的大小(除了在所有绘图之前)。
我改编了 http://matplotlib.sourceforge.net/users/screenshots.html 中的“表格”示例。它使用一个跨越整个图形的单独轴,并在正确的位置添加自定义矩形补丁。正确的地点就是通过反复试验来确定正确的地点。
Sort of, but I'm not sure if you can make it so you can also resize the window (except before all the plotting).
I adapted the 'table' example from http://matplotlib.sourceforge.net/users/screenshots.html. It uses a separate axis that spans the whole figure and adds custom rectangle patches in the right spot. The right spot is simply what trial and error defines the right spot to be.