|
3 | 3 | the window. I suppose I need to first draw to a pixbuf. I would |
4 | 4 | also like to control the resolution. |
5 | 5 |
|
6 | | - DONE: just need to make a GUI to set size and fname |
| 6 | + UPDATE: high resolution printing. Resolution can be set from the |
| 7 | + command line, but the GUI needs to be updated to allow resolution |
| 8 | + to be set along with filename |
7 | 9 |
|
8 | 10 | -- fix text size calculations using pango layouts: DONE |
9 | 11 |
|
|
19 | 21 | -- add a color selection dialog for the background, lines, and text |
20 | 22 |
|
21 | 23 | -- allow interactive control of the plot from the python shell after |
22 | | - it has been launched using the cookbook thread recipe. |
| 24 | + it has been launched using the cookbook thread recipe. DONE |
23 | 25 |
|
24 | 26 | -- write a user guide |
25 | 27 |
|
|
34 | 36 | working cross platform. According to the docs this is better |
35 | 37 | handled using size hints -- but I don't know how to use them, yet. |
36 | 38 |
|
37 | | - |
38 | 39 | -- vlines and hlines disappear on in some instance due to improper |
39 | 40 | clipping |
40 | 41 |
|
|
44 | 45 |
|
45 | 46 | -- Clip patches outside view port |
46 | 47 |
|
47 | | --- Here's a list of things the remaining things I think need to be |
48 | | - done before publication quality (2D) is achieved |
49 | | - |
50 | | - 1) Display fonts vertically (ylabel). Arbitrary orientations would |
51 | | - be nicer and would be matlab mimic the matlab handle rotation |
52 | | - for text. |
53 | | - |
54 | | - Update: vertical text support and ylabel added 2003-05-01 |
55 | | - |
56 | | - 2) Arbitrary locs for axis text |
57 | | - |
58 | | - 3) Legend |
59 | | - |
60 | | - 4) Fix ytick bug where grid and tick show outside axis viewport |
61 | | - |
62 | | - DONE 2003-05-01 with gc clip |
63 | | - |
64 | | - 5) Allow text to scale for high res prints |
65 | | - |
66 | | - 6) Support multiple output resolutions and formats: |
67 | | - |
68 | | - Updates: Added support for png and jpeg. 2003-05-01 Gdk-Pixbufs |
69 | | - can support more types, but apparently pygtk only supports these |
70 | | - 2. This may be GTK or pygtk build dependent. |
71 | | - |
72 | | - 7) Fix the script time render time inconsitencies (like axis lim |
73 | | - autoscalig which occurs at rendering and is not available during |
74 | | - script |
75 | | - |
76 | | - 8) Allow interactive control of plot thru threading |
77 | | - |
78 | | - 9) Support a richer char set for labeling, eg greek letters, as |
79 | | - well as sub and superscripts |
80 | | - |
81 | | - 10) Support log scaling |
82 | | - |
83 | | - |
84 | 48 | -- Allow background color to be set for subplots |
85 | 49 |
|
86 | 50 | -- Expose bug on win32 for axis text |
87 | 51 |
|
88 | 52 | -- Fix floating point bug on panx/pany where 0 is computed as 5e-17 |
| 53 | + |
| 54 | + UPDATE: hack workaround. If the distance of the tickloc from the |
| 55 | + nearest integer is a small fraction of the view lim, just use the |
| 56 | + integer |
89 | 57 |
|
90 | | --- fmt process bug on this kind of plot command (2nd of 3 has no |
| 58 | +-- fmt process bug on this kind of plot command (2nd of 3 has no |
91 | 59 | format string) |
92 | 60 |
|
93 | 61 | plot(t1, p1, 'o', t2, p2, ogtt.times, ogtt.cpeptide, 's') |
|
0 commit comments