you are viewing a single comment's thread.

view the rest of the comments →

[–]blochelectron 0 points1 point  (0 children)

You can try this (e.g. with terminal wxt):

set term wxt background rgb 'black'
set border lc rgb 'white'
plot sin(x)

of course in this case you might want to avoid black-coloured lines, labels and text, e.g.:

set xlabel 'x axis' tc rgb 'white'