• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

WWplot/H09-Jan-2020-1,6991,355

data/H03-May-2022-2724

examples/H09-Jan-2020-20,33820,288

images/H03-May-2022-

po/H09-Jan-2020-9075

.flake8H A D09-Jan-202030 22

.gitignoreH A D09-Jan-202047 76

CHANGELOG.mdH A D09-Jan-2020235 2312

LICENSE.mdH A D09-Jan-202034.3 KiB675553

README.mdH A D09-Jan-2020755 2616

gen_win_exe.batH A D09-Jan-2020293 109

meson.buildH A D03-May-2022907 3324

wwplot.code-workspaceH A D09-Jan-2020692 2827

wwplot.inH A D03-May-2022573 238

README.md

1# WWplot
2
3A simple plotting tool for experimental physics classes. It is being developed for the courses I give at
4[Cefet-NI](http://www.cefet-rj.br/index.php/nova-iguacu).
5
6![](images/wwplot_xy.png)
7![](images/wwplot_histogram.png)
8
9Features:
10
11- XY plot with error bars and histograms
12- Linear and nonlinear fit
13- Import and export table in TSV format (tab separated values)
14
15Required libraries:
16
17- Python 3 with Numpy, Scipy, PySide2, Matplotlib 3
18- Qt 5 or above(on Arch Linux this means the packages qt5-base and qt5-declarative)
19
20After installing the required libraries execute the main.py script in a
21terminal:
22
23    python main.py
24
25I develop and test this software on Linux. It should be able to run on other operational systems but I did not test.
26