summaryrefslogtreecommitdiff
path: root/web/latency/ploticus/plot-dots-samerange-small.pls
diff options
context:
space:
mode:
Diffstat (limited to 'web/latency/ploticus/plot-dots-samerange-small.pls')
-rw-r--r--web/latency/ploticus/plot-dots-samerange-small.pls36
1 files changed, 36 insertions, 0 deletions
diff --git a/web/latency/ploticus/plot-dots-samerange-small.pls b/web/latency/ploticus/plot-dots-samerange-small.pls
new file mode 100644
index 0000000..7375f38
--- /dev/null
+++ b/web/latency/ploticus/plot-dots-samerange-small.pls
@@ -0,0 +1,36 @@
+#
+
+#set X1 = 1
+#set Y1 = 1
+#set X2 = 2.5
+#set Y2 = 1.5
+
+#proc getdata
+ file: tmp/points
+#endproc
+
+#set YMAX = 180
+
+#proc areadef
+ rectangle: @X1 @Y1 @X2 @Y2
+ yrange: 0 @YMAX
+ xrange: -12 0
+#proc scatterplot
+ xfield: 1
+ yfield: 2
+ symbol: shape=triangle style=filled fillcolor=red radius=0.02
+
+#proc yaxis
+ // label: latency [m]
+ stubs: incremental 60
+ grid: color=green
+#proc yaxis
+ tics: none
+ selflocatingstubs: file tmp/stubs
+ grid: color=blue width=1
+ stubdetails: adjust=1.7,0 align=L size=6
+#proc xaxis
+ tics: yes
+ stubs: incremental
+ // label: sent [d]
+ stubdetails: size=6