Topic: Displaying numbers as fractions?
Ivan,
I was wondering if it was possible to display a value in a label as a reduced fraction. For example, if you look at my attached grf file (used for a simple animation), I want to display 0.0625 as 1/16 so that I won't need to have that "Note" table at the bottom.
I have struggled with several ideas (including superimposed labels with clear backgrounds), but I can't seem to find a way to animate this so that, for y >= 0, I have the simple integer values of x, but for y < 0, I display the x-values as fractions.
I even tried to use an "if" statement in a custom function, but I can't find a way to display a "blank" when I don't want the label to be displayed.
Is what I'm seeking possible?
Thank you, Russell