|
From: Thomas S. <t.s...@fz...> - 2011-12-03 15:08:42
|
the thickness of the border is the same as the thickness of the used linetype. when using gnuplot version 4.4.x you may define linestyles which are used instead of the built-in linetypes: set style increment userstyles set style line 2 linewidth 4 this changes the width of the border of style '2' to '4'. so you need to do this for each linetype/style. gnuplot 4.5 has a new command for doing this: set linetype mvampire wrote: > > Dear all. > > I'm plotting a histogram using gnuplot. And would like to set width of all > bar borders. > > I set style of my histogram bars using: > > 'set style fill solid border -1' > > after it I would like to set 'linewidth' for border, but 'set style fill > solid border -1' has no 'linewidth' option. > > Do you know any solution for this problem? Maybe there is another way to > set border width for histogram bars? > > Thank You in advance, > Kind Regards, > Andrey. > -- View this message in context: http://old.nabble.com/can%27t-set-border-linewidth-for-bars-of-rowstacked-histogram-tp32900978p32908279.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |