本文介绍了Python 中漂亮的图形和图表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有哪些可用的库可用于在 Python 应用程序中创建漂亮的图表和图形?
解决方案
我是支持 CairoPlot 的人,我很自豪它出现在这里.当然 matplotlib 很棒,但我相信 CairoPlot 更好看.因此,对于演示文稿和网站来说,这是一个非常好的选择.
今天我发布了 1.1 版.如果有兴趣,请访问 CairoPlot v1.1>
经过漫长而寒冷的冬天,CairoPlot 正在重新开发.在 GitHub 上查看新版本.
What are the available libraries for creating pretty charts and graphs in a Python application?
解决方案
I'm the one supporting CairoPlot and I'm very proud it came up here.Surely matplotlib is great, but I believe CairoPlot is better looking.So, for presentations and websites, it's a very good choice.
Today I released version 1.1. If interested, check it out at CairoPlot v1.1
EDIT: After a long and cold winter, CairoPlot is being developed again. Check out the new version on GitHub.
这篇关于Python 中漂亮的图形和图表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!