mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +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).
|
# #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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue