-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgraphicstodos.html
38 lines (34 loc) · 1.03 KB
/
graphicstodos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Graphics TODO list</title>
</head>
<body bgcolor="#FFFFFF">
<h1 align=center>Graphics TODO list</h1>
<ul>
<li>
Get persp() and friends to return a transformation matrix so that users can
annotate 3d plots.
<li>
Get persp() and friends to take notice of par() args passed down in
the ... argument.
<li>
Get vector font text justification to work properly.
<li>
Implement vector fonts in mtext() and title().
<li>
Make sure that text expressions, and vector fonts can be
used in all text plotting functions; text(), mtext(), axis(), persp() ...
<li>
Add double-buffering to graphics devices.
<li>
Implement lwd=0 a la S-Plus (i.e., the narrowest line width that the
device can manage)
<li>
Allow text adjustment for mathematical annotations which is relative
to a text baseline (in addition to the current situation where
adjustment is relative to the bounding box).
</ul>
</body>
</html>