source:
CIVL/mods/dev.civl.com/scripts/scale/plotScale@
8553be8
| Last change on this file since 8553be8 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 352 bytes | |
| 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.
