We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edc277 commit 883de24Copy full SHA for 883de24
1 file changed
src/mesarcade/history_plot.py
@@ -305,6 +305,9 @@ class ModelHistoryPlot(Figure):
305
model_attributes: List of model attributes to track. Each element can be
306
a string (attribute name) or a callable that takes a mesa.Model and
307
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.
311
labels: Optional labels for the legend. If None, attribute names are
312
used for string attributes, or "no label" for callables.
313
colors: Optional colors for the lines. Accepts color names, RGB tuples,
0 commit comments