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 055d8c1 commit b733c6aCopy full SHA for b733c6a
1 file changed
lib/matplotlib/backends/backend_pdf.py
@@ -58,6 +58,17 @@
58
# alphaState for this purpose. The implementations of these methods
59
# should perhaps be generalized.
60
61
+# TODOs:
62
+#
63
+# * the alpha channel of images
64
+# * image compression could be improved (PDF supports png-like compression)
65
+# * encoding of fonts, including mathtext fonts and unicode support
66
+# * Type 1 and Base-14 font support (i.e., "pdf.use_afm")
67
+# * TTF support has lots of small TODOs, e.g. how do you know if a font
68
+# is serif/sans-serif, or symbolic/non-symbolic?
69
+# * draw_markers, draw_line_collection, etc.
70
+# * use_tex
71
+# * hatches
72
73
def fill(strings, linelen=75):
74
"""Make one string from sequence of strings, with whitespace
0 commit comments