Changeset 97 for trunk/examples/retina/benchmark_linear.py
- Timestamp:
- 01/14/08 16:15:03 (4 years ago)
- Files:
-
- 1 modified
-
trunk/examples/retina/benchmark_linear.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/retina/benchmark_linear.py
r77 r97 27 27 #from NeuroTools.analysis import spikelist2spikematrix 28 28 29 pylab.close('all')30 29 """ Figure 1 31 30 … … 33 32 34 33 """ 34 pylab.close('all') 35 35 pylab.rcParams.update(pylab_params(fig_width_pt = 497.9/2., ratio = 1.)) 36 36
