Skip to content

Commit 9b51e8e

Browse files
committed
Replaced fig.show by fig
1 parent 6ae3f6d commit 9b51e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sphinx_gallery/onlineBayesianLinearRegression/plotOnlineLinearRegression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@
176176
fig.update_xaxes(title_text="x", row=index_sample+2, col=3)
177177
fig.update_yaxes(title_text="y", row=index_sample+2, col=3)
178178

179-
fig.show()
179+
fig

0 commit comments

Comments
 (0)