mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[tests working now?]
This commit is contained in:
parent
5290e4bf0e
commit
7ebdc698f6
34 changed files with 42 additions and 33 deletions
|
|
@ -76,7 +76,13 @@ class MatplotlibPlots(AbstractPlottingLibrary):
|
|||
legend_ontop(ax, ncol=legend, fontdict=fontdict)
|
||||
if zlim is not None:
|
||||
ax.set_zlim(zlim)
|
||||
#ax.figure.show()
|
||||
ax.figure.canvas.draw()
|
||||
ax.figure.show()
|
||||
#try:
|
||||
# ax.figure.tight_layout()
|
||||
#except:
|
||||
# # couldnt do tight layout, python 2.7 on MacOSX
|
||||
# pass
|
||||
ax.figure.canvas.draw()
|
||||
return plots
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue