Skip to content

Commit

Permalink
feat(timeseries): enable labels by default
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sanjayankur31 committed Oct 23, 2024
1 parent cdf66b3 commit 188e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyneuroml/plot/PlotTimeSeries.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def plot_time_series_from_lems_file(
lems_file_name: str,
base_dir: str = ".",
title: str = "",
labels: bool = False,
labels: bool = True,
**kwargs,
) -> None:
"""Plot time series from a LEMS file.
Expand Down

0 comments on commit 188e80e

Please sign in to comment.