Skip to content

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

License

Notifications You must be signed in to change notification settings

GNB-UAM/RTHy_plot_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages