From: John B. <by...@bu...> - 2005-09-30 03:44:46
|
On Thu, 2005-09-29 at 19:54 -0500, Charlie Moad wrote: > I'll commit that patch, but first I have one question. Why do you > cast X and Y to Float64 types? You should technically be able to plot > a vector field with integer components. You're correct, they shouldn't be cast to Float64. Generally, when I run into data problems, I cast my arrays into Float types so I don't get bit by integer division. I tried doing that in this case and forgot to undo my change when it didn't work. Sorry about that. Feel free to remove the end of line comments I added as well. I just realized I didn't remove them when I made the patch. Regards, John -- John Byrnes (by...@bu...) Graduate Student Electrical Engineering Boston University You should never wear your best trousers when you go out to fight for freedom and liberty. -- Henrik Ibsen |