![]() |
[ 0 100 -0.6 1.6 ] Axe2 |
![]() |
[ 0 100 -0.6 1.6 ] Axe2 |
amn n jx jy Cols -> xywhere amn is an array of m*n elements seen as an m rows by n column matrix; the number of column n must be given as 2d argument and consistent with the actual length of the array; then jx and jy are the indices of the columns used for X and Y values respectively. The second function Col extract a single column of a table. Its use is shown in the last paragraph of the code ploting the orange squares and dashed line, using the first column of t1 and the second of t2.
sinx.awk |
sinx2.awk |
#! /bin/awk -f |
|
![]() |
#include Axe3 |
![]() |
#include Axe3 |
30 Font /xo 270 def /yo 700 def xo yo (a `a) (b `b) (c `c) (d `d) (e `e) (f `f) (g `g) (h `h) (i `i) (j `j) (k `k) (l `l) (m `m) Wrt /xo xo 80 add def xo yo (n `n) (o `o) (p `p) (q `q) (r `r) (s `s) (t `t) (u `u) (v `v) (w `w) (x `x) (y `y) (z `z) Wrt /xo xo 80 add def xo yo (A `A) (B `B) (C `C) (D `D) (E `E) (F `F) (G `G) (H `H) (I `I) (J `J) (K `K) (L `L) (M `M) Wrt /xo xo 80 add def xo yo (N `N) (O `O) (P `P) (Q `Q) (R `R) (S `S) (T `T) (U `U) (V `V) (W `W) (X `X) (Y `Y) (Z `Z) Wrt |
![]() |