Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.34 KB

RTHybrid Plot Tool

           

Auxiliary Qt project to design and test the UI of the RTHybrid Plot Tool

RTHybrid

> Read RTHybrid principal project to use and cite this work

For more information about RTHybrid please check out:

https://github.com/GNB-UAM/RTHybrid

Note: Stable code of this repository is included in RTHybrid and is the one to use

About

  • Qt Creator is use to design rth_plot/mainwindow.ui
  • With the .ui file plot_lib/plot_interface.py is created:
pyuic5 rth_plot/mainwindow.ui -o plot_lib/plot_interface.py
  • plot_main.pyw manage the interface and call plot_lib/plot.py (the final program)
  • plot_lib/ contains also the rest of the code use for plots

How to include in RTHybrid

Instructions for devs, Plot Tool is included by default in full RTHybrid program.

Just copy these files in RTHybrid root folder:

  • plot_main.pyw
  • plot.sh
  • /plot_lib folder

Requirements

  • Qt5
  • Python libraries (matplotlib, pandas, numpy...). All included in Anaconda