Skip to content
Snippets Groups Projects
Commit 94ed434a authored by Michael Eischer's avatar Michael Eischer
Browse files

Let average previous plots start their y axis at -1

This simplifies handling of only part-time active clients
parent 535d433f
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def generate_plot(outputfn, data_lines, modeline=SVG_MODELINE):
+ "set key horizontal center bmargin\n" \
+ "set key font \",7\"\n" \
+ "set xrange [0:]\n" \
+ "set yrange [0:]\n" \
+ "set yrange [-1:]\n" \
+ "set output \"{0}\"\n" \
+ "plot {1}\n"
data_join = ", \\\n "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment