User Portlet User Portlet

Discussions
If not use tooltip, I propose to plot with Text. data = Table[{x, Cos[x]}, {x, -Pi, Pi, Pi/8}] Graphics[Text[#[[2]], #] & /@ data] ![plot with text][1] [1]: /c/portal/getImageAttachment?filename=text_plot.png&userId=273403
I show interconversion with floating point and real number. (* convert to IEEE 754 single precision floating point binary seqence (length: 32) from number *) real32Digits[x_] := IntegerDigits[ First[ImportString[ExportString[x,...