init_crib_colors
timespan,'2007-09-21'
thm_load_state,probe='b c',coord='gsm',datatype='pos'
tKm2Re,'thb_state_pos',/replace
tKm2Re,'thc_state_pos',/replace
options,'thb_state_pos',/def,ysubtitle='[RE gsm]'
options,'thc_state_pos',/def,ysubtitle='[RE gsm]'
tplotxy,'thb_state_pos'
stop
tplotxy,'thb_state_pos',versus='xrz'
stop
tplotxy,'thb_state_pos',versus='cc',custom=transpose([[1,1,0],[0,0,1]])
stop
tplotxy,'thb_state_pos',versus='ccr',custom=transpose([[1,1,0],[0,0,1]])
stop
tplotxy,'thb_state_pos',xrange=[0,5]
stop
tplotxy,'thb_state_pos',yrange=[-10,-5]
stop
tplotxy,'thb_state_pos',xrange=[0,5],yrange=[-10,-5]
stop
tplotxy,'thb_state_pos thc_state_pos'
stop
tplotxy,'thb_state_pos'
tplotxy,'thc_state_pos',/over
stop
tplotxy,'th?_state_pos'
stop
store_data,'temp',data='thb_state_pos thc_state_pos'
tplotxy,'temp'
stop
tplotxy,'temp',colors=[2,4]
stop
tplotxy,'temp',colors=['b','g']
stop
options,'thb_state_pos',colorsxy=2
options,'thc_state_pos',colorsxy=4
tplotxy,'temp'
stop
tplotxy,'thb_state_pos',multi='3 1',xsize=900,ysize=300
tplotxy,'thb_state_pos',/add,versus='xz'
tplotxy,'thb_state_pos',/add,versus='yz'
stop
tplotxy,'thb_state_pos',multi='3r 1'
tplotxy,'thb_state_pos',/add,versus='xz'
tplotxy,'thb_state_pos',/add,versus='yz'
stop
window,xsize=500,ysize=500
tplotxy,'thb_state_pos',multi='2 2'
tplotxy,'thc_state_pos',/over
tplotxy,'thb_state_pos',/add,versus='xz'
tplotxy,'thc_state_pos',/over,versus='xz'
tplotxy,'thb_state_pos',/add,versus='yz'
tplotxy,'thc_state_pos',/over,versus='yz'
stop
tplotxy,'thb_state_pos',multi='2 2'
tplotxy,'thc_state_pos',/over,linestyle=2
tplotxy,'thb_state_pos',/add,versus='xz'
tplotxy,'thc_state_pos',/over,versus='xz',linestyle=2
tplotxy,'thb_state_pos',/add,versus='yz'
tplotxy,'thc_state_pos',/over,versus='yz',linestyle=2
stop
window,xsize= 750,ysize=750
tplotxy
stop
tplotxy,'temp',multi='3 1',title='SC Position',xtitle='X km',ytitle='Y km',xmargin=[.3,.3],xsize=900,ysize=300
tplotxy,'temp',/add,versus='xz',title='SC Position',xtitle='X km',ytitle='Z km',xmargin=[0,.3]
tplotxy,'thb_state_pos',/add,versus='yz',title='SC Position',xtitle='Y km',ytitle='Z km',ymargin=[.4,.4]
stop
x = dindgen(5)
y = dindgen(7)
z = dindgen(5,7) mod 2.
tplotxy,'temp',multi='3,1'
plotxyz,x,y,z,/add
x = dindgen(10)
y = alog(dindgen(10)+1)
u = x[1:9]-x[0:8]
v = y[1:9]-y[0:8]
plotxyvec,[[x[1:9]],[y[1:9]]],[[u],[v]],/add
stop
window,xsize=600,ysize=300
tplotxy
stop
tplotxy,'temp',window=2,xsize=800,ysize=500,wtitle='WINDOW WINDOW'
stop
tplotxy,'temp',window=2,xsize=800,ysize=500,wtitle='WINDOW WINDOW',/noisotropic
stop
tplotxy,'thb_state_pos',multi='2 1',charsize=.75
tplotxy,'thc_state_pos',/add,charsize=2.0
stop
tplotxy,'thb_state_pos',multi='2 1',charsize=.75,xsize=800,ysize=400,pstart=4,pstop=2
tplotxy,'thc_state_pos',/add,charsize=3.0,ymargin=[.15,.2],pstart=2,pstop=4,symsize=1.5
stop
options,'thb_state_pos',ytitle='Spacecraft Position'
options,'thb_state_pos',ysubtitle='RE'
options,'thb_state_pos',labels=['xPos','yPos','zPos']
tplotxy,'thb_state_pos',multi='3/1',xmargin=[.2,.1]
tplotxy,'thb_state_pos',/add,versus='xz',xmargin=[.2,.1]
tplotxy,'thb_state_pos',/add,versus='yz',xmargin=[.2,.1]
tplotxy,'thb_state_pos',multi='3,2',xmargin=[.2,.1], mtitle='The title', mmargin=[0.1,0.1,0.1,0.1], mpanel='0:1,0:1'
tplotxy,'thb_state_pos',/add,versus='xz',xmargin=[.05,.05]
tplotxy,'thb_state_pos',/add,versus='yz',xmargin=[.05,.05], ymargin=[0.2,0]
end