We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e878832 commit b9c9752Copy full SHA for b9c9752
1 file changed
netpyne_ui/netpyne_geppetto.py
@@ -332,7 +332,7 @@ def getNetPyNELFPLocationsPlot(self):
332
333
return svgs.__str__()
334
335
- def getNetPyNERxDConcentration(self):
+ def getNetPyNERxDConcentrationPlot(self):
336
args = self.getPlotSettings('plotRxDConcentration')
337
fig = analysis.plotRxDConcentration(showFig=False, **args)
338
if fig==-1:
0 commit comments