08-31-2008 09:12 PM
09-02-2008 11:12 AM
Hi,
This feature is currently not available in LabIVEW. Please feel free to submit your feedback in the Product Suggestion Center.
09-02-2008 11:27 AM
09-02-2008 11:39 AM
Also remember that certain things are available as "fake" superscripts as part of the normal fonts.
ABCª CDE° FGH² IJK³ LMN¹ OPQº
I use the "square" all the time. 😉
09-03-2008 01:17 AM
This is a good workaround for a single placement. II'll use this for a superscript of 1/2 instead of sqrt(Hz).
I would like to replace the scientific notation 1E+3 with 1x10^3 where ^3 is a superscript for each label.
I could do the same if the axis labels were fixed, but with autoscaling, they will change.
Thanks. I'll use the small text placement for one of the workarounds.
01-08-2013 01:53 PM
Hi, Altenbach,
I hope you are still on the forum.
I need to do a supercript for power of 2 in axis label.
Where can I find the fake script like you showed?
thanks.
Tim
01-08-2013 02:42 PM
tim_wen wrote:Where can I find the fake script like you showed?
You could just copy/paste from my post above! 😄
(Alternatively, under windows run "charmap" browse the fonts, and pick the character you want)
01-08-2013 03:07 PM
thanks.
charmap works, but not on every system.
but it works on the one I need to have the superscript. 🙂
01-08-2013 05:20 PM
You can also simply place a temporary string control, indicator, or diagram constant, right-click...set ot to \-codes, enter "\B2", set it back to normal display and cut/paste the resulting text.
... there are a few more ways..... 😄
01-08-2013 07:48 PM
great idea, thanks again.. 🙂