Allow mincnt
This commit is contained in:
parent
897a5eee87
commit
7989673eb4
@ -510,6 +510,7 @@ function py_add_series(plt::Plot{PyPlotBackend}, series::Series)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if st == :hexbin
|
if st == :hexbin
|
||||||
|
extrakw[:mincnt] = get(series[:extra_kwargs], :mincnt, nothing)
|
||||||
extrakw[:edgecolors] = get(series[:extra_kwargs], :edgecolors, py_color(get_linecolor(series)))
|
extrakw[:edgecolors] = get(series[:extra_kwargs], :edgecolors, py_color(get_linecolor(series)))
|
||||||
handle = ax."hexbin"(x, y;
|
handle = ax."hexbin"(x, y;
|
||||||
label = series[:label],
|
label = series[:label],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user