Overplot extends beyond xrange [message #87102] |
Tue, 07 January 2014 13:50  |
Gompie
Messages: 76 Registered: August 2012
|
Member |
|
|
Hi,
In my code
p1=ERRORPLOT(xrangetotal_rad(0:15), rad_mean(0:15),rad_eom(0:15),xrange=[15 , 100],xstyle=1,LINESTYLE=6,yrange=[-0.2,0.4],SYM_COLOR='silve r',SYM_FILL_COLOR='silver',SYM_THICK='6',SYMBOL='*',thick=3. 3, xtitle='Scene Radiance',ytitle='Temp (K)',title='11 Micron K', ERRORBAR_COLOR='saddle brown',NAME='ATSR2-IASI bias after offset',overplot=0
p2=PLOT(xrangetotal_rad, yfit,xstyle=1,COLOR = 'red',xrange=[15,100],thick=2.3,overplot=0,NAME='Intercompar ision')
While my p1 plot is within xrange and yrange, My p2 plot extends beyond the xrange [15,100 ] i.e crosses the plot boundaries. How do I force it to display values uptill x=100.
GlanPlon
|
|
|
|