@@ -25,6 +25,7 @@ export const NETPYNE_COMMANDS = {
2525 exportHLS : 'netpyne_geppetto.exportHLS' ,
2626 plotFigure : 'netpyne_geppetto.getPlot' ,
2727 deleteParam : 'netpyne_geppetto.deleteParam' ,
28+ checkAvailablePlots : 'netpyne_geppetto.checkAvailablePlots' ,
2829} ;
2930
3031export const PYTHON_CONSOLE_WIDGET = {
@@ -80,6 +81,7 @@ export const NETWORK_PLOT_WIDGETS = {
8081 hideOnClose : true ,
8182 initialized : false ,
8283 method : {
84+ plotKey : 'plotConn' ,
8385 plotMethod : 'iplotConn' ,
8486 plotType : false ,
8587 } ,
@@ -96,6 +98,7 @@ export const NETWORK_PLOT_WIDGETS = {
9698 hideOnClose : true ,
9799 initialized : false ,
98100 method : {
101+ plotKey : 'plot2Dnet' ,
99102 plotMethod : 'iplot2Dnet' ,
100103 plotType : false ,
101104 } ,
@@ -116,6 +119,7 @@ export const PLOT_WIDGETS = {
116119 enableRename : false ,
117120 initialized : false ,
118121 method : {
122+ plotKey : 'plotTraces' ,
119123 plotMethod : 'iplotTraces' ,
120124 plotType : false ,
121125 } ,
@@ -132,6 +136,7 @@ export const PLOT_WIDGETS = {
132136 hideOnClose : true ,
133137 initialized : false ,
134138 method : {
139+ plotKey : 'plotRaster' ,
135140 plotMethod : 'iplotRaster' ,
136141 plotType : false ,
137142 } ,
@@ -148,6 +153,7 @@ export const PLOT_WIDGETS = {
148153 hideOnClose : true ,
149154 initialized : false ,
150155 method : {
156+ plotKey : 'plotSpikeHist' ,
151157 plotMethod : 'iplotSpikeHist' ,
152158 plotType : false ,
153159 } ,
@@ -164,6 +170,7 @@ export const PLOT_WIDGETS = {
164170 enableRename : false ,
165171 initialized : false ,
166172 method : {
173+ key : 'plotSpikeStats' ,
167174 plotMethod : 'iplotSpikeStats' ,
168175 plotType : false ,
169176 } ,
@@ -180,6 +187,7 @@ export const PLOT_WIDGETS = {
180187 hideOnClose : true ,
181188 initialized : false ,
182189 method : {
190+ key : 'plotRatePSD' ,
183191 plotMethod : 'iplotRatePSD' ,
184192 plotType : false ,
185193 } ,
@@ -196,6 +204,7 @@ export const PLOT_WIDGETS = {
196204 hideOnClose : true ,
197205 initialized : false ,
198206 method : {
207+ plotKey : 'plotLFP' ,
199208 plotMethod : 'iplotLFP' ,
200209 plotType : 'timeSeries' ,
201210 } ,
@@ -212,6 +221,7 @@ export const PLOT_WIDGETS = {
212221 enableRename : false ,
213222 initialized : false ,
214223 method : {
224+ plotKey : 'plotLFP' ,
215225 plotMethod : 'iplotLFP' ,
216226 plotType : 'PSD' ,
217227 } ,
@@ -228,6 +238,7 @@ export const PLOT_WIDGETS = {
228238 hideOnClose : true ,
229239 initialized : false ,
230240 method : {
241+ plotKey : 'plotLFP' ,
231242 plotMethod : 'iplotLFP' ,
232243 plotType : 'spectrogram' ,
233244 } ,
@@ -244,6 +255,7 @@ export const PLOT_WIDGETS = {
244255 enableRename : false ,
245256 initialized : false ,
246257 method : {
258+ plotKey : 'granger' ,
247259 plotMethod : 'granger' ,
248260 plotType : false ,
249261 } ,
@@ -260,6 +272,7 @@ export const PLOT_WIDGETS = {
260272 enableRename : false ,
261273 initialized : false ,
262274 method : {
275+ plotKey : 'plotRxDConcentration' ,
263276 plotMethod : 'iplotRxDConcentration' ,
264277 plotType : false ,
265278 } ,
0 commit comments