We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c30d9b6 + 883de24 commit 616ef77Copy full SHA for 616ef77
1 file changed
src/mesarcade/history_plot.py
@@ -342,6 +342,9 @@ class ModelHistoryPlot(Figure):
342
model_attributes: List of model attributes to track. Each element can be
343
a string (attribute name) or a callable that takes a mesa.Model and
344
returns a numeric value.
345
+ ylim: Optional y-axis limits as [min, max]. If None, limits are
346
+ determined automatically from the data. Individual elements can be
347
+ None to auto-scale only that bound.
348
labels: Optional labels for the legend. If None, attribute names are
349
used for string attributes, or "no label" for callables.
350
colors: Optional colors for the lines. Accepts color names, RGB tuples,
0 commit comments