wwmm / wwplot

Plotting tool for experimental physics classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WWplot

A simple plotting tool for experimental physics classes. It is being developed for the courses I give at Cefet-NI.

Features:

  • XY plot with error bars and histograms
  • Linear and nonlinear fit
  • Import and export table in TSV format (tab separated values)

Required libraries:

  • Python 3 with Numpy, Scipy, PySide2, Matplotlib 3
  • Qt 5 or above(on Arch Linux this means the packages qt5-base and qt5-declarative)

After installing the required libraries execute the main.py script in a terminal:

python main.py

I develop and test this software on Linux. It should be able to run on other operational systems but I did not test.

About

Plotting tool for experimental physics classes

License:GNU General Public License v3.0


Languages

Language:Python 85.3%Language:CSS 10.0%Language:Meson 3.7%Language:Batchfile 1.0%