main
test-branch
| Rev | Line | |
|---|
| [948e320] | 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
|
|---|
| [2138309] | 9 | set output 'scale.pdf'
|
|---|
| [948e320] | 10 | #
|
|---|
| 11 | # First plot using linespoints
|
|---|
| 12 | set style data linespoints
|
|---|
| [2138309] | 13 | plot 'scale.dat' using 2:xtic(1) title columnheader(2), \
|
|---|
| [948e320] | 14 | for [i=2:6] '' using i title columnheader(i)
|
|---|
| 15 | #
|
|---|
| 16 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.