Next: lcmb
Up: Commands
Previous: help
Contents
lc
'lc' <1.Dataset-Nr> <2.Dataset-Nr> <n.Dataset-Nr> 'a'|->
['e' <entity-nr> (up to 4 times)]|'s'
This keyword is used to define a Dataset and an Entity, for example
lc 1 e 1
will display the first entity of the first Dataset. Or to start the animation of displacements right away:
lc 1 a
Also sequences can be defined:
lc 2 4 10 e 1
Here the 1st entity of each second Dataset is selected. The selection starts at the second- and ends at the 10th dataset. If more than one entity is defined then a vector-plot will be displayed. If also a 4th entity is defined then this entity will be used for the basic color-plot:
lc 2 4 10 e 12 13 14 15
In addition it is possible to scale the values of the specified datasets:
lc 1 s 1.2
will scale all values of dataset 1 by a factor of 1.2.
root
2009-08-13