|
From: Ethan A M. <merritt@u.washington.edu> - 2008-02-23 18:12:26
|
On Saturday 23 February 2008 09:58, pl...@pi... wrote: > This does however raise another question in my mind. I am mainly using > gnuplot in an embedded context using softfloat. If all x coords are > treated as double (although not using the fractional part) this mean a lot > of unnecessary float operations at every step of the plot process. > > Mightn't it be worthwhile my changing this locally to use integer on an > integer arch? On input, data values are stored in a variable of type "coordval", which is either float or double depending on the architecture and configuration options. However when the data is used for plotting the program switches to using integer coordinates representing individual pixels to the precision of the current terminal. I doubt there is much room for switching to integers any earlier. -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |