How to write aubscripts and/or superscripts in graph labels? If anyone is having any idea, please help me out here !! This is really bugging since long.
Example: AB should be like AB
Thank You.
Here's a way to add superscripts to graph axes labels:
You can search for additional codes at: http://www.fileformat.info/info/unicode/char/search.htm
There may be a work around available, depending on the letters&numbers needed in subscript/superscript. JMP is capable of displaying unicode characters. To display a specific unicode character, determine the code for it and then preceed it with "\!U". For example, water is H2O, but it would be best to display it with a subscript 2. Unicode for subscript 2 is "2082', so to get that effect, I can replace the 2 in H20 with "\!U2082". Here is an example:
newwindow("Water",panelbox("H\!U2082O"));
Consider modifying the fonts in preferences to one that includes unicode characters if the code displays a box instead of the desired subscript 2 symbol. Unfortunately, this solution does not work for all letters and numbers, since not all letters and numbers have a unicode subscript/superscript version.
This is really strange. Did JMP developers not think about this? Other softwares (MATLAB, Origin, etc and even Excel) can let you do it pretty easily. I think JMP should provide easy fixes for this kind of trivial issues. Thanks anyway !! Probably have to think around it to address the issue some other way.
Try pressing "Ctrl -" to bring up placeholders for a subscript and a super script. You can then edit those positions to get your desired effect.
What? For me this does nothing. Neither does Ctrl+ or CtrlShift- or CtrlShift+. Is there really a way to make this work?
Here's a way to add superscripts to graph axes labels:
You can search for additional codes at: http://www.fileformat.info/info/unicode/char/search.htm
I agree this should be a basic feature and should support the simple keyboard shortcuts we are familiar with like ctrl+ for superscript
For anyone stumbling across this post, after a back a back and forth with the JMP services, the issue still has not been solved as of JMP 16 (10 years after this post was opened).
There is also apparently no current plan by the dev team to implement the functionality....
Maybe next decade?
@MachineCapybara we hear your frustration. As one of the product managers for JMP, I encourage you to go to the JMP Wish List on the User Community and enter this as a new feature request. We are addressing new feature requests that come through the Wish List in a more consistent and systematic way going forward, and I promise it will be considered and addressed in a reasonable time frame.