Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gnuplot: fill area curve keeping tics on top

in gnuplot, when you try to fill an area under a curve, the tics of both axes are hinded behind the solid area. Is there any way to give them to the front? I am using postcript terminal, where no transparent features are allowed (i guess) Thanks

like image 398
user3207862 Avatar asked Jan 17 '14 18:01

user3207862


1 Answers

There sure is! Before plotting, run this interactively or in a script:

set tics front

Try help tics interactively for more info.

like image 82
andyras Avatar answered Oct 31 '22 12:10

andyras