8000 wx progress · matplotlib/matplotlib@58db731 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58db731

Browse files
committed
wx progress
svn path=/trunk/matplotlib/; revision=144 8000
1 parent 021ff11 commit 58db731

File tree

10 files changed

+425
-92
lines changed

10 files changed

+425
-92
lines changed

API_CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ API changes at 0.50
2121
* GD users must upgrade to gd-2.0.22 and gdmodule-0.52 since new gd
2222
features (clipping, antialiased lines) are now used.
2323

24+
* Renderer must implement points_to_pixels
25+
2426
Migrating code:
2527

2628
Matlab interface:

KNOWN_BUGS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,16 @@ KNOWN BUGS
2626

2727
- DONE 2004-02-11 mri with eeg offsets whacked
2828

29+
- add backend method draw ellipse
2930
GD
3031

3132
- FIXED right tickline is off
3233

3334
- dashes not scaling with dpi properly - rounding error or other?
3435

3536
- GD not allocating colors on high res figs
36-
37+
38+
- I don't know how to fill arcs in a way that will guarantee the
39+
ellipse will be filled. gd fills till it meets a different border
40+
color, which makes it difficult to fill arcs. expose gdEllipse
41+
and gdFilledEllipse

0 commit comments

Comments
 (0)
0