Skip to content

Commit 66df833

Browse files
committed
disable mpld3.show figtohtml
1 parent f0994b3 commit 66df833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

findSim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ def innerMain( script, modelFile = "model/synSynth7.g", dumpFname = "", paramFna
16161616
i.displayPlots( script, model.modelLookup, stims[0], hideSubplots, expt.exptType )
16171617

16181618
pyplot.show()
1619-
pyplot_fig = mpld3.fig_to_html(pyplot.figure(1))
1619+
#pyplot_fig = mpld3.fig_to_html(pyplot.figure(1))
16201620
#mpld3.show()
16211621

16221622
moose.delete( modelId )

0 commit comments

Comments
 (0)