harryandyuto
Germany
Posts |
Posted - 05/27/2005 : 05:26:26 AM
|
Hi!
I want to plot a graph, which has as X-axis a certain column of the data file. E.G. my Datafile (txt) looks like this:
Voltage (V) Luminance (cd) Current Density (mA/cm) Current Efficiency (cd/A) PowerEfficiency (L/W) -10 0.102331 0.00240395 0 0
After Import Voltage (V) is the X-Value. For some plots OK. But then I want to plot e.g. Luminance over Current Density. How to define a column as new X?
win -a LUMI-CD; layer -s 1; //Select layer 1 layer -i %(%W,2); win -h 0; This plots Lumi over voltage - of course...
and how to hide then a window? win -h 0 does not work.
THX Harald Cholewa
|
|