From c643acbf5c904a9b0505c61e6ce9a0667626492e Mon Sep 17 00:00:00 2001 From: Teo de Campos Date: Thu, 2 May 2013 15:44:50 +0100 Subject: [PATCH] commented out a buggy ax.set_aspect line --- GPy/models/GPLVM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/models/GPLVM.py b/GPy/models/GPLVM.py index 470aff96..2df0111a 100644 --- a/GPy/models/GPLVM.py +++ b/GPy/models/GPLVM.py @@ -119,5 +119,5 @@ class GPLVM(GP): pb.xlim(xmin[0],xmax[0]) pb.ylim(xmin[1],xmax[1]) pb.grid(b=False) # remove the grid if present, it doesn't look good - ax.set_aspect('auto') # set a nice aspect ratio + #ax.set_aspect('auto') # set a nice aspect ratio return pb.gca() #input_1, input_2 temporary removal, to return axes.