From 28ea0ed296551bd5c203a32287e65d9a744f94a8 Mon Sep 17 00:00:00 2001 From: Iara Ota Date: Fri, 20 Oct 2023 10:42:09 -0500 Subject: [PATCH] added density option for histograms --- gwsumm/plot/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwsumm/plot/utils.py b/gwsumm/plot/utils.py index 20e8f0f8..0501e4c7 100644 --- a/gwsumm/plot/utils.py +++ b/gwsumm/plot/utils.py @@ -50,7 +50,7 @@ HIST_PARAMS = [ 'bins', 'range', 'normed', 'weights', 'cumulative', 'bottom', 'histtype', 'align', 'orientation', 'rwidth', 'log', 'color', - 'label', 'stacked', 'logbins', + 'label', 'stacked', 'logbins', 'density', ] LEGEND_PARAMS = [ 'loc', 'borderaxespad', 'ncol',