Skip to content

Commit e000520

Browse files
committed
temporary changes to plot rxd in panel 3
1 parent 3ebc5ea commit e000520

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,16 @@ def getNetPyNELFPLocationsPlot(self):
331331
svgs.append(ui.getSVG(fig[0][0]))
332332

333333
return svgs.__str__()
334+
335+
def getNetPyNERxDConcentration(self):
336+
try:
337+
fig = rxd.plotExtracellularConcentration(species=rxd.ca)
338+
if fig==-1:
339+
return fig
340+
else:
341+
return ui.getSVG(fig)
342+
except:
343+
return -1
334344

335345
def getAvailablePops(self):
336346
return netParams.popParams.keys()

0 commit comments

Comments
 (0)