Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3297
| X-Received | by 10.182.102.40 with SMTP id fl8mr17028908obb.36.1460816598026; Sat, 16 Apr 2016 07:23:18 -0700 (PDT) |
|---|---|
| X-Received | by 10.50.164.230 with SMTP id yt6mr206041igb.8.1460816597994; Sat, 16 Apr 2016 07:23:17 -0700 (PDT) |
| Path | csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!gy3no4847223igb.0!news-out.google.com!j7ni518igm.0!nntp.google.com!g8no2263898igr.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Sat, 16 Apr 2016 07:23:17 -0700 (PDT) |
| In-Reply-To | <7f86b5c9-d63e-4b0a-b211-f3df5788ed55@googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=73.40.178.202; posting-account=yC8mVwkAAADuRBqBIdPVfec50l5EMdYn |
| NNTP-Posting-Host | 73.40.178.202 |
| References | <7f86b5c9-d63e-4b0a-b211-f3df5788ed55@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <c7c35591-51da-4920-9767-fab704794e52@googlegroups.com> (permalink) |
| Subject | Re: Request for Direction in Creating a Gnuplot |
| From | Gavin Buxton <gavinbuxton@gmail.com> |
| Injection-Date | Sat, 16 Apr 2016 14:23:18 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Xref | csiph.com comp.graphics.apps.gnuplot:3297 |
Show key headers only | View raw
I don't know about the file format. Check out "dgrid3d" for gridding nongrid data. However if the data is already on a grid then it would be better to put the data in the correct format (write a quick code to read in your data and output the correct format?). Once you have your data you'll want to "splot" it - the commands might look something like set view map set pm3d splot 'data.dat' the "view map" makes it flat, and the "pm3d" makes it solid colors. The color scheme can be changed using the set palette commands. Try googling these commands and see what you can come up with. The data size is really big! Presumably you can plot whatever your computer can handle (I'm not aware of any software limitations, but may be wrong). On a side note, Octave has the same syntax as Matlab (if that is what you are familiar with) and uses Gnuplot for its graphics, but I think you'll find learning Gnuplot very useful!
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Request for Direction in Creating a Gnuplot km4hr <david.westbury@gmail.com> - 2016-04-15 16:44 -0700 Re: Request for Direction in Creating a Gnuplot Gavin Buxton <gavinbuxton@gmail.com> - 2016-04-16 07:23 -0700 Re: Request for Direction in Creating a Gnuplot Ethan A Merritt <EAMerritt@gmail.com> - 2016-04-16 11:32 -0700
csiph-web