final touches?

This commit is contained in:
diegantobass 2025-10-28 09:14:28 +01:00
parent 33254b0fc9
commit f2025168ae

View file

@ -448,11 +448,11 @@
"\n",
"# legend\n",
"labels_legend = [\n",
" 'Renewables',\n",
" 'Nuclear',\n",
" 'Gas',\n",
" 'Coal',\n",
" 'Oil',\n",
" 'Natural gas',\n",
" 'Electricity',\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",
"\n",