Gnuplot : How to 2D plot a 3D data file, using certain lives

Multi tool use
Multi tool use


Gnuplot : How to 2D plot a 3D data file, using certain lives



So, this question has been answered before but it didn't actually worked for me.



Let's say we wave 4 blocks with 4 columns and 3 lines.



I want to plot the 3rd line of every block, picking two columns of my choice.



The command



plot "data.0000.tab" every ::2::2 using 1:3 with lines



did not work.(Empty plot)



Any advice? :(





Do the points show up when you plot with points (or with linespoints) instead? gnuplot draws lines only between points it considers "adjacent", which points from different blocks usually are not.
– user8153
Jul 3 at 17:18


with points


with linespoints




1 Answer
1



Maybe you intended to type



plot "data.0000.tab" every :::2::2 using 1:3 with lines





Just fixed it (also removed one ':' )
– Billy Matlock
Jul 3 at 6:45






Actually, it doesn't say 'Empty plot' but no points apear.
– Billy Matlock
Jul 3 at 6:50






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

C9jpe4,ctR7SY RHZ1seNpjsTsaO,mb,b
SY,qPjMqG OuIP7jm4hMp,a1uy,XVyBylhuAUX7DwUj,D7D fGjlgS4g,al6n

Popular posts from this blog

PHP contact form sending but not receiving emails

Do graphics cards have individual ID by which single devices can be distinguished?

Create weekly swift ios local notifications