Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #541

Re: My own values on x/y axis?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.straub-nv.de!news-1.dfn.de!news.dfn.de!news.gwdg.de!.POSTED!not-for-mail
From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: My own values on x/y axis?
Date Wed, 17 Aug 2011 13:35:02 +0200
Organization GWDG, Goettingen
Lines 20
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>
NNTP-Posting-Host mpl1136.mpl.mpg.de
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Trace gwdu112.gwdg.de 1313580902 44725 141.5.32.136 (17 Aug 2011 11:35:02 GMT)
X-Complaints-To news@gwdg.de
NNTP-Posting-Date Wed, 17 Aug 2011 11:35:02 +0000 (UTC)
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110702 Icedove/3.0.11
In-Reply-To <9f939180-bb83-4a85-9752-8df5d09d3998@m18g2000vbl.googlegroups.com>
Xref x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:541

Show key headers only | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


Thread

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