Skip to content

Commit 535da75

Browse files
committed
comment out savefig
1 parent b062060 commit 535da75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripting/monte_carlo/vts-trial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"plt.text(0.8, 0.85, r\"${\\mu_s}'$=%.2f mm⁻¹\" % musp, **text_args)\n",
247247
"plt.text(0.8, 0.80, 'g=%.2f' % g, **text_args)\n",
248248
"plt.text(0.8, 0.75, 'd=%.1f mm' % d, **text_args)\n",
249-
"plt.savefig(\"vis-trial.svg\")\n",
249+
"#plt.savefig(\"vis-trial.svg\")\n",
250250
"plt.show()"
251251
]
252252
},

0 commit comments

Comments
 (0)