Merge pull request #1933 from JuliaPlots/new_pyplot
update to `o.show` syntax. Close #1932
This commit is contained in:
commit
50f9846836
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user