ANASEN_analysis/scratch/25Mar26_17F_alpha+gaus/gnuplotter_first
Sudarsan Balakrishnan 76baa16390 New pc-calibration macros, some bookkeeping updates in how MakeVertex.C handles different datasets.
- pending goal, make the 'parameter set' for a particular data analysis uniquely drawn from a database or a collection of files.
- reduce human intervention when sorting
2026-03-25 19:20:12 -04:00

8 lines
150 B
Plaintext

set term qt enhanced
set key top left
A=1;
B=1;
fit A*x+B 'first_test.txt' via A,B
plot 'first_test.txt' w p, A*x+B w l title 'fit'
pause mouse close