File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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.
Original file line number Diff line number Diff line change 44from Numeric import asarray
55from matplotlib .mlab import linspace
66from matplotlib .colors import colorConverter
7+ from Numeric import sum
78
89def pastel (colour , weight = 2.4 ):
910 """ Convert colour into a nice pastel shade"""
You can’t perform that action at this time.
0 commit comments