Skip to content

Commit b9c9752

Browse files
committed
rename rxd plot method
1 parent e878832 commit b9c9752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def getNetPyNELFPLocationsPlot(self):
332332

333333
return svgs.__str__()
334334

335-
def getNetPyNERxDConcentration(self):
335+
def getNetPyNERxDConcentrationPlot(self):
336336
args = self.getPlotSettings('plotRxDConcentration')
337337
fig = analysis.plotRxDConcentration(showFig=False, **args)
338338
if fig==-1:

0 commit comments

Comments
 (0)