Hi there,
Having a small graph display issue which I can't find any info about
Requirements:
Display 3 sig.fig. or 2dp in scientific format, with a wide range of possible values from 10^-5 to 10^-9, which suggests autoscaling is best.
Data comes with at least 5 s.f., but the accuracy, resolution and dynamic range means that only 2-3 s.f. are useful.
My current settings leave a poor graph representation. Too many repeated values on the Y-scale. For this example, it would be better to just show 1.57E-6 and 1.58E-6 where they are instead of rounding all the markers.
Sample data attached to play with. Will need to also work when you multiply up/down by 10/100/1000 etc.
Thanks in advance for any ideas