Re: bright-on-black theme

Norwid Behrnd via gnuplot-info <[email protected]> Wed, 22 Jun 2022 12:02:27 +0200
Newsgroups gmane.comp.graphics.gnuplot.user
Message-ID <20220622120227.1d13cfd1@carnot2>
Emanuel Berg <[email protected]> wrote:

> How do I get a bright-on-theme? I did 'set term png background
> rgb 'black'' but then how do I do everything else bright?

Like "black", there is "white", i.e. an instruction like

```
set term pngcairo background rgb "white"
```

to expand all over the canvas*) equally is possible.

*) If your aim is to alter the representation only within the plot,
but not on the caption, legend, etc, you still could put a rectangle
behind (back) the plot.  As a verbose minimal working example:

```
set terminal pngcairo
set output "test.png"
set object 1 rect from graph 0, graph 0 to graph 1, graph 1 back
set object 1 rect fc rgb "gray" fillstyle solid 1.0
plot sin(x)
```

With regards


_______________________________________________
gnuplot-info mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info