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
 flash

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
gilles wat Posted - 01/16/2004 : 12:12:11 PM
When I calculate and put values in a worksheet whose the data are plotted in layer, for each new value the whole of the graph is redrawn (for exemple the uim object).
The result is very unpleasant.
Can I redraws only the curve?


1   L A T E S T    R E P L I E S    (Newest First)
cpyang Posted - 01/16/2004 : 3:31:26 PM
It will all depends on how you modify the data. There are some realtime related options available in Origin, but mostly related to using an external DLL (MOCA), or using Origin C.

Here is a simple way to do things in LT,
1. Turn on your graph layer background, like make it white.
2. plot some data from data1_b into layer.
3. the following script will shift the data up by 0.1,

data1_b+=0.1;plot -v;plot -l;


CP



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