Allow mincnt

This commit is contained in:
Seth Axen 2021-02-15 14:53:50 -08:00
parent 897a5eee87
commit 7989673eb4

View File

@ -510,6 +510,7 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
end
if st == :hexbin
extrakw[:mincnt] = get(series[:extra_kwargs], :mincnt, nothing)
extrakw[:edgecolors] = get(series[:extra_kwargs], :edgecolors, py_color(get_linecolor(series)))
handle = ax."hexbin"(x, y;
label = series[:label],