From 4f10a1853a68334f027ec55493a8e0e2172eb786 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sun, 21 May 2006 18:11:29 +0000 Subject: [PATCH] test case for bug #1492548 git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2750 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/graphs/histogram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphs/histogram.py b/examples/graphs/histogram.py index d1dc574c..ee72512d 100644 --- a/examples/graphs/histogram.py +++ b/examples/graphs/histogram.py @@ -1,7 +1,7 @@ from pyx import * d = graph.data.list([(1, 0.3), - (2, 0.5), + (2, -.7), (3, -0.3), (4, 0.8), (5, 0.5)], x=1, y=2) -- 2.11.4.GIT