Skip to content

Commit bc15b6b

Browse files
authored
Merge pull request #54 from MetaCell/rxd_changes
temporary changes to plot rxd in panel 3
2 parents cd36a68 + b9c9752 commit bc15b6b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

netpyne_ui/netpyne_geppetto.py

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

333333
return svgs.__str__()
334+
335+
def getNetPyNERxDConcentrationPlot(self):
336+
args = self.getPlotSettings('plotRxDConcentration')
337+
fig = analysis.plotRxDConcentration(showFig=False, **args)
338+
if fig==-1:
339+
return fig
340+
else:
341+
return ui.getSVG(fig)
334342

335343
def getAvailablePops(self):
336344
return netParams.popParams.keys()

0 commit comments

Comments
 (0)