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
This commit is contained in:
Michael Bayne
2007-12-14 02:18:58 +00:00
parent c37ddc3277
commit 4e1f8f78c8
+7
View File
@@ -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;