I have a script that renders graphs in gnuplot. The graphs all end up with an ugly white background. How do I change this? (Ideally, with a command that goes into a gnuplot script, as opposed to a command-line option or something in a settings file)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can change the background color by command To get more knowledge about setting the background in gnuplot, you can visit this blog. There are even provided methods to set a gradient color background and background pictures. Good luck! |
||||
|
|
|
Ooh, found it. It's along the lines of:
|
|||
|
|
|
It is a setting for some terminal (windows use background). Check out colorbox including its bdefault. /Allan |
|||
|
|