Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit fc9133b

Browse files
committed
Switching workflow to new layout for elec prices
1 parent b56496c commit fc9133b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/scripts/plot_ariadne_report.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ def plot_elec_prices_spatial_new(
13661366
cbar2.set_ticklabels(np.linspace(0,vmax-vmin,6).round(1))
13671367

13681368
plt.subplots_adjust(right=0.75, bottom=0.22)
1369-
plt.show()
1369+
# plt.show()
13701370

13711371
fig.savefig(savepath, bbox_inches="tight")
13721372

@@ -2704,7 +2704,7 @@ def plot_cap_map_de(
27042704
regions = gpd.read_file(snakemake.input.regions_onshore_clustered).set_index("name")
27052705

27062706
year = 2045
2707-
plot_elec_prices_spatial(
2707+
plot_elec_prices_spatial_new(
27082708
network=networks[planning_horizons.index(year)].copy(),
27092709
tech_colors=tech_colors,
27102710
onshore_regions=regions,

0 commit comments

Comments
 (0)