We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fc2b7 commit d282411Copy full SHA for d282411
README.org
@@ -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
@@ -0,0 +1,4 @@
+#!/bin/sh
+python brian2_network.py
4
+python plot_results.py hdf5/example_23.hdf5
0 commit comments