PyPlot fix contour labels

This commit is contained in:
Zh 2020-05-05 03:02:00 +09:00
parent 40848e7432
commit 6ab42145b0

View File

@ -643,7 +643,7 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
extrakw...
)
if series[:contour_labels] == true
PyPlot."clabel"(handle, handle.levels)
ax."clabel"(handle, handle.levels)
end
push!(handles, handle)