Gostaria de ajudar?

sexta-feira, 13 de julho de 2012

Painel com 4 Figuras

No último post mostrei como fazer um painel com 3 figuras no GrADS. Hoje iremos acrescentar mais uma figura, ou seja, um painel com 4 figuras. Segue:



'reinit'
'sdfopen uwnd.nc'

'set display color white'
'c'
'set gxout shaded'

'draw string 7.5 9.5 Tempo 1'
'draw string 7.5 7 Tempo 2'
'draw string 7.5 4.5 Tempo 3'
'draw string 7.5 2 Tempo 4'
'set xlab off'
'set ylint 10'
'set lat -20 20'

'set grid off'

'set mproj scaled'

'set map 1 1 6'

'set xlopts 1 4 0.15'
'set ylopts 1 4 0.15'
'set clopts -1 3 0.14'

'set t 1'

'set vpage 0 7.5 7.75 11 '

'set grads off'

'set cint 1'
'set cthick 1'
'd uwnd'
'draw title Painel com 4 figuras'

'set vpage 0 7.5 5.25 8.75  '
'set t 2'
'set grads off'
'set cint 1'
'set cthick 1'
'd uwnd'

'set vpage 0 7.5 2.75 6.25  '
'set t 3'
'set grads off'
'set cint 1'
'set cthick 1'
'd uwnd'

'set vpage 0 7.5 .25 3.75  '
'set t 4'
'set grads off'
'set cint 1'
'set cthick 1'
'set xlab on'
'd uwnd'

'quit'

Bom é isso.

Boa Sorte e Bom Trabalho a Todos!!

Nenhum comentário :

Postar um comentário