Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 2.42 KB

README.md

File metadata and controls

40 lines (33 loc) · 2.42 KB

QCustomPlot_Pyqt_Study

Implement the QCustomPlot Demo using PyQt. The demo originates from QCustomPlot and is simply a conversion from Qt C++ to PyQt. This repository is intended for learning purposes only.

🚀 Quick Start

git clone https://github.com/nixgnauhcuy/QCustomPlot_Pyqt_Study.git
cd QCustomPlot_Pyqt_Study
pip install -r requirements.txt
python 1_Simple_Demo.py

📷 Previews

Name                           Preview                                        
1_Simple_Demo
2_Sinc_Scatter_Demo
3_Scatter_Style_Demo
4_Styled_Plot_Demo
5_Color_Map_Demo
6_Scatter_Pixmap_Demo
7_Realtime_Data_Demo
8_Multiple_Axes_Demo
9_Logarithmic_Axis_Demo
10_Line_Style_Demo
11_Date_Axis_Demo
12_Parametric_Curves_Demo
13_Bar_Chart_Demo
14_Statistical_Box_Demo
15_Interaction_Example
16_Item_Demo
17_Advanced_Axes_Demo
18_Financial_Chart_Demo
... ...

📬 Feedback and Contribution

If you find any bugs, or have any suggestions or ideas, please feel free to submit an issue or pull request. Your contributions are welcome and appreciated!