Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2887
| From | Ethan A Merritt <EAMerritt@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Scatter plot with a label on each point |
| Date | 2015-04-18 17:10 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <mguro6$o65$1@dont-email.me> (permalink) |
| References | <3f0ed7d8-744f-45dc-b289-42ecf17a630a@googlegroups.com> <ko9m77$5su$1@dont-email.me> <5c08b6c6-8ccc-409c-9ce4-69237ebf7869@googlegroups.com> <c5abe852-9e36-4258-ade4-183972bd1539@googlegroups.com> |
Gavin Buxton wrote:
> On Saturday, April 18, 2015 at 8:14:44 AM UTC-4, pietr...@gmail.com
> wrote:
>> Il giorno venerdì 31 maggio 2013 10:19:58 UTC+2, Christoph Bersch ha
>> scritto:
>> > Am 31.05.2013 10:07, schrieb ginosal:
>> > > Hi. I would like to plot the following data, using column one as
>> > > y and column two as x, and column 3 as labels for each point.
>> >
>> > plot 'datafile' using 2:1:3 with labels
>> >
>> > Christoph
>>
>> How to also add points?
>
> plot 'datafile' using 2:($1-5):3 with labels, '' u 2:1
Alternatively, ...
All labels have properties (font, justification, {no}enhanced, etc)
including {no}point {pointttype} {pointsize} {offset x,y}.
The default is nopoint but you can specify that you want points as part
of the labels command, e.g.:
plot 'datafile' using 2:1:3 with labels point pt 7 offset .5, 0
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
Scatter plot with a label on each point ginosal <lu.salvati@gmail.com> - 2013-05-31 01:07 -0700
Re: Scatter plot with a label on each point Christoph Bersch <usenet@bersch.net> - 2013-05-31 10:19 +0200
Re: Scatter plot with a label on each point pietrodcof@gmail.com - 2015-04-18 05:14 -0700
Re: Scatter plot with a label on each point Gavin Buxton <gavinbuxton@gmail.com> - 2015-04-18 07:00 -0700
Re: Scatter plot with a label on each point Ethan A Merritt <EAMerritt@gmail.com> - 2015-04-18 17:10 -0700
csiph-web