view examples/module.mk @ 32103:32313c5e1bfc

Don't use 2-digit exponent format for ticklabels when unnecessary. * graphics.cc (calc_ticklabels): New boolean variable is_2digit_exp. Cycle through ticklabel values using log10 to determine if maximum exponent is greater than or equal to 10. As soon as this condition is found set is_2digit_exp to true and break out of loop. Within ticklabel formatting loop, only print leading '0' if is_2digit_exp is true and the current exponent to be printed is less than 10.
author Rik <rik@octave.org>
date Wed, 31 May 2023 10:44:35 -0700
parents c2c528319260
children
line wrap: on
line source

%canon_reldir%_EXTRA_DIST =

include %reldir%/code/module.mk
include %reldir%/data/module.mk

%canon_reldir%_EXTRA_DIST += \
  %reldir%/code/COPYING

EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)