Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #541
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: My own values on x/y axis? |
| Date | 2011-08-17 13:35 +0200 |
| Organization | GWDG, Goettingen |
| Message-ID | <j2g916$1bll$1@gwdu112.gwdg.de> (permalink) |
| References | <14288221-c718-4ddd-b383-be694b31632b@q1g2000vbj.googlegroups.com> <j1uuns$rko$1@dont-email.me> <6f5e8764-8221-4918-b455-9637d7c6269a@b20g2000vbz.googlegroups.com> <j2beeq$brs$1@dont-email.me> <9f939180-bb83-4a85-9752-8df5d09d3998@m18g2000vbl.googlegroups.com> |
Hi, On 17.08.2011 12:31, Radek Duda wrote: > > thank you for your reply, but it doesn't work for me. I think that > problem is that I want to plot a matrix instead of picture (as is > ploted in the mentioned demo example). I tried also commands set > origin and set scale, but it is not very helpful. try the 'using' keyword: set xrange [1000:1300] set yrange [0:3] plot '-' matrix using (($1+0.5)*100 + 1000):($2+0.5):3 with image 1 2 3 4 5 6 7 8 9 e Christoph
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
My own values on x/y axis? Radek Duda <kniper84@googlemail.com> - 2011-08-10 07:37 -0700
Re: My own values on x/y axis? sfeam <sfeam@users.sourceforge.net> - 2011-08-10 14:55 -0700
Re: My own values on x/y axis? Radek Duda <kniper84@googlemail.com> - 2011-08-15 05:25 -0700
Re: My own values on x/y axis? sfeam <sfeam@users.sourceforge.net> - 2011-08-15 08:35 -0700
Re: My own values on x/y axis? Radek Duda <kniper84@googlemail.com> - 2011-08-17 03:31 -0700
Re: My own values on x/y axis? Christoph Bersch <usenet@bersch.net> - 2011-08-17 13:35 +0200
csiph-web