PyQt/PyQtGraph/README.md
2019-05-08 16:34:07 +08:00

22 lines
No EOL
703 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PyQtGraph
## 说明
正在汇总Demo中,Be continued
本章节预告,实际使用中的包`PyQtGraph`相关BUG以及解决方案如有精力会添加相应解决方案的作者
1. `PyQtGraph`右键保存图片功能异常,以及解决防范
2. 依据`PyQtGraph` examples例子的使用心得
3. `PyQtGraph`如何禁止左键,右键,滑轮事件功能
4. 使用`QScrollArea`后添加`pg.PlotWidget()`不能选择图片尺寸问题。
5. 多图共享轴Difficult
6. `pg.PlotWidget()`鼠标获取X轴坐标
## 目录
- [鼠标获取X轴坐标](#1、鼠标获取X轴坐标)
## 1、鼠标获取X轴坐标
[运行 mouseFlow.py](mouseFlow.py)
![mouseFlow](ScreenShot/mouseFlow.gif)