|
From: Hans-Bernhard B. <br...@ph...> - 2005-10-05 16:02:09
|
Luczak Fr=E9d=E9ric wrote: >>I am very interested in the boxwidth question, but don't understand >>exactly the end (above in bold). We can put a coefficient in a third >>column in order to reduce the width od boxes ?=20 Not particularly to reduce it, but to determine it. Boxes can either be = made to touch each other automatically by gnuplot, or have a width which = you specify. This width specified by you can be a constant number, or=20 it can be taken from the data file, such that it can be different for box= =2E In a minimalistic example: set yrange [0:*] plot '-' with boxes 10 1 2 20 2 5 30 3 1 e |