Skip to content

Commit

Permalink
disable mpld3.show figtohtml
Browse files Browse the repository at this point in the history
  • Loading branch information
hrani committed Dec 24, 2018
1 parent f0994b3 commit 66df833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ def innerMain( script, modelFile = "model/synSynth7.g", dumpFname = "", paramFna
i.displayPlots( script, model.modelLookup, stims[0], hideSubplots, expt.exptType )

pyplot.show()
pyplot_fig = mpld3.fig_to_html(pyplot.figure(1))
#pyplot_fig = mpld3.fig_to_html(pyplot.figure(1))
#mpld3.show()

moose.delete( modelId )
Expand Down

0 comments on commit 66df833

Please sign in to comment.