mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 18:42:39 +02:00
Update base_plots.py
This commit is contained in:
parent
67e81ed122
commit
5e5dc0eac5
1 changed files with 1 additions and 8 deletions
|
|
@ -1,13 +1,6 @@
|
|||
# #Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
|
||||
try:
|
||||
#import Tango
|
||||
from matplotlib import pyplot as pb
|
||||
except:
|
||||
pass
|
||||
import numpy as np
|
||||
from matplotlib import pyplot as pb
|
||||
|
||||
def ax_default(fignum, ax):
|
||||
if ax is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue