mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 08:42:39 +02:00
Remove the dependency on matplotlib
This commit is contained in:
parent
d7eee6aa00
commit
049b58c729
22 changed files with 80 additions and 48 deletions
|
|
@ -1,4 +1,7 @@
|
|||
# Copyright (c) 2014, GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
import matplot_dep
|
||||
try:
|
||||
import matplot_dep
|
||||
except (ImportError, NameError):
|
||||
print 'Fail to load GPy.plotting.matplot_dep.'
|
||||
Loading…
Add table
Add a link
Reference in a new issue