From: Yann Le Du <yan...@no...> - 2004-01-18 10:00:29
|
On Sat, 17 Jan 2004, John Hunter wrote: > and use of the division / operator with Numeric arrays. For that > reason I usually try and write > > > dashes = dpi/72.0*dash_list > > or > > dashes = dash_list*(dpi/72.0) > > Apparently I forgot this time. Try the above and see if they help. > Please let me know. Yes, it now works fine, thank you ! Y |