
macro colortest
  lim 0 1 0 1; clear; box

  style -x 2 -pt 0 -sz 3.0
  dot -c black     0.1 0.9
  dot -c white     0.2 0.9
  dot -c red       0.3 0.9
  dot -c pink      0.4 0.9
  dot -c orange    0.5 0.9
  dot -c yellow    0.1 0.8
  dot -c wheat     0.2 0.8
  dot -c gold      0.3 0.8
  dot -c green     0.4 0.8
  dot -c darkgreen 0.5 0.8
  dot -c blue      0.1 0.7
  dot -c skyblue   0.2 0.7
  dot -c indigo    0.3 0.7
  dot -c violet    0.4 0.7
  dot -c grey10    0.5 0.7
  dot -c grey20    0.1 0.6
  dot -c grey30    0.2 0.6
  dot -c grey40    0.3 0.6
  dot -c grey50    0.4 0.6
  dot -c grey60    0.5 0.6
  dot -c grey70    0.1 0.5
  dot -c grey80    0.2 0.5
  dot -c grey90    0.3 0.5
end

macro colortest2
  lim 0 1 0 1; clear; box

  style -x 2 -pt 7 -sz 3.0
  dot -c black     0.1 0.9
  dot -c white     0.2 0.9
  dot -c red       0.3 0.9
  dot -c pink      0.4 0.9
  dot -c orange    0.5 0.9
  dot -c yellow    0.1 0.8
  dot -c wheat     0.2 0.8
  dot -c gold      0.3 0.8
  dot -c green     0.4 0.8
  dot -c darkgreen 0.5 0.8
  dot -c blue      0.1 0.7
  dot -c skyblue   0.2 0.7
  dot -c indigo    0.3 0.7
  dot -c violet    0.4 0.7
  dot -c grey10    0.5 0.7
  dot -c grey20    0.1 0.6
  dot -c grey30    0.2 0.6
  dot -c grey40    0.3 0.6
  dot -c grey50    0.4 0.6
  dot -c grey60    0.5 0.6
  dot -c grey70    0.1 0.5
  dot -c grey80    0.2 0.5
  dot -c grey90    0.3 0.5
end

macro pltest
  lim 0 1 0 1; clear; box

  style -x 2 -pt 7 -sz 3.0 -lw 2
  dot -c black     0.1 0.9
  dot -c white     0.2 0.9
  dot -c red       0.3 0.9
  dot -c pink      0.4 0.9
  dot -c orange    0.5 0.9
  dot -c yellow    0.1 0.8
  dot -c wheat     0.2 0.8
  dot -c gold      0.3 0.8
  dot -c green     0.4 0.8
  dot -c darkgreen 0.5 0.8
  dot -c blue      0.1 0.7
  dot -c skyblue   0.2 0.7
  dot -c indigo    0.3 0.7
  dot -c violet    0.4 0.7
  dot -c grey10    0.5 0.7
  dot -c grey20    0.1 0.6
  dot -c grey30    0.2 0.6
  dot -c grey40    0.3 0.6
  dot -c grey50    0.4 0.6
  dot -c grey60    0.5 0.6
  dot -c grey70    0.1 0.5
  dot -c grey80    0.2 0.5
  dot -c grey90    0.3 0.5
end
