Gnuplot grid overlap with text -


i using gnuplot multiple graphs of text data. therefore want add grid better view of data. grid gets close text of line. how can improve it, there no grids in area of text?

you can draw rectangle around tex

set grid  mylabel="blub" set obj 10 rect @ 0,0 size char strlen(mylabel), char 1  set obj 10 fillstyle solid border -1 front set label 10 @ 0,0 mylabel front center  plot sin(x) 

more examples on how draw rectangles can found here.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -