source:
CIVL/scripts/scale/plotScale@
ea8d8ce
| Last change on this file since ea8d8ce was 948e320, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 350 bytes | |
| 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 | |
| 9 | set output 'out.pdf' | |
| 10 | # | |
| 11 | # First plot using linespoints | |
| 12 | set style data linespoints | |
| 13 | plot 'scale.dat' using 2:xtic(2) 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.
