Skip to content

Commit 24b17b2

Browse files
Merge pull request #311 from NeuroML/feat/time-series-save-to-file
plot-timeseries: expose option in cli to allow saving plot to a file
2 parents a72e703 + 9bd0cdc commit 24b17b2

15 files changed

+35
-17
lines changed

man/man1/pynml-archive.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Explicit list of files to create archive of.
4545
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
4646
.SH ENVIRONMENT
4747
.PP
48-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
48+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-channelanalysis.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ plot current vs voltage for ion channel
110110
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
111111
.SH ENVIRONMENT
112112
.PP
113-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
113+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-channelml2nml.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Name of the outputfile file
4141
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
4242
.SH ENVIRONMENT
4343
.PP
44-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
44+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-modchananalysis.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Name of the mod file containing the channel
7272
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
7373
.SH ENVIRONMENT
7474
.PP
75-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
75+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-plotchan.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Do not show plots as they are generated
4141
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
4242
.SH ENVIRONMENT
4343
.PP
44-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
44+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-plotmorph.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ Scale axes so that image is approximately square, for
7171
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
7272
.SH ENVIRONMENT
7373
.PP
74-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
74+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-plotspikes.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Number of bins for rate histogram
6060
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
6161
.SH ENVIRONMENT
6262
.PP
63-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
63+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-plottimeseries.1

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
.SH NAME
44
pynml-plottimeseries \- manual page for pynml-plottimeseries v1.2.5
55
.SH DESCRIPTION
6-
usage: pynml\-plottimeseries [\-h] [\-offset] [<a LEMS file or data files> ...]
6+
usage: pynml\-plottimeseries [\-h] [\-offset] [\-saveToFile <Image file name>]
7+
.IP
8+
[<a LEMS file or data files> ...]
79
.PP
810
A script to plot time series data from data files or LEMS files
911
.SS "positional arguments:"
@@ -18,6 +20,9 @@ show this help message and exit
1820
.TP
1921
\fB\-offset\fR
2022
Toggle whether plots are overlaid or offset
23+
.TP
24+
\fB\-saveToFile\fR <Image file name>
25+
Name of the image file to save plot to
2126
.SH "SEE-ALSO"
2227
.BR pynml (1),
2328
.BR pynml-archive (1),
@@ -36,4 +41,4 @@ Toggle whether plots are overlaid or offset
3641
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
3742
.SH ENVIRONMENT
3843
.PP
39-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
44+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-povray.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Show segment ids
112112
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
113113
.SH ENVIRONMENT
114114
.PP
115-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
115+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

man/man1/pynml-sonata.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jNeuroML_NEURON
5050
Please see https://docs.neuroml.org for complete documentation on the NeuroML standard and the software ecosystem.
5151
.SH ENVIRONMENT
5252
.PP
53-
pyNeuroML v1.2.5 (libNeuroML v0.5.8, jNeuroML v0.13.0)
53+
pyNeuroML v1.2.5 (libNeuroML v0.5.9, jNeuroML v0.13.0)

0 commit comments

Comments
 (0)