diff --git a/analysis/demand-metric-plot.ipynb b/analysis/demand-metric-plot.ipynb index e7fa88c0828e893624bdfc1cad00f611d4b3de1e..71e08f0590f819a63b1bdd6bf13b57ac665f65bc 100644 --- a/analysis/demand-metric-plot.ipynb +++ b/analysis/demand-metric-plot.ipynb @@ -46,7 +46,6 @@ "outputs": [], "source": [ "results_dir = '<path-to>/results'\n", - "plot_name = '<plot-name>'\n", "\n", "experiments = {\n", " 'System XYZ': 'exp200',\n", @@ -138,7 +137,7 @@ "ax.yaxis.set_major_locator(MaxNLocator(integer=True))\n", "ax.xaxis.set_major_formatter(FuncFormatter(load_formatter))\n", "\n", - "plt.savefig(results_dir + '/' + plot_name + '.pdf', bbox_inches='tight')" + "plt.savefig('temp.pdf', bbox_inches='tight')" ] }, {