I was able to plot both columns using this syntax in a batch file.
plot "allPins.dat" using 1:2 title "Series 1", "allPins.dat" using 1:3 title
"Series 2"
pause -1
~
"allPins.gp" 2L, 97C
Is there a better way so that I don't need hundreds of commands seperated by
comma?
Like a range command to provide the column range of say 1-450?
netbeanpat wrote:
>
> Hi all,
>
> I am trying to plot data that is curve traces for multiple diodes.
>
> I have all of the data in one file. The example below is the voltage data
> for 2 diodes.
>
> The first column is "Force Current" and is the same for all of the diodes.
>
> Then each column to the left of the "Force Current " is the voltage for
> one diode.
> There will be humndreds of columns of diode data (voltages) though.
>
> -4e6 -0.4753617 -0.4753477
> -3e6 -0.4625143 -0.4625148
> -2e6 -0.4461529 -0.4461481
> -1e6 -0.4214713 -0.4214727
> 0 -0.006318067 -0.006336472
> 1e6 0.4854789 0.4854818
> 2e6 0.5099769 0.5099762
> 3e6 0.5264349 0.5264394
> 4e6 0.5395354 0.5395422
>
>
> I can't have hundreds of files each containing one diode because it's too
> cumbersome.
>
> How can I plot this in gnu plot where I can see all of the diode plots at
> the same time?
>
>
>
>
>
>
--
View this message in context: http://old.nabble.com/Diode-curves-tp26779989p26779995.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|