3 - repair PDF generation with unincluded standard fonts (currently broken)
4 - change DSC in PS fonts: Resource instead of Font (also in pswriter)
5 - SlantFont & Co support
6 - keep an eye on PEP 324 (popen 5): it could make the texrunner much easier
7 - discuss reltransform: https://sourceforge.net/mailarchive/forum.php?thread_id=9137692&forum_id=23700
8 - add encoding; check whether encoding=ascii works well for the common existing cases
9 - write graphics driver for pgf.sty from LaTeX
10 - ignore "(Please type a command or say `\end')" in preamble method
11 - properly handle file names with spaces in (like "C:\program files\texmf\tex\latex\base\article.cls" in
14 - common bboxes for different graphs
16 - axis painter labelattrs=None + automatic axis partitioning leads to no valid partitioning
17 - when all titles are None, a graph key currently raises an exception
18 - translatecanvas should be the default in graph.style.symbol
19 - automatic scaling of y-axis according to subset of data shown on x-axis
20 - graph.axis.timeaxis.timetick must not override datetime.datetime __init__ method (since datetime.datetime
21 instances are immutable like ints)
22 - graph.style and graph.data modules
23 - fix docu of gridattrs functionality of axis painters
24 (how can one, e.g. draw a grid at the ticks and not at the subticks)
25 - make graph.style.symbol.diamond a graph.style.symbol instance (to be discussed)
27 - use csv module (new in 2.3)
28 - Check for "inf" and "nan" in datafiles.
29 (When plotted, the graph does not complain, but the output will be broken;
30 this depends on the plattform and is not only an issue within the graph system)
32 - add styles using curves instead of lines
33 - graph.texter module:
34 - rename period argument of decimal texters to recurring_decimal or something similar (as pointed out
38 - stroking of patterns does not work in PDF
39 - style and color module:
40 - support modification of existing styles via __call__
42 - ReusableStreamDecode?
43 - proper ASCII85Decode/HexDecode switch
45 - move helper path routines to some more generic place for paths?
46 - pdffile module needed (similar to epsfile)
48 - clearly distingish between readers and writers. dvifile, epsfile, etc. might
49 be renamed to dvireader, epsreader ...
50 - support gsave and grestore in some way to make context handling easier?
52 - support colorspace argument (like c.writeEPSfile("bla", colorspace="cmyk"))
53 - move pyx.def, lfs-files etc. into a new share directory
54 - write fakepattern.py which substitutes some of the pattern functionality using
56 - libkpathsea bindung:
57 - create a ctypes based binding to replace the extension module implementation in the long
61 - describe + vs << vs join
62 - more details in path constructor: allowed pathels, first pathel...
67 Changeable attributes should be explained at a central place.
69 - linealign and circlealign
70 - need to be redone anyway
72 styles: document what data name the styles accept (require). Try also to be more
73 userfriendly and not to describe immediately the internals of the implementation:
74 (see e.g. class.style.symbol)
75 - document interface to access tick positions
78 - add an epsfile example (suggested by Stathis Sideris)
79 - add a small example line on y="f($1)" in one of the plot examples
82 - describe creation and modification (inplace and ``modify by new'') of