update to o.show syntax

This commit is contained in:
Michael Krabbe Borregaard 2019-02-28 23:32:57 +01:00
parent 8f381e2611
commit 248f7cce90

View File

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