Skip to content

Commit

Permalink
Missing numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
alansaul committed Sep 14, 2015
1 parent 2123079 commit f71b57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GPy/plotting/matplot_dep/base_plots.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f71b57c

Please sign in to comment.