From aa7ca6edfe2203692aced574294d03f51dcd1feb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 8 Feb 2019 16:33:07 +0100 Subject: scripts/plot-contourmap: Specify colours of contour lines --- scripts/plot-contourmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/plot-contourmap b/scripts/plot-contourmap index 053a6be9..8b8e60c3 100755 --- a/scripts/plot-contourmap +++ b/scripts/plot-contourmap @@ -83,7 +83,7 @@ def update_graph(): for coll in cnt.collections: coll.remove() - cnt = ax.contour(Z, levels, origin='lower', linewidths=1, extent=extent) + cnt = ax.contour(Z, levels, origin='lower', linewidths=1, alpha=1, extent=extent, cmap=plt.cm.Greens) ax.set_title(filename) ax.set_xlabel(label1) -- cgit v1.2.3