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


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

Re: label a scatter plot with non-clashing text labels automatically

Newsgroups comp.graphics.apps.gnuplot
Date 2017-10-15 08:56 -0700
References (1 earlier) <fpmv1h$3su$1@brogar.bmsc.washington.edu> <a6ae496f-bbb3-4d68-ba81-b57acf1893a0@41g2000hsc.googlegroups.com> <fpnnc4$7qo$1@brogar.bmsc.washington.edu> <26548b34-97c3-441b-a5a5-1ca05754f7e5@o77g2000hsf.googlegroups.com> <d44ae1d2-4143-43a6-b0f0-cec175b8d23c@googlegroups.com>
Message-ID <3e39320c-6e1e-4ae2-bfe3-790e2c33694e@googlegroups.com> (permalink)
Subject Re: label a scatter plot with non-clashing text labels automatically
From Gavin Buxton <gavinbuxton@gmail.com>

Show all headers | View raw


Hi

Do you need all points labeled? Would plotting all points first and then plotting only every other label work? Something like: 

plot 'data.dat' u 1:2 w p, '' every 2 u 1:2:3 with labels

I really like some of the other answers though!


Gavin

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


Thread

Re: label a scatter plot with non-clashing text labels automatically francis.tyers@gmail.com - 2017-10-15 02:30 -0700
  Re: label a scatter plot with non-clashing text labels automatically Gavin Buxton <gavinbuxton@gmail.com> - 2017-10-15 08:56 -0700

csiph-web