|
From: netbeanpat <lee...@in...> - 2009-12-14 20:38:51
|
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-tp26779989p26779989.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |