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+ - Plot one or more data files, plotting only the first two columns in each file as X Y:
8+
9+ ` qtgrace {{path/to/file1.dat path/to/file2.dat ...}} `
10+
11+ - Plot one or more data files, plotting all columns in each file as X Y1 Y2 ...:
12+
13+ ` qtgrace {{-nxy path/to/file1.dat -nxy path/to/file2.dat ...}} `
14+
15+ - Plot one or more data files with a logarithmically scaled x-axis:
16+
17+ ` qtgrace -log x {{path/to/file1.dat path/to/file2.dat ...}} `
18+
19+ - Plot a data file with a logarithmic scale on both axes, with data formatted as X Y DY:
20+
21+ ` qtgrace -log xy -settype xydy {{path/to/file.dat}} `
22+
23+ - Display help:
24+
25+ ` qtgrace -help `
You can’t perform that action at this time.
0 commit comments