|
From: ZeBen <bs...@ca...> - 2007-09-13 09:44:35
|
Hi,
I am using the last Gnuplot stable version to plot a binary datafile.
I would like to exclude all the negative values, ie do not plot them and to
put an undefined value instead.
I usually use the "using" option, but it seems there not to work..
plot file using ($1>0. ? $1 : 1/0) binary array=360x180 endian=big \
origin=(-179.5,-89.5) format='%float' \
with image title ''
Can anyone help? Is this a bug? Is there a patch??
Many thanks in advance for all the help you could provide me
ZeBen
---
G N U P L O T
Version 4.2 patchlevel 2
last modified 31 Aug 2007
System: Linux 2.6.18-1.2869.fc6
--
View this message in context: http://www.nabble.com/Undefined-Values-with-binary-datafiles%3D-bug--tf4434679.html#a12651750
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|