Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3297
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2016-04-16 07:23 -0700 |
| References | <7f86b5c9-d63e-4b0a-b211-f3df5788ed55@googlegroups.com> |
| 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> |
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