Skip to content

Commit a3c2635

Browse files
author
Robert Mitchell
committed
plot_json.py wasn't saved correctly, fixing.
1 parent 97d5525 commit a3c2635

3 files changed

Lines changed: 7 additions & 107 deletions

File tree

templates/#plot_json.py#

Lines changed: 0 additions & 106 deletions
This file was deleted.

templates/.#plot_json.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

templates/plot_json.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
plot_json.py
3+
4+
Produce a Figure from a recording session where each recording is stored as a
5+
json file.
6+
"""
7+
18
import matplotlib.pyplot as plt
29
import numpy as np
310
import json

0 commit comments

Comments
 (0)