File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 203
203
204
204
-- website docs for agg - eg, backends.html#Agg
205
205
206
- -- build win installer for paint, agg, matplotlib-0.50 with agg
206
+ -- build win installer for paint, agg, gd, matplotlib-0.50
207
207
208
208
-- incorporate John Gill's PS patch
209
209
212
212
213
213
-- DONE alignment test: facecolor blue
214
214
215
- -- axes_demo - strange line artiface in paint
215
+ -- axes_demo - strange line artifact in paint
216
216
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 4
4
from Numeric import asarray
5
5
from matplotlib .mlab import linspace
6
6
from matplotlib .colors import colorConverter
7
+ from Numeric import sum
7
8
8
9
def pastel (colour , weight = 2.4 ):
9
10
""" Convert colour into a nice pastel shade"""
You can’t perform that action at this time.
0 commit comments