From: Bruce S. <bas...@un...> - 2002-07-03 01:33:19
|
Sounds like a good suggestion. One oddity is that curve.pos and curve.color are very similar to Numeric arrarys (but not the same as?). Numeric arrays don't permit slice deletion. But presumably Visual can do whatever it wants to? Bruce Sherwood At 05:29 PM 02/07/02 -0400, David Scherer wrote: >Maybe slice deletion? > >c = curve(...) >del c[:3] |