[Thread Prev][Thread Next][Index]

Re: [Question] limit of Plot buffer size



Aiko,

You may work around the buffer size limitation by first making a contour of a
region with size is less than the limit.  Use the xlimit and ylimit arguments
to specify that the plot axis limits include the entire region of interest.

The smaller data region will be contoured within the larger domain.  Then make
an overlay contour specifying the remainder of the region.  If necessary this
maneuver can be used to divide the contour task into more parts.

This example illustrates the idea:

set data etopo60
contour/xlim=0:360/ylim=-90:90/x=0:180/y=-90:90 rose
contour/xlim=0:360/ylim=-90:90/x=180:360/y=-90:90/over/lev/nolab/pen=1 rose


	Regards,

	Jerry Davison


On Jun 10,  2:10pm, Aiko Fujimura wrote:
> Subject: [Question] limit of Plot buffer size
>
> Hi all,
>
> Does FERRET have limitation of Plot Buffer size?
>
> I have a netCDF file as following,
> ----
> yes? show data
>      currently SET data sets:
>     1> ./snapsf.cdf  (default)
>  name    title              I       J       K       L
>  PSI     Stream Function   1:992   1:821   1:1     1:1
> ----
>
> I want to draw contour lines of above dataset.
> But I got a Error message as following,
>
> ----
> yes? contour psi
> gsetlinerep()   64 Specified linetype is not supported on this workstation
> gsetlinerep()   64 Specified linetype is not supported on this workstation
> gsetlinerep()   64 Specified linetype is not supported on this workstation
>  **ERROR: a program limit has been reached: 814432 points to plot
>           Plot buffer size is: 495000
> ----
>
> When I defined region as the number of point to plot would be
> less than 495000, contour lines was drawn normally.
> ( in example > set region/i=1:400/j=1:821/k=1/l=1 )
>
> However, I want to draw with Full of region all at once.
> Is able to do what I want to ?
> Is there any way to raise a limit of buffer size more larger?
> Tell me some means, please.
>
>
>
> 			Aiko Fujimura
> 	***********************************************
> 	  Dept. of Earth and Planetary Physics,
>           Graduate School of Science, Univ. of Tokyo
> 	  E-mail:  aiko@ocean6.geoph.s.u-tokyo.ac.jp
>-- End of excerpt from Aiko Fujimura




-- 
davison@pmel.noaa.gov


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement