Merge pull request #1933 from JuliaPlots/new_pyplot

update to `o.show` syntax. Close #1932
This commit is contained in:
Michael Krabbe Borregaard 2019-03-01 07:55:11 +01:00 committed by GitHub
commit 50f9846836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1321,7 +1321,7 @@ end
# display/output
function _display(plt::Plot{PyPlotBackend})
plt.o[:show]()
isdefined(PyCall, :_setproperty!) ? plt.o.show() : plot.o[:show]()
end