From 515a7e607450b583d919677ad8e75b4ec02aeffa Mon Sep 17 00:00:00 2001
From: Andrew Maclean <andrew.amaclean@gmail.com>
Date: Sat, 21 Oct 2017 10:11:36 +1100
Subject: [PATCH] Implementing Bill's changes from the C++ version.

---
 src/Python/VisualizationAlgorithms/DisplacementPlot.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Python/VisualizationAlgorithms/DisplacementPlot.py b/src/Python/VisualizationAlgorithms/DisplacementPlot.py
index 71ddc89a8ab..82693dc4f88 100644
--- a/src/Python/VisualizationAlgorithms/DisplacementPlot.py
+++ b/src/Python/VisualizationAlgorithms/DisplacementPlot.py
@@ -50,8 +50,8 @@ def main():
     # Add the actors to the renderer, set the background and size
     #
     ren.AddActor(plateActor)
-    ren.SetBackground(colors.GetColor3d("White"))
-    renWin.SetSize(250, 250)
+    ren.SetBackground(colors.GetColor3d("Wheat"))
+    renWin.SetSize(512, 512)
 
     ren.GetActiveCamera().SetPosition(13.3991, 14.0764, 9.97787)
     ren.GetActiveCamera().SetFocalPoint(1.50437, 0.481517, 4.52992)
-- 
GitLab