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
 Refresh / Redraw graph upon axis linking

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
lunchpack Posted - 10/18/2014 : 10:57:18 AM
Origin Ver. and Service Release (Select Help-->About Origin): 9.0 Pro SR2
Operating System: Win8 x64

Hi,
I ran into the following problem:
Having a graph with two layers I want to link the x-axis of the second layer to the x-axis of the first layer.

Doing this:

layer -s 2;
layer.link = 1;
layer.x.link = 1;

Works (I checked it using laymanage and the dropdowns / checkmarks are all set correctly).

However: The page is not updated and the graph is visually still not linked to the right scale.

When I use laymanage it works because somehow the layer gets redrawn / updated.

I tried

doc -u;
doc -uw;
layer -a;

but without success. Am I doing something wrong or is this a bug?

Thanks a lot in advance!

Cheers,
lunchpack
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 10/20/2014 : 2:16:58 PM
It is not clear what problem you are having. There is never a visual indication of a link so what do you mean by that?

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