File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pyneuroml.plot.Plot module
1515 :show-inheritance:
1616
1717pyneuroml.plot.PlotTimeSeries module
18- --------------------------------
18+ --------------------------------------
1919
2020.. automodule :: pyneuroml.plot.PlotTimeSeries
2121 :members:
Original file line number Diff line number Diff line change 77Copyright 2024 NeuroML contributors
88"""
99
10-
1110import argparse
1211import logging
1312import math
@@ -191,7 +190,7 @@ def plot_time_series_from_lems_file(
191190 :type lems_file_name: str
192191 :param base_dir: directory where LEMS file resides
193192 :type base_dir: str
194- :param ** kwargs: other arguments passed to `plot_time_series`
193+ :param kwargs: other arguments passed to `plot_time_series`
195194 :returns: None
196195
197196 """
You can’t perform that action at this time.
0 commit comments