The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Units after axis label

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Enantio Posted - 05/11/2010 : 10:40:55 AM
Origin 8 SR 6
WinXP

Hi

got the same problem like ellogi already posted in the forum and already tried the solution suggested by laurie but somehow I couldn't figure out how to get it working.

I edited the Origin.ini in the "Origin 8" and in the "Origin User Files" folder. Below the [Text]-line I inserted the following:

XTitle=%%(1X, @LA) [%(1X, @LU)]
YTitle=%%(1Y, @LA) [%(1Y, @LU)]
ZTitle=%%(1Z, @LA) [%(1Z, @LU)]

My goal is to get Origin to automatically labelling my axes with long- or shortname and followed by the unit in square brackets.
But they're still labelled with curved brackets and when I have a look at the properties the argument is still %(?X) in example for the x-axis.

Could anybody tell me where I made a mistake?
4   L A T E S T    R E P L I E S    (Newest First)
Cathy_BT Posted - 11/11/2013 : 10:27:51 AM
Origin 8
Win7

Hi,

I used this variable: @LUQ=2; // 1=(), 2=[], 3={}, 4=/, 5=-

When I put 2 or 1 it works fine, but when I put 4 to get the format "Long Name / Unit " than I get also the round brakets.
Can somebody help me to solve the problem?

Thanks,
Cathy
greg Posted - 09/30/2013 : 09:27:02 AM
When Units are automatically added to Long/Short Name in labels, the default is to use [ ] in systems where Windows Regional settings is German (possibly Danish as well?). All other cases use ( ).

This can be controlled by a System Variable: @LUQ
according to the following:
-1 = auto (2 for German, 1 for else)
1 = Long Name(unit)
2 = Long Name[unit]
3 = Long Name{Unit}
4 = Long Name / Unit
5 = Long Name - Unit

If you had 8.6 or newer you could use Tools : System Variables and add
Variable Value Comment
LUQ 2 1=(), 2=[], 3={}, 4=/, 5=-
but for earlier versions, you should add this line to the ORGSYS.CNF - a text file found in your EXE folder - and saved to your User Files Folder:

@LUQ=2; // 1=(), 2=[], 3={}, 4=/, 5=-
MatteoDK Posted - 09/26/2013 : 05:57:05 AM
Origin 8.5.1
Win 7

Hi,

I do have the same problem. Even if I change the origin.ini file in the Origin User Files folder, I still get the curved brackets.

How can I solve this?

Thanks,

BR
larry_lan Posted - 05/14/2010 : 02:40:29 AM
That's quite weird. It should work if you change the Origin.ini in User File Folder and restart Origin. Could you please send us the Origin8.ini in your User File Folder and an OPJ with parenthesis Unit? Then we can look into if there are any settings in worksheet or graph window.

Thanks
Larry
OriginLab Technical Services

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000