mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
commented out a buggy ax.set_aspect line
This commit is contained in:
parent
74c0b14892
commit
c643acbf5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue