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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 flash
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

gilles wat

France
20 Posts

Posted - 01/16/2004 :  12:12:11 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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?


cpyang

USA
1407 Posts

Posted - 01/16/2004 :  3:31:26 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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


Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000