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


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

plot with offset in labels

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject plot with offset in labels
Date 2016-04-01 21:54 +0200
Organization solani.org
Message-ID <ndmjlo$7d4$1@solani.org> (permalink)

Show all headers | View raw


Can anybody tell me what is wrong with this plot (tested in gp5.0.3)?

====
$data << EOD
402  32 6
404  107 22
406  139 51


402 34 6
404 64 22
406 84 51
EOD

unset key

plot $data index 1 us 3:2 w p,\
     $data index 0 us 3:2 w p

replot $data index 1 us 3:2:("left") with labels offset 2,0
replot $data index 0 us 3:2:("up") with labels offset 0,1
====

If I comment out any of the two later plots, no error occurs.
Without any offset, there is also no problem.


  Karl

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


Thread

plot with offset in labels Karl Ratzsch <mail.kfr@gmx.net> - 2016-04-01 21:54 +0200
  Re: plot with offset in labels Ethan A Merritt <EAMerritt@gmail.com> - 2016-04-01 18:08 -0700
    Re: plot with offset in labels Karl Ratzsch <mail.kfr@gmx.net> - 2016-04-03 19:36 +0200

csiph-web