From: David S. <dsc...@vi...> - 2002-07-02 21:30:29
|
> What this does suggest is that what is missing is a method > for the curve > object which would let you specify how to slice the pos and > color lists in > the same way at the same time. Maybe slice deletion? c = curve(...) del c[:3] |