From d3491eb11942b8baef0c34220f1101367ac6e462 Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Tue, 19 Mar 2019 09:38:05 -0700 Subject: [PATCH] gwsumm.plot: handle zorder properly --- gwsumm/plot/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gwsumm/plot/utils.py b/gwsumm/plot/utils.py index af20b280..af063d53 100644 --- a/gwsumm/plot/utils.py +++ b/gwsumm/plot/utils.py @@ -34,6 +34,7 @@ LINE_PARAMS = [ 'linewidth', 'linestyle', 'color', 'label', 'alpha', 'rasterized', + 'zorder', ] COLLECTION_PARAMS = [ 'cmap', 'vmin', 'vmax', 'marker', 's', 'norm', 'rasterized',