Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4409

A problem about plotting band under pdf terminal

Newsgroups comp.graphics.apps.gnuplot
Date 2021-05-05 06:29 -0700
Message-ID <fc54b3ea-c6de-45c5-8d36-cd217cd0fefen@googlegroups.com> (permalink)
Subject A problem about plotting band under pdf terminal
From FLUSH WEN <flashzyz@gmail.com>

Show all headers | View raw


Here is my main code:

set term pdf enh solid color
set style fill transparent solid 0.3 noborder
datafile = "ABC.dat"
......
plot datafile using 1:2:3 notitle w filledcurves lc "purple", \
       datafile using 1:3:4 notitle w filledcurves lc "purple", \
       datafile using 1:6 title "Average" w l ls 1 lw 3

And then here's the problem. Although I have set both bands' color to be "purple", they still show a different color deeper than purple where two bands overlap. And that is what I don't want. I want an additive band with one uniform color.
But if I simply change the terminal from pdf to post, I won't get an image with transparent lines. Because it seems post terminal doesn't support transparency.
So can I have a solution to this problem? Thanks a million!!

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

A problem about plotting band under pdf terminal FLUSH WEN <flashzyz@gmail.com> - 2021-05-05 06:29 -0700

csiph-web