|
174 | 174 |
|
175 | 175 | -- Fix GD color allocation bug |
176 | 176 |
|
177 | | --- Write install instructions for Paint on win32 and linux |
| 177 | +-- DONE Write install instructions for Paint on win32 and linux |
178 | 178 |
|
179 | | --- Write install instructions for gd on win32 |
| 179 | +-- DONE Write install instructions for gd on win32 |
180 | 180 |
|
181 | 181 | -- Separate out the backend web pages and get developers to maintain |
182 | 182 | them. |
|
192 | 192 |
|
193 | 193 | -- DONE GTK facecolor reversed for line markers |
194 | 194 |
|
195 | | --- figure clear |
| 195 | +-- DONE figure clear |
196 | 196 |
|
197 | 197 | -- DONE 2004-02-12 (used filledEllipse) gd filling is not working like |
198 | 198 | I think - see arctest |
|
237 | 237 |
|
238 | 238 | -- get module docs for ft2font working right |
239 | 239 |
|
240 | | --- kwargs in plot to set lineprops? |
| 240 | +-- DONE kwargs in plot to set lineprops? |
241 | 241 |
|
242 | | --- fix data clipping to per matthew' suggestion |
| 242 | +-- DONE fix data clipping to per matthew' suggestion |
243 | 243 |
|
244 | 244 | -- DONE 2004-02-25 fix setup.py to build ft2 |
245 | 245 |
|
246 | 246 | -- TkAgg resize |
247 | 247 |
|
248 | | --- TkAgg interactive on win32 |
| 248 | +-- DONE TkAgg interactive on win32 |
249 | 249 |
|
250 | | --- test mathdemo on win32 |
| 250 | +-- DONE test mathdemo on win32 |
251 | 251 |
|
252 | 252 | -- figure out what you want to do about mathtext on GTK for next relase |
253 | 253 |
|
254 | | --- mathtext screenshot demo |
| 254 | +-- DONE mathtext screenshot demo |
255 | 255 |
|
256 | | --- integrate numerix chooser with matplotlib.__init__ |
| 256 | +-- DONE integrate numerix chooser with matplotlib.__init__ |
257 | 257 |
|
258 | 258 | -- figure out how to make draw if interactive play nicely |
259 | 259 |
|
260 | | --- python2.2 no default tkinter |
| 260 | +-- DONE - (Todd updated docs) - python2.2 no default tkinter |
261 | 261 |
|
262 | | - from backend_tkagg import error_msg, draw_if_interactive, show, new_figure_manager |
263 | | - File "/usr/lib/python2.2/site-packages/matplotlib/backends/backend_tkagg.py", |
264 | | -line 7, in ? |
265 | | - import Tkinter as Tk, FileDialog |
266 | | -ImportError: No module named Tkinter |
0 commit comments