From 4e1f8f78c80a2b51043b05409b85786d7c495d3f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 14 Dec 2007 02:18:58 +0000 Subject: [PATCH] Let's keep this around for future testing. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@531 c613c5cb-e716-0410-b11b-feb51c14d237 --- etc/pctile.plot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/pctile.plot diff --git a/etc/pctile.plot b/etc/pctile.plot new file mode 100644 index 00000000..83d95506 --- /dev/null +++ b/etc/pctile.plot @@ -0,0 +1,7 @@ +# a handy gnuplot instruction set for plotting percentiler dumps +set ylabel 'Count' +set y2label 'Percentile' +set y2tics +set grid +plot 'pctile.data' using 1:3 axes x1y1 title 'Count' with histeps, \ + 'pctile.data' using 1:2 axes x1y2 title 'Pecentile' with lines;