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 c77a459 commit 8abab03Copy full SHA for 8abab03
1 file changed
lib/matplotlib/backends/backend_pdf.py
@@ -765,6 +765,7 @@ def __init__(self, filename, metadata=None):
765
766
fontNames = _api.deprecated("3.11")(property(lambda self: self._fontNames))
767
dviFontInfo = _api.deprecated("3.11")(property(lambda self: self._dviFontInfo))
768
+ type1Descriptors = _api.deprecated("3.11")(property(lambda _: {}))
769
770
def newPage(self, width, height):
771
self.endStream()
0 commit comments