commented out a buggy ax.set_aspect line

This commit is contained in:
Teo de Campos 2013-05-02 15:44:50 +01:00
parent 74c0b14892
commit c643acbf5c

View file

@ -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.