Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3698
| From | Ethan A Merritt <EAMerritt@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: A couple of questions |
| Date | 2017-07-25 08:33 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <ol7o4k$ulr$1@dont-email.me> (permalink) |
| References | <d3db086e-cf75-4e74-9de6-94164362c992@googlegroups.com> <ol6gfa$6sb$1@dont-email.me> <6ea9272a-e8f7-422d-9eee-7a9b5709ab68@googlegroups.com> |
layzarc@aol.com wrote: > Ethan, >2. The format of my binary (matrix) file as > described in the manual: The second interpretation assumes a > non-uniform grid with explicit x and y coordinates. The 1st row of > input data contains the y coordinates; the 1st column of input data > contains the x coordinates. For binary input data, the 1st element of > the 1st row must contain the number of columns. This is the default > for binary matrix input. That's the default _matrix_ format. It says nothing about images. The pixels in a 2D image constitute a uniform rectangular grid, but as you just quoted the binary matrix format in general describes a non-uniform grid. So "with image" is not an option for this data. If the points are spaced closely enough you may get the effect you want by using "with points pointtype 5". That draws each of your points as an individual square "pixel". You can adjust the point size to fill in gaps or reduce overlap. Ethan
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
A couple of questions layzarc@aol.com - 2017-07-24 12:50 -0700
Re: A couple of questions Ethan A Merritt <EAMerritt@gmail.com> - 2017-07-24 21:16 -0700
Re: A couple of questions layzarc@aol.com - 2017-07-25 07:02 -0700
Re: A couple of questions Ethan A Merritt <EAMerritt@gmail.com> - 2017-07-25 08:33 -0700
Re: A couple of questions layzarc@aol.com - 2017-07-25 14:34 -0700
Re: A couple of questions Ethan A Merritt <EAMerritt@gmail.com> - 2017-07-25 18:59 -0700
csiph-web