We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c706d1 commit a5a98d5Copy full SHA for a5a98d5
1 file changed
netpyne_ui/netpyne_geppetto.py
@@ -259,15 +259,15 @@ def getNetPyNESpikeHistPlot(self):
259
if fig==-1:
260
return fig
261
else:
262
- return ui.getSVG(fig[0])
+ return ui.getSVG(fig[0]).__str__()
263
264
def getNetPyNESpikeStatsPlot(self):
265
args = self.getPlotSettings('plotSpikeStats')
266
fig = analysis.plotSpikeStats(showFig=False, **args)
267
268
269
270
271
272
def getNetPyNEGrangerPlot(self):
273
args = self.getPlotSettings('granger')
0 commit comments