mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-29 15:59:41 +02:00
[rcparams] default added for rc not failing the tests
This commit is contained in:
parent
c7589dacfa
commit
55668306cb
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
import matplotlib
|
import matplotlib
|
||||||
matplotlib.use('agg')
|
matplotlib.use('agg')
|
||||||
|
matplotlib.rcParams.update(matplotlib.rcParamsDefault)
|
||||||
matplotlib.rcParams[u'figure.figsize'] = (4,3)
|
matplotlib.rcParams[u'figure.figsize'] = (4,3)
|
||||||
matplotlib.rcParams[u'text.usetex'] = False
|
matplotlib.rcParams[u'text.usetex'] = False
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue