This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change colors of elements in Gnuplot | |
# change a color of border. | |
set border lw 3 lc rgb "white" | |
# change text colors of tics | |
set xtics textcolor rgb "white" | |
set ytics textcolor rgb "white" | |
# change text colors of labels |