Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 722 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 722 Bytes

py-plot-it

Python GUI to generated Plots (gnuplot) and Tables (latex).

Features

  • Advanced plots and tables configuration, where user can mix and match how the results should be displayed.
  • It supports different gropus of configurations, that need to be matched to one column (tab) in the results file.

How to use

  1. Create a cfgData.py or cfgData.yaml based on the examples to match you results file.
  2. Open the GUI and select which data to display.
  3. Choose what configuration should be used to define the different lines and points in the plot/table.
  4. Select X and Y values and press OK!

Dependencies (WIP)

  • bash
  • gnuplot (generate plots)
  • latex enviroment (generate tables)
  • Python: guidata