From fe14a5b775a889cb98a11aed8722fbcc86b7c24f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 15 Nov 2004 21:10:43 +0000 Subject: Add latency --- web/latency/ploticus/plot-dots-samerange.pls | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 web/latency/ploticus/plot-dots-samerange.pls (limited to 'web/latency/ploticus/plot-dots-samerange.pls') diff --git a/web/latency/ploticus/plot-dots-samerange.pls b/web/latency/ploticus/plot-dots-samerange.pls new file mode 100644 index 0000000..0a51ded --- /dev/null +++ b/web/latency/ploticus/plot-dots-samerange.pls @@ -0,0 +1,40 @@ +# + +#set X1 = 1 +#set Y1 = 1 +#set X2 = 5 +#set Y2 = 2 + +#proc getdata + file: tmp/points +#endproc + +#set YMAX = 180 + +#proc areadef + rectangle: @X1 @Y1 @X2 @Y2 + yrange: 0 @YMAX + // yautorange: datafields=2 + xrange: -12 0 +#proc scatterplot + xfield: 1 + yfield: 2 + symbol: shape=triangle style=filled fillcolor=red + +#proc yaxis + label: latency [m] + stubs: incremental 60 + tics: none +#proc yaxis + stubs: none + ticincrement: 30 + grid: color=green +#proc yaxis + tics: none + selflocatingstubs: file tmp/stubs + grid: color=blue width=1 + stubdetails: adjust=4.3,0 align=L +#proc xaxis + tics: yes + stubs: incremental + label: sent [d] -- cgit v1.2.3