File: examples_options.rst

package info (click to toggle)
gmt 5.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 150,460 kB
  • ctags: 18,539
  • sloc: ansic: 194,217; sh: 7,349; xml: 149; makefile: 72; fortran: 49; lisp: 41; csh: 5
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _psxy_ex_-L:

  ::

   #!/bin/bash
   ps=filler.ps
   cat << EOF > t.txt
   1 1
   2 3
   3 2
   4 4
   EOF
   psxy -R0/5/0/5 -JX3i -P -K -B0 t.txt -Gred -W2p -L+yb > $ps
   psxy -R -J -O -K -B0 t.txt -Gred -W2p -L+yt -X3.25i >> $ps
   psxy -R -J -O -K -B0 t.txt -Gred -W2p -L+xl -X-3.25i -Y3.25i >> $ps
   psxy -R -J -O -K -B0 t.txt -Gred -W2p -L+xr -X3.25i >> $ps
   psxy -R -J -O -K -B0 t.txt -Gred -W2p -L+y4 -X-3.25i -Y3.25i >> $ps
   psxy -R -J -O -K -B0 t.txt -Gred -W2p -L+x4.5 -X3.25i >> $ps
   psxy -R -J -O -T >> $ps