pyplot hexbin

This commit is contained in:
Zh 2020-05-07 03:20:29 +09:00
parent 28ebc0ccd8
commit 5225488d54

View File

@ -612,7 +612,7 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
alpha = series[:fillalpha],
cmap = py_fillcolormap(series), # applies to the pcolorfast object
zorder = series[:series_plotindex],
# extrakw... # for some reason vmin and vmax are NaN???
extrakw... # for some reason vmin and vmax are NaN??? hexbin works without passing vmin and vmax
)
push!(handles, handle)
end