如何使用 python 或 pyqt 绘制甘特图
我正在开发一个(资产管理)系统来处理资产、资源和任务进度
我想在我的系统中有一个甘特图,
我正在使用 python 2.6 和 pyqt 。 有没有(已经制作好的图表python库)?可以与 pyqt 很好地配合。
或者我应该为此制作一个自定义小部件?请指教。
I'm working on a (asset management) system to handle assets , resources and progress of tasks
I want to have a gantt chart in my system
I'm using python 2.6 and pyqt .
Is there any (already made charts python library)? that can work well with pyqt.
or should i make a custom widgets for this ? Please advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些与 pyQt 无关,但您可以查看 http://pypi.python.org/ pypi/GanttPV/0.1
或 http://pypi.python。 org/pypi/xm.charting/0.3
不过我没有使用过它们中的任何一个,所以我不能给你更具体的信息。
These are not pyQt related but you can have a look at http://pypi.python.org/pypi/GanttPV/0.1
or maybe http://pypi.python.org/pypi/xm.charting/0.3
I have not used any of them though so I can not give you more specific info.
查看 faces 项目。它使用少量的Python脚本来定义任务和依赖关系,并生成许多甘特图和其他项目管理图形。
Check out the faces project. It uses little Python scripts to define tasks and dependencies, and generates a number of Gantt and other project management graphics.