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 for Programming
 LabTalk Forum
 How to control graph axis.

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
shyamigcar Posted - 05/16/2013 : 09:34:46 AM
How to control the X axis and Y axis of panel graphs like for example 8 graphs with 4 rows and 2 columns in a single page in origin 8.
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 05/20/2013 : 09:35:16 AM
LAYER objects are enumerated in LabTalk, so you can reference any particular layer ( and their axis sub-objects ) by appending a number.

This example sets the Y axis and Tick Labels of Layer 4 to right Y only:
layer4.y.showaxes=2;
layer4.y.showlabels=2;

Consult the Help for properties and methods of LAYER and LAYER.axis.

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