diff --git a/bin/copy-to-website.example b/bin/copy-to-website.example index 1a2660a..dcff2d2 100755 --- a/bin/copy-to-website.example +++ b/bin/copy-to-website.example @@ -1,3 +1,3 @@ #!/bin/sh -rsync --delete -avP *.png *.html ~/my.www.dir/html/graphs/ +rsync --delete -avP *.svg *.html ~/my.www.dir/html/graphs/ diff --git a/bin/diff-freq-graph b/bin/diff-freq-graph index d4c1b2d..74625f2 100755 --- a/bin/diff-freq-graph +++ b/bin/diff-freq-graph @@ -1,7 +1,7 @@ #!/bin/sh ( -../bin/graph-header all-diff-freq.png "%1.1f us/s" "all clocks (diff freq)" "set yrange [-3:3]" +../bin/graph-header all-diff-freq.svg "%1.1f us/s" "all clocks (diff freq)" "set yrange [-3:3]" ../bin/foreach-stat "'__FILE__' using 1:(\$6*1000000) title '__TITLE__' with line \\" echo ) | gnuplot diff --git a/bin/graph-header b/bin/graph-header index 8a7197a..4234c6e 100755 --- a/bin/graph-header +++ b/bin/graph-header @@ -6,7 +6,7 @@ TITLE=$3 CUSTOM=$4 cat <snr-history.history #gnuplot <snr-history.hourly #gnuplot < Last update - __TIME__ GMT

-Local Clock: Frequency + Offset
-Local Clock: Frequency detail
-Local Clock: Offset detail
-Local Clock: Offset histogram
-Local Clock: Skew
-Local Clock: stddev
-Remote Clocks: Frequency Difference
-Remote Clocks: Offsets
-Remote Clocks: Skew
-Remote Clock: SERVER_NAME
+Local Clock: Frequency + Offset
+Local Clock: Frequency detail
+Local Clock: Offset detail
+Local Clock: Offset histogram
+Local Clock: Skew
+Local Clock: stddev
+Remote Clocks: Frequency Difference
+Remote Clocks: Offsets
+Remote Clocks: Skew
+Remote Clock: SERVER_NAME
 __RUN__ notes:
 __NOTES__