whitespaces

This commit is contained in:
Max Zwiessele 2014-05-09 14:07:42 +01:00
parent 4eac8a5965
commit 8f54449a4e

View file

@ -121,7 +121,7 @@ def plot_latent(model, labels=None, which_indices=None,
if plot_inducing:
Z = param_to_array(model.Z)
ax.plot(Z[:, input_1], Z[:, input_2], '^w')
ax.set_xlim((xmin, xmax))
ax.set_ylim((ymin, ymax))
@ -132,7 +132,7 @@ def plot_latent(model, labels=None, which_indices=None,
except Exception as e:
print "Could not invoke tight layout: {}".format(e)
pass
if updates:
try:
ax.figure.canvas.show()