|
From: Jefferson S. E. P. <st...@gm...> - 2013-06-26 16:13:45
|
Yes, the magic exists: plot "< grep M data.dat" Cheers, Stafusa On Wed, Jun 26, 2013 at 5:13 PM, Mahmood Naderan <nt_...@ya...>wrote: > Hi > I have a data file which looks like > > 10 20 M > 30 10 H > ... > > What I want to do is to plot the second column if the third column is 'M'. > Is it possible to to do that with a magic command (piping plt with grep) > inside the gnuplot? Or I have to do a preprocess on the data file and > extract all lines with 'M' value to another file and then plot the new file? > > Many thanks for any suggestion. > > Regards, > Mahmood > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |