python / django中的高质量图表

时间:2013-02-20 09:35:33

标签: django python-imaging-library libreoffice

我正在使用LibreOffice绘图。图表简直太棒了。我想在使用django的web应用程序中创建具有可比质量的图表(在我看来很高)。

大多数开发人员推荐使用matplotlib,但我不想这样做,因为我需要类型为bar,line,pie,area的图表。任何人都可以在python / django中建议图表库。

或者,如果python / django以外的解决方案可以生成高质量的图表(包括3D),请提出建议。

2 个答案:

答案 0 :(得分:2)

我同意jvc26的评论,d3是个不错的选择。我还推荐nvd3 - 一个专为D3使用django而设计的python模块。

答案 1 :(得分:0)

我在2d坐标系上为图像写了一个简单的(至少我认为很简单)python库。您可能想尝试一下,它托管在github上 - cartesius。以下是一些例子:

enter image description here

enter image description here

enter image description here

enter image description here