| T O P I C R E V I E W |
| prime |
Posted - 08/19/2020 : 11:18:31 AM I would like to have the minor tick labels in an x-y line plot in a smaller font size than the major labels. Is that possible? I see how to change the offest and display format, but I can't figure out how to make that format include the font size.
I searched this forum and could not find anything.
Thanks for any help.
Origin Ver. and Service Release (Select Help-->About Origin): 2019b Operating System: Windows 10 |
| 4 L A T E S T R E P L I E S (Newest First) |
| minimax |
Posted - 08/24/2020 : 11:05:48 PM Hi prime,
No, \p50() cannot be combined with *3*.
But you can use \p50(%.3g) in the upcoming Origin 2021 (older versions had a bug which can handle %d only). |
| prime |
Posted - 08/24/2020 : 5:20:36 PM I am stumped again. Can I combine that size setting in combination with other formatting besides integer?
*3* or S*1# work by themselves as a format but \p50(*3*) doesn't work and adding % or $ escapes did not seem to help.
Thanks again, Mike |
| prime |
Posted - 08/20/2020 : 12:21:16 PM Thanks! |
| Shirley_GZ |
Posted - 08/20/2020 : 03:33:46 AM Hi prime,
You can do the settings below to show the minor tick labels at 50 percentage of the major tick labels.
 Please note, %d means show the labels in integer.
About the syntax "/p", please refer to this page, https://www.originlab.com/doc/Origin-Help/Escape-Sequences#Available_text_formatting_commands
Thanks, Shirley OriginLab
Originlab Technical Service Team |