PyQt/图表/PyQtChart/README.md

14 lines
416 B
Markdown
Raw Normal View History

2017-12-26 01:06:05 +08:00
# PyQtChart练习
2017-12-27 00:20:50 +08:00
2017-12-26 01:06:05 +08:00
like [百度 echarts](http://echarts.baidu.com/demo.htmlhttp://echarts.baidu.com/demo.html)
### [Python3.5 or latter][PyQt5 PyQtChart]
2017-12-28 02:02:17 +08:00
### [1.测试](test/)
2017-12-28 17:50:38 +08:00
- [1.1 LineChart](test/LineChart.py)
- [1.2 LineChart自定义xy轴](test/LineChart自定义xy轴.py)
- [1.3 ToolTip](test/ToolTip.py)
### [2.charts](charts/)
2018-01-24 23:43:22 +08:00
- [2.1 折线图](charts/line)
- [2.2 柱状图](charts/bar)