mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +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
|
||||
matplotlib.use('agg')
|
||||
matplotlib.rcParams.update(matplotlib.rcParamsDefault)
|
||||
matplotlib.rcParams[u'figure.figsize'] = (4,3)
|
||||
matplotlib.rcParams[u'text.usetex'] = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue