Skip to content

Commit d282411

Browse files
committed
add README and .sh script
1 parent 93fc2b7 commit d282411

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Small example of using matplotlib to visualize the results of a Brian 2 simulation managed by pypet
2+
3+
: source simulate_visualize.sh

simulate_visualize.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
python brian2_network.py
4+
python plot_results.py hdf5/example_23.hdf5

0 commit comments

Comments
 (0)