Skip to content

Commit 883de24

Browse files
committed
update docstrings
1 parent 1edc277 commit 883de24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/mesarcade/history_plot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ class ModelHistoryPlot(Figure):
305305
model_attributes: List of model attributes to track. Each element can be
306306
a string (attribute name) or a callable that takes a mesa.Model and
307307
returns a numeric value.
308+
ylim: Optional y-axis limits as [min, max]. If None, limits are
309+
determined automatically from the data. Individual elements can be
310+
None to auto-scale only that bound.
308311
labels: Optional labels for the legend. If None, attribute names are
309312
used for string attributes, or "no label" for callables.
310313
colors: Optional colors for the lines. Accepts color names, RGB tuples,

0 commit comments

Comments
 (0)