From 8f54449a4ec6d92e6c7317d22cf1d66b3a224c1b Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 9 May 2014 14:07:42 +0100 Subject: [PATCH] whitespaces --- GPy/plotting/matplot_dep/dim_reduction_plots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/plotting/matplot_dep/dim_reduction_plots.py b/GPy/plotting/matplot_dep/dim_reduction_plots.py index 57d932cc..ca2c890f 100644 --- a/GPy/plotting/matplot_dep/dim_reduction_plots.py +++ b/GPy/plotting/matplot_dep/dim_reduction_plots.py @@ -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()