From 266085a8e2431b6b50e23354bf94ab91f6a40bfd Mon Sep 17 00:00:00 2001 From: Charles Doutriaux Date: Fri, 15 Apr 2016 14:41:52 -0700 Subject: [PATCH] fix #1930 autot --- testing/vcs/test_vcs_autot_axis_titles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/vcs/test_vcs_autot_axis_titles.py b/testing/vcs/test_vcs_autot_axis_titles.py index ec485ccc0a..8dfacdb277 100644 --- a/testing/vcs/test_vcs_autot_axis_titles.py +++ b/testing/vcs/test_vcs_autot_axis_titles.py @@ -32,6 +32,7 @@ s = f(testConfig[plot][1]) x = vcs.init(bg=bg, geometry=(xSize, ySize)) +x.setbgoutputdimensions(xSize,ySize) # graphics method if (plot.find('boxfill') != -1):