mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 21:36:23 +02:00
[plotting] new baseling
This commit is contained in:
parent
17bdec1bc0
commit
8ad14681ee
45 changed files with 19 additions and 10 deletions
|
|
@ -110,7 +110,8 @@ def _image_comparison(baseline_images, extensions=['pdf','svg','png'], tol=11):
|
|||
transparent=True,
|
||||
edgecolor='none',
|
||||
facecolor='none',
|
||||
bbox='tight')
|
||||
#bbox='tight'
|
||||
)
|
||||
for num, base in zip(plt.get_fignums(), baseline_images):
|
||||
for ext in extensions:
|
||||
#plt.close(num)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue