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


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

Problem with squares

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From Michael Okuntsov <proximum@land.ru>
Newsgroups comp.graphics.apps.gnuplot
Subject Problem with squares
Date Wed, 04 Feb 2015 17:21:39 +0600
Organization A noiseless patient Spider
Lines 17
Message-ID <masvb1$3nh$1@dont-email.me> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Wed, 4 Feb 2015 11:21:05 +0000 (UTC)
Injection-Info mx02.eternal-september.org; posting-host="4bdc563fb798510bd30a43bcf63082c9"; logging-data="3825"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/xOuT957qAQjcKuLANsd2N"
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
Cancel-Lock sha1:4URJ66cojIasJ8R/UjXxHVpGxzg=
Xref csiph.com comp.graphics.apps.gnuplot:2738

Show key headers only | View raw


Hello,

set term post eps font ",10"
set output "data_boxes.eps"
set size ratio 0.9
unset key;unset border;unset tics
do for [i=1:4] {
do for [j=1:4] {
set object j+(i-1)*4 rect from (i-1)*22.33, (j-1)*20.5 rto 20., 19.5 fs 
empty border rgb "black" lw 3 front
}
}
# plot "data.txt" u 
($1/10.+1.0+$4*2.5):($2/10.+1.0+$5*2.0):(gprintf("%5.3f",$3)) w labels
plot sin(x)

The squares are not the same size. Why?

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Problem with squares Michael Okuntsov <proximum@land.ru> - 2015-02-04 17:21 +0600
  Re: Problem with squares Michael Okuntsov <proximum@land.ru> - 2015-02-04 17:46 +0600
    Re: Problem with squares Karl <mail.kfr@gmx.net> - 2015-02-04 14:56 +0100
      Re: Problem with squares Michael Okuntsov <proximum@land.ru> - 2015-02-05 10:48 +0600

csiph-web