mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
add offline plotting for plotly
This commit is contained in:
parent
e74a31c482
commit
977aee2b47
4 changed files with 25 additions and 9 deletions
|
|
@ -92,7 +92,7 @@ class MatplotlibPlots(AbstractPlottingLibrary):
|
|||
if title is not None: ax.figure.suptitle(title)
|
||||
return ax
|
||||
|
||||
def show_canvas(self, ax):
|
||||
def show_canvas(self, ax, **kwargs):
|
||||
ax.figure.canvas.draw()
|
||||
return ax.figure
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue