We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3886eea + 68812af commit 8b01378Copy full SHA for 8b01378
1 file changed
mprof.py
@@ -726,6 +726,7 @@ def xlim_type(value):
726
print("matplotlib is needed for plotting.")
727
print(e)
728
sys.exit(1)
729
+ pl.ioff()
730
731
profiles = glob.glob("mprofile_??????????????.dat")
732
profiles.sort()
0 commit comments