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
Post a Comment