1.23
2.0
acw/focus-triggers
main
sendrecv_bug
test-branch
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # Example of using histogram modes
|
|---|
| 3 | #
|
|---|
| 4 | set title "Scale Experiments"
|
|---|
| 5 | set datafile missing "-"
|
|---|
| 6 | set xtics nomirror rotate by -45
|
|---|
| 7 | set key noenhanced
|
|---|
| 8 | set terminal pdf
|
|---|
| 9 | set output 'scale.pdf'
|
|---|
| 10 | #
|
|---|
| 11 | # First plot using linespoints
|
|---|
| 12 | set style data linespoints
|
|---|
| 13 | plot 'scale.dat' using 2:xtic(1) title columnheader(2), \
|
|---|
| 14 | for [i=2:6] '' using i title columnheader(i)
|
|---|
| 15 | #
|
|---|
| 16 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.