Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb61d3a commit 3a0c01cCopy full SHA for 3a0c01c
1 file changed
lib/matplotlib/backends/backend_pdf.py
@@ -599,6 +599,7 @@ def get_char_width(charcode):
599
if not data: break
600
length1 += len(data)
601
self.currentstream.write(data)
602
+ fontfile.close()
603
self.endStream()
604
self.writeObject(length1Object, length1)
605
0 commit comments