| 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
|
|
|