File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 10
10
< li > < a href ="https://jonescompneurolab.github.io/hnn-core/dev/index.html "> Development</ a > </ li >
11
11
< li > < a href ="https://jonescompneurolab.github.io/hnn-core/stable/index.html "> Stable</ a > </ li >
12
12
< li > < a href ="https://jonescompneurolab.github.io/hnn-core/v0.1/index.html "> v0.1</ a > </ li >
13
+ < li > < a href ="https://jonescompneurolab.github.io/hnn-core/v0.2/index.html "> v0.2</ a > </ li >
13
14
</ ul >
14
15
</ div >
15
16
Original file line number Diff line number Diff line change @@ -152,16 +152,17 @@ API
152
152
153
153
People who contributed to this release (in alphabetical order):
154
154
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
155
- `Alex Rockhill `_
156
- `Blake Caldwell `_
157
- `Christopher J. Bailey `_
158
- `Dylan Daniels `_
159
- `Kenneth Loi `_
160
- `Mainak Jas `_
161
- `Nick Tolley `_
162
- `Ryan Thorpe `_
163
- `Sarah Pugliese `_
164
- `Stephanie R. Jones `_
155
+
156
+ - `Alex Rockhill `_
157
+ - `Blake Caldwell `_
158
+ - `Christopher Bailey `_
159
+ - `Dylan Daniels `_
160
+ - `Kenneth Loi `_
161
+ - `Mainak Jas `_
162
+ - `Nick Tolley `_
163
+ - `Ryan Thorpe `_
164
+ - `Sarah Pugliese `_
165
+ - `Stephanie R. Jones `_
165
166
166
167
.. _0.1 :
167
168
Original file line number Diff line number Diff line change 95
95
exp_dpl .plot (ax = axes [0 ], layer = 'agg' , show = False )
96
96
initial_dpl .plot (ax = axes [0 ], layer = 'agg' , show = False )
97
97
best_dpl .plot (ax = axes [0 ], layer = 'agg' , show = False )
98
+ axes [0 ].legend (['experimental' , 'initial' , 'optimized' ])
98
99
net .cell_response .plot_spikes_hist (ax = axes [1 ])
You can’t perform that action at this time.
0 commit comments