Skip to content

Instantly share code, notes, and snippets.

View sharegrams's full-sized avatar
🎯
Focusing

Sharegrams sharegrams

🎯
Focusing
View GitHub Profile
@tetsuok
tetsuok / whitecolor.gp
Created May 8, 2012 22:26
Code to change colors of various components in Gnuplot
# 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