From b6847366120ef1b4ad7232c8fb80ed26ad448802 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 16 Aug 2016 12:01:17 +0100 Subject: [PATCH] [plotting] small edit --- GPy/plotting/abstract_plotting_library.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GPy/plotting/abstract_plotting_library.py b/GPy/plotting/abstract_plotting_library.py index 64061b99..95377ed7 100644 --- a/GPy/plotting/abstract_plotting_library.py +++ b/GPy/plotting/abstract_plotting_library.py @@ -61,6 +61,8 @@ class AbstractPlottingLibrary(object): """ Get a new figure with nrows and ncolumns subplots. Does not initialize the canvases yet. + + There is individual kwargs for the individual plotting libraries to use. """ raise NotImplementedError("Implement all plot functions in AbstractPlottingLibrary in order to use your own plotting library")