|
From: Petr M. <mi...@ph...> - 2005-03-01 11:38:45
|
> Which is preferable? > > (1) Leave the new options dependent on PM3D > > (2) Move the data structures and utility routines out of the > #ifdef PM3D brackets, so that the new feature are available > even if for some reason you don't want PM3D Or even (3): remove all #ifdef PM3D. Now, this functionality is an inherent part of gnuplot, so it does not make sense any longer to separate its source code pieces visually by #ifdef PM3D ... #endif. Same for USE_ULIG_FILLEDBOXES, USE_ULIG_RELATIVE_BOXWIDTH, and maybe something more? What do you think? --- PM |