Skip to content

Commit fd055a2

Browse files
committed
Add missing ylabel to plotHistory
Fixes #29 Reported-by Xenos3108
1 parent b906a62 commit fd055a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mesaPlot/plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5118,6 +5118,7 @@ def plotHistory(
51185118
xmax=xmax,
51195119
y1rng=y1rng,
51205120
y1log=y1log,
5121+
y1label=y1label,
51215122
xlabel=xlabel,
51225123
points=points,
51235124
fig=fig,

0 commit comments

Comments
 (0)