From 5225488d5453e91243e831b06fe972a280b7f58a Mon Sep 17 00:00:00 2001 From: Zh Date: Thu, 7 May 2020 03:20:29 +0900 Subject: [PATCH] pyplot hexbin --- src/backends/pyplot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index 97cfbef5..feb0d749 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -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