Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b733c6a

Browse files
committed
List PDF backend TODOs
svn path=/trunk/matplotlib/; revision=2592
1 parent 055d8c1 commit b733c6a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

lib/matplotlib/backends/backend_pdf.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@
5858
# alphaState for this purpose. The implementations of these methods
5959
# should perhaps be generalized.
6060

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
6172

6273
def fill(strings, linelen=75):
6374
"""Make one string from sequence of strings, with whitespace

0 commit comments

Comments
 (0)