Update base_plots.py

This commit is contained in:
Max Zwiessele 2015-09-12 14:21:01 +01:00
parent 67e81ed122
commit 5e5dc0eac5

View file

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