From 9d8685ccaa4ba8d4e8518c94f14e7f10e96016cb Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Fri, 4 Feb 2011 18:10:26 -0500 Subject: [PATCH] Update tests to ensure values == 0 are ignored and don't disrupt showing in log scale graphs. --- tests/logscale.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/logscale.html b/tests/logscale.html index 1d17bfa..4dc09a2 100644 --- a/tests/logscale.html +++ b/tests/logscale.html @@ -44,7 +44,7 @@ "4,250\n"+ "5,1000\n"+ "6,30\n"+ - "7,80\n"+ + "7,0\n"+ "8,100\n"+ "9,500\n"+ ""; -- 2.7.4