|
From: Thomas S. <t.s...@fz...> - 2011-11-01 20:23:45
|
you could download the gnuplot sources and change/add a few lines in 'graphics.c'. the following patch is for the development version of gnuplot: http://old.nabble.com/file/p32761454/graphics.patch graphics.patch Patrik.Br. wrote: > > Hello, and thank you for the answer. Unfortunately I have a grid with a > dashed grid line at the top, and I don't want to hide that. I don't want > to set the grid in front of the errorbars either because that looks a > little strange for the other data. > > > > Thomas Sefzick wrote: >> >> you may fix this by drawing a white line where the upper border would be >> located: >> >> set arrow 1 from graph 0, 1 to graph 1, 1 nohead front linecolor rgb >> "white" >> > > -- View this message in context: http://old.nabble.com/Problems-with-errorbar-and-border-tp32730027p32761454.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |