From: Markus F. <fel...@gm...> - 2009-07-03 07:29:13
|
Michael Droettboom schrieb: > This should now be fixed on the maintenance branch and trunk. A Numpy > array allocation was not being NULL-checked in _path.cpp:affine_transform. > > I know a MemoryError doesn't help the user much more than a segfault, > but it always makes me feel better to get a real Python exception rather > than exploding ;) > > Mike Hi All, thanks for the bugfix. I also got the segfault, but forgot to wrote this. Is there a possibility to limit the maximum points shown ? And sorry that i can not post more of my code. My program is to big. Maybe this is a feature request. :-) It would be nice to set up a maximum limit and compute a average. I doesnt know which way is the fastest. I only execute the plot command three times but every plot command plots round about 15 Mill. points. regards Markus |