File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # qtgrace
2+
3+ > Display, plot, analyze 2D data.
4+ > A Qt reimplementation of Grace (https://plasma-gate.weizmann.ac.il/Grace/ ), sharing its command-line interface.
5+ > More information: < https://sourceforge.net/projects/qtgrace/ >
6+
7+ - Get more information on command-line arguments (press q to quit) :
8+
9+ ` qtgrade -help | less `
10+
11+ - Plot one or more data files, plotting only the first two colums in each file as X Y :
12+
13+ ` qtgrace {{path/to/file1.dat path/to/file2.dat ...}} `
14+
15+ - Plot one or more data files, plotting all columns in each file as X Y1 Y2 ... :
16+
17+ ` qtgrace {{-nxy path/to/file1.dat -nxy path/to/file2.dat ...}} `
18+
19+ - Plot one or more data files with a logarithmically scaled x-axis :
20+
21+ ` qtgrace -log x {{file1.dat file2.dat ...}} `
22+
23+ - Plot a data file with a logarithmic scale on both axes, with data formatted as X Y DY :
24+
25+ ` qtgrace -log xy -settype xydy {{file.dat}} `
You can’t perform that action at this time.
0 commit comments