Skip to content

Commit 0c15574

Browse files
banana-bredMagrid0ivanbalutaacuteenvy
authored andcommitted
qtgrace: add page (tldr-pages#22518)
Co-authored-by: Magrid <magrid0@proton.me> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: Lena Pastwa <lena@lnps.me>
1 parent f699707 commit 0c15574

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+
- 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`

0 commit comments

Comments
 (0)