|
From: <kev...@fr...> - 2013-03-10 03:10:43
|
"Thomas Sefzick" <t DOT sefzick AT fz-juelich DE de writes: >> ... > using the 'smooth frequency' option of the 'plot' command > you could set the y-value to 0.0 for unwanted data instead > of making data points undefined: > > plot 'gp' u (hist($2,1)):(($1==3)?1.0:0.0) sm f w boxes Works -- thanks! Ugh, why didn't I think of that? (Don't answer that! :-) I had originally tried qualifying the output rather than the input, i.e., your solution, but with 1/0 instead of 0.0 -- with the same incorrect results as what I originally posted. Still, should either one work? It seems like a minor bug in gnuplot (though at least one with a workaround). ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ gnuplot-info mailing list gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |