modifica grafico con SET

griglia freccia titolo label legenda offset time

disegno originale

griglia freccia titolo label

 

grid(chart) gestione griglia

set grid

set nogrid

show grid

 

title(chart)gestione titolo per grafico

set title "nome" x,y

show title

 

arrow(chart) disegna frecce

set arrow 1 from 2,2 to 5,7 (tag 1 da x,y a x1,y1)

set arrow 2 from 3,3 to 6,8 (tag 2 da x,y a x1,y1)

set noarrow 1 (rimuove tag 1)

show arrow

 

label

 

label(chart) gestione etichette

set label n "nome" at x,y l (n=1..2..3..;l = a sinistra)

set label n "nome" at x,y c (c=centrata)

set label n "nome" at x,y r (r= a destra)

set nolabel n (elimina label n)

show label

 

legenda (key) default

 

key(chart) gestione posizione legenda

set key x,y (posizione della legenda)

set key     (posizione standard)

set nokey    (non mostra legenda)

show key

set nokey


offset

 

Offsets gestione posizione visualizzazione

Set offsets      (standard s,d,a,b,0,0,0,0)

Set offsets a,b,c,d

Set nooffsets    (riporta a 0,0,0,0)

Show offsets

 


time vedi tempo

 

Timestamp gestione tempo

Set timestamp    (default “%a %b %d %H:%M:%S %Y”  0,0)

Set timestamp “%a %b %d %Y” 2,2

Show timestamp

 

Time(chart) gestione tempo

Set time x,y (assegna posizione a tempo standard)

Set notime

set time x,y

set time "%a %b %d %H:%M:%S %Y" x,y

Show time

 

Timefmt gestione tempo

Set timefmt

Show timefmt

 

 

 

ritorna