Skip to content

Commit db8f867

Browse files
committed
inhabs
1 parent 3449efa commit db8f867

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/towns/population/levels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def plot_example1_subplot(ax, satisfaction: int, has_mint: bool, label: bool = F
126126
ax.plot(x, sat_y_poor, label="Poor")
127127
ax.set_xlabel("Days")
128128
if label:
129-
ax.set_ylabel("Inhabitants (absolute)")
129+
ax.set_ylabel("Inhabitants")
130130
ax.set_title(f"{satisfaction} Satisfaction {"(Mint)" if has_mint else "(no Mint)"}")
131131

132132

src/towns/population/levels1.png

-1.75 KB
Loading

0 commit comments

Comments
 (0)