From 34da60a44d718ff64f24ffaeb0ccf70e7426202e Mon Sep 17 00:00:00 2001 From: IMDijkstra <73649939+iddie1994@users.noreply.github.com> Date: Wed, 16 Feb 2022 10:23:42 +0100 Subject: [PATCH] Rename finish-KDovertime_gas_vensim_NO_policy.py to 4KernelDensity.py --- finish-KDovertime_gas_vensim_NO_policy.py => 4KernelDensity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename finish-KDovertime_gas_vensim_NO_policy.py => 4KernelDensity.py (95%) diff --git a/finish-KDovertime_gas_vensim_NO_policy.py b/4KernelDensity.py similarity index 95% rename from finish-KDovertime_gas_vensim_NO_policy.py rename to 4KernelDensity.py index 2c1183d..52de5f1 100644 --- a/finish-KDovertime_gas_vensim_NO_policy.py +++ b/4KernelDensity.py @@ -11,4 +11,4 @@ # the plotting functions return the figure and a dict of axes fig, axes = kde_over_time(experiments, outcomes, outcomes_to_show=['NG Production capacity', 'H2 Production capacity'], log=True) -plt.show() \ No newline at end of file +plt.show()