mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 21:12:38 +02:00
[plotly] todos: fill_gradient
This commit is contained in:
parent
7f84bec6fb
commit
b3154e43b4
10 changed files with 196 additions and 149 deletions
|
|
@ -32,11 +32,11 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import matplotlib
|
||||
matplotlib.use('agg')
|
||||
matplotlib.rcParams.update(matplotlib.rcParamsDefault)
|
||||
matplotlib.use('agg')
|
||||
matplotlib.rcParams[u'figure.figsize'] = (4,3)
|
||||
matplotlib.rcParams[u'text.usetex'] = False
|
||||
|
||||
import nose
|
||||
nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')
|
||||
nose.main('GPy', defaultTest='GPy/testing')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue