|
From: Thomas S. <t.s...@fz...> - 2009-12-15 22:54:54
|
gnuplot version >= 4.4: plot for [i=2:100] 'datafilename' using 1:i 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-tp26779989p26803337.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |