File: axisTics_1.gp

package info (click to toggle)
libchart-gnuplot-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 944 kB
  • sloc: perl: 4,862; makefile: 113
file content (8 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
set terminal postscript enhanced color
set output "temp.ps"
set xtics font "arial,18" textcolor rgb "magenta"
set format x "%.1g"
set y2tics scale 4,2
set my2tics 5
set x2tics (-8,-6,-2,2,5,9)
set ytics nomirror rotate by 30 (-0.8,0.3,0.6)