Magazine Tecnologia

Guida a JGraph, programma per tracciare grafici e diagrammi strutturati: stringhe, etichette e legende.

Creato il 30 maggio 2014 da Hugor @msdiaz61
newstringposizionefontedimensione della fontecolorerotazioneallineamentotestoposizione_x y posizione_y
Times-RomanTimes-ItalicTimes-BoldHelveticaHelvetica-ItalicHelvetica-BoldCourierSymbollcolorlgray
  • hjlhjr e hjc corrispondono a sinistra, destra e centro (orizzontale) rispettivamente;
  • vjtvjb e vjc corrispondono a sopra, sotto e centro (verticale) rispettivamente.
rotate gradi:\
etichette
copystring
Guida a JGraph, programma per tracciare grafici e diagrammi strutturati: stringhe, etichette e legende.

Listato 6.10. Jgraph: gestione delle stringhe.

newgraph
  xaxis min 0 max 10 hash 1 mhash 0 size 7
  yaxis min 0 max 10 hash 1 mhash 0 size 4

newstring hjl vjc x 1 y 1 : String #1

newstring hjr vjt x 9 y 1 fontsize 20 lcolor 1 0 0 : String #2

copystring hjl vjb x 1 y 2 fontsize 16 font Times-Italic : String #3

newstring hjr vjt x 9 y 2 fontsize 16 font Helvetica : String #4

newstring hjc vjc x 5 y 2 fontsize 16 font Symbol : String #5

newstring hjl vjb fontsize 45 font Courier rotate 90 x 5 y 5 : String #6

Figura 6.11.

f-strings-jgr


Legende.
labellegenda

Listato 6.12. Jgraph: esempio di legenda.

newgraph
xaxis min 0 max 5 
yaxis min 0 nodraw

newcurve marktype box linetype solid label : Line number one
   pts 0 6  1 9  2 11  3 14  4 18 5 20
newcurve marktype triangle linetype dashed color 1 0 0 label : Line number two
   pts 0 3  1 4  2 7  3 9  4 10 5 13
newcurve marktype none linetype dotdotdash color 1 0 1 label : And number three
         pts 0 0  1 2  2 3  3 5  4 6  5 9

Figura 6.13.

f-legend1-jgr


legend defaults

Listato 6.14. Jgraph: un altro esempio di legenda.

newgraph
xaxis min 0 max 5 
yaxis min 0 nodraw

newcurve marktype box linetype solid label : Line number one
   pts 0 6  1 9  2 11  3 14  4 18 5 20
newcurve marktype triangle linetype dashed color 1 0 0 label : Line number two
   pts 0 3  1 4  2 7  3 9  4 10 5 13
newcurve marktype none linetype dotdotdash color 1 0 1 label : And number three
         pts 0 0  1 2  2 3  3 5  4 6  5 9

legend defaults font Times-Italic fontsize 20 rotate 30 hjl vjt x 6 y 0

Figura 6.15.

f-legend2-jgr


Potrebbero interessarti anche :

Ritornare alla prima pagina di Logo Paperblog

Possono interessarti anche questi articoli :