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


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

Gnuplot Min and Max label

Newsgroups comp.graphics.apps.gnuplot
Date 2013-09-20 08:07 -0700
Message-ID <9efa1a23-4e82-4ce4-a262-c3e804047bac@googlegroups.com> (permalink)
Subject Gnuplot Min and Max label
From teddym <benoit.mabiala@gmail.com>

Show all headers | View raw


Hello,

I would like to know what to add on my script to display the Min and Max of my plot as label by using gnuplot script.

Here what my input file looks like:
69 17:58:31
44 17:58:32
87 17:58:33
173 17:58:34
69 17:58:35

In this example my min=44 and my max=173

Here is my script.
Citation:
set terminal png size 800, 600
set output "tick_time.png"
set xdata time
set nologscale; set nologscale y
set title "Bandwidth Mesurement Kbytes"
set timefmt "%H:%M:%S"
set xtics 600
plot "bptable" using 2:1 title "Average bp per second" with lines lt 3, \
"bptableavg" using 2:1 title "Average bp per minute" with lines lt 1
ps: stats ne fonctionne pas dans la version que j'utilise.

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


Thread

Gnuplot Min and Max label teddym <benoit.mabiala@gmail.com> - 2013-09-20 08:07 -0700
  Re: Gnuplot Min and Max label ab <ab.3942@googlemail.com> - 2013-09-23 00:47 -0700

csiph-web