[doc] updated how to plot in gpy

This commit is contained in:
mzwiessele 2015-10-12 14:50:42 +01:00
parent 134144c4c7
commit fe423b88eb
6 changed files with 63 additions and 6 deletions

View file

@ -136,6 +136,4 @@ def plot_covariance(kernel, x=None, label=None,
return pl().add_to_canvas(canvas, plots)
else:
raise NotImplementedError("Cannot plot a kernel with more than two input dimensions")
pass
raise NotImplementedError("Cannot plot a kernel with more than two input dimensions")