|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide clip.pro
| clip |
procedure clip, datamin, datamax, [buffer=integer], [/blank] |
This procedure truncates, or clips, data values above and below specified limits. Data value can alternatively be blanked using the /blank flag. In that case, data values outside the limits are replaced by blanks (NaN).
getps,101,plnum=1,ifnum=1
show
clip,-0.3,1.4,/blank
show
| Parameters | |
|
datamin |
min value to clip |
|
datamax |
max value to clip |
| Keywords | |
|
buffer |
which global buffer to use. |
|
blank |
Replace clipped values with NaN instead of the clipping limit. |