Missing numpy import

This commit is contained in:
Alan Saul 2015-09-14 14:38:50 +01:00
parent 2123079596
commit f71b57c24e

View file

@ -1,6 +1,7 @@
# #Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from matplotlib import pyplot as pb
import numpy as np
def ax_default(fignum, ax):
if ax is None: