% Illustrate why 6-digit coordinate display can be helpfull %by Martin Kunz, 18/06/2015 graphics_toolkit ("fltk") x = linspace (0, pi, 1e6); y = 1e7 * sin(x); y(100000) += 1e5; y(100003) += 1e5; y(600000) += 1e5; y(600004) += 1e5; plot (x,y);