Color of texts on bars (defined by VALUES and LABELS):
The color (black/white) can be determined automatically by
[autom_color(x)] where 0<=x<=1 (typically x=0.5).
Thus when the background (shading) is light, texts are black
and when the background is dark, texts appear in white.
These colors may be also set individually, see COLORN?
.......................................................................
Example:
DATA TEST2
Name X Y Z
Case_1 12 17 15
Case_2 8 10 20
GPLOT TEST2 / TYPE=%HBAR MODE=PS
PEN=[autom_color(0)][Swiss(15)]
SHADING=0,5,7
VALUES=[autom_color(0.5)][Swissb(10)],##.#%,1
.......................................................................