May-06-2017, 10:28 PM
You typically don't use tabs for this (especially with number that should be aligned on the decimal dot). You use a format spec that force them to be padded with spaces (or something else) to achieve a specified length. So if you have at most 6 digits before the dot and 2 after (thus 9 characters totals),, you use a spec such as {:9.2f}.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Your one-stop place for all your GIMP needs: gimp-forum.net