8000 fixed wx backend · matplotlib/matplotlib@973651b · GitHub
[go: up one dir, main page]

Skip to content

Commit 973651b

Browse files
committed
fixed wx backend
svn path=/trunk/matplotlib/; revision=147
1 parent ade0b60 commit 973651b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

TODO

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
-- website docs for agg - eg, backends.html#Agg
205205

206-
-- build win installer for paint, agg, matplotlib-0.50 with agg
206+
-- build win installer for paint, agg, gd, matplotlib-0.50
207207

208208
-- incorporate John Gill's PS patch
209209

@@ -212,6 +212,10 @@
212212

213213
-- DONE alignment test: facecolor blue
214214

215-
-- axes_demo - strange line artiface in paint
215+
-- axes_demo - strange line artifact in paint
216216

217-
-- figtext missing on ps backend
217+
-- DONE 2004-02-15 - figtext missing
218+
219+
-- table doesn't update on interactive
220+
221+
-- update fonts page with TTFPATH and info on how to use win32 fonts.

examples/colours.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from Numeric import asarray
55
from matplotlib.mlab import linspace
66
from matplotlib.colors import colorConverter
7+
from Numeric import sum
78

89
def pastel(colour, weight=2.4):
910
""" Convert colour into a nice pastel shade"""

0 commit comments

Comments
 (0)
0