fix: mix 4 hydroelectricity

This commit is contained in:
diegantobass 2025-11-10 09:38:42 +01:00
parent c611b59448
commit 461b7d5cee

View file

@ -343,10 +343,10 @@
" 'Coal',\n",
" 'Oil',\n",
" 'Natural gas',\n",
" 'Electricity',\n",
" 'Hydroelectricity',\n",
" 'Biomass'\n",
"]\n",
"ax.legend(labels=labels_legend, loc='right', bbox_to_anchor=(0.558, 0.5, 0.55, 0.832), edgecolor=\"white\", reverse=True)\n",
"ax.legend(labels=labels_legend, loc='right', bbox_to_anchor=(0.582, 0.5, 0.55, 0.833), edgecolor=\"white\", reverse=True)\n",
"\n",
"# output to file\n",
"plt.savefig(\"version_2/output/4_mix.png\")"