Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4045
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2018-09-19 22:40 -0700 |
| References | <tgray-2B9333.10012109032005@senator-bedfellow.mit.edu> |
| Message-ID | <5be94a2b-70dc-4e44-ba3d-c8cd8c60f1a4@googlegroups.com> (permalink) |
| Subject | Re: plotting row data from a datafile? |
| From | mkorshunov@gmail.com |
On Wednesday, March 9, 2005 at 4:01:21 PM UTC+1, Anthony Gray wrote: > Is there a simple way to plot a datafile which stores data in rows > rather than in columns? > > I am sure there is, but I am just learning gnuplot and I can't figure > out an answer from the documentation. There is a simple way to do this using the matrix directive. Replace n1 with the desired row number: plot 'data' matrix every :::n1::n1
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar
Re: plotting row data from a datafile? mkorshunov@gmail.com - 2018-09-19 22:40 -0700
csiph-web