PyPlot fix contour labels (#2668)
This commit is contained in:
parent
44367c54da
commit
e90ab0b898
@ -643,7 +643,7 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
|
|||||||
extrakw...
|
extrakw...
|
||||||
)
|
)
|
||||||
if series[:contour_labels] == true
|
if series[:contour_labels] == true
|
||||||
PyPlot."clabel"(handle, handle.levels)
|
ax."clabel"(handle, handle.levels)
|
||||||
end
|
end
|
||||||
push!(handles, handle)
|
push!(handles, handle)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user