Forums | Admin

Discussion Forums: ctioga

Start New Thread Start New Thread
Message: 69062
BY: Cullen Newsom (cullennewsom)
DATE: 2009-04-23 20:36
SUBJECT: RE: Example nasty data file

 

I found that this bit made it quite easy

sed = mydata.txt |sed 'N;s/\n/\t/' >mydata.numbered.txt

It simply numbers each line(row), and then I plotted based on the line number vs the column I wanted. You or someone else may find it useful.


Thread View

Thread Author Date
Example nasty data fileCullen Newsom2009-04-21 20:09
      RE: Example nasty data fileCullen Newsom2009-04-21 20:17
            RE: Example nasty data fileVincent Fourmond2009-04-22 20:05
                  RE: Example nasty data fileVincent Fourmond2009-04-22 20:11
                        RE: Example nasty data fileCullen Newsom2009-04-22 20:47
                        RE: Example nasty data fileCullen Newsom2009-04-23 20:36

Post a followup to this message