From: Otto T. <zz...@ma...> - 2003-11-19 17:46:25
|
Sorry for the late reply. On Tue, 2003-10-21 at 14:06, Joerg Lehmann wrote: > However, I don't like the name normdist too much. It doesn't seem > to be very intuitive, does it? How about one of the following. Fixed in the attached patch (I used rellengths as suggested by Andr=E9) > Similar ordering problems arise at other places in PyX, where we > use a similar solution. Andr=E9, maybe we should use the mechanism > of the text module? >=20 =20 In the attached patch I use a __cmp__ function instead of supplying sort with a custom compare function. (As in the text module) > I really want to avoid the duplication of linestyles, so one > should really choose a sensible default. I would tend to > use the "automatic" behaviour. Other options? >=20 Fixed in the attached. /Otto |