Skip to content

Commit 65e80e3

Browse files
committed
qtgrace: add page
1 parent 0917eb4 commit 65e80e3

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

pages/linux/qtgrace.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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}} `

0 commit comments

Comments
 (0)