We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d920c commit 7b22242Copy full SHA for 7b22242
nyisotoolkit/nyisovis/nyisovis.py
@@ -417,7 +417,7 @@ def fig_decarbonization_clock(self):
417
ax.set_title(f'Decarbonization Clock ({self.year})', y=0.91)
418
419
# Save
420
- file = pl.Path(self.out_dir,f'{self.year}_pd.decarbonization_clock.png')
+ file = pl.Path(self.out_dir,f'{self.year}_decarbonization_clock.png')
421
fig.savefig(file, bbox_inches='tight', transparent=True)
422
423
def fig_demand_pdf(self, cumulative=False):
0 commit comments