Fix title of image

master
Misha 2023-03-01 20:54:30 +01:00
parent 57faf90bec
commit a426dc5d98
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ ax.set_ylabel('year of birth')
ax.set_xlabel('percentage')
# Add title
ax.set_title('Percentage of global fuel emissions since 1750\n occurring in your lifetime (valid in %s)' % df['year'].iloc[-1])
ax.set_title('Percentage of global CO2 emissions since 1750\n occurring in your lifetime (valid in %s)' % df['year'].iloc[-1])
# Turn off the legend
ax.legend().set_visible(False)

BIN
output.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB