Hi All,
I am outputting some stacked bar charts, but can't get the transparency to change. Currently, I am using the following scheme:
grstyle set color ptol rainbow, n(9)
Update/Solved: I realized the way to change the transparency is to add the following to the line above. Thanks!
intensity(0.1(.05)1)
I am outputting some stacked bar charts, but can't get the transparency to change. Currently, I am using the following scheme:
grstyle set color ptol rainbow, n(9)
Update/Solved: I realized the way to change the transparency is to add the following to the line above. Thanks!
intensity(0.1(.05)1)
Comment