Skip to content

Commit

Permalink
chore(plot-spikes): add module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Nov 7, 2023
1 parent 7d50c25 commit 50e4483
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyneuroml/plot/PlotSpikes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!/usr/bin/env python3
"""
Spike plotting helper functions.
File: pyneuroml/plot/PlotSpikes.py
Copyright 2023 NeuroML contributors
"""
import argparse
import logging
import os
Expand Down

0 comments on commit 50e4483

Please sign in to comment.