[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: Transparent graph
From
Jeph Herrin <[email protected]>
To
[email protected]
Subject
Re: st: Transparent graph
Date
Tue, 30 Sep 2008 14:03:58 -0400
Interesting, I just asked a similar question yesterday
about overlapping histograms - I want to see one through
the other. No solution yet, but would like to know if you
find one.
Jeph
Sergiy Radyakin wrote:
Dear All,
I am writing a graphing procedure (directly with Stata's undocumented
gdi commands). There is a pseudo-transparency effect as can be seen
below:
sysuse auto, clear
generate ww = weight * 2.85
twoway area price ww l, sort fi(100 100)
twoway area price ww l, sort fi(30 30)
Is it possible to achieve "true-transparency" (where the first "blue"
graph could be seen through the second "pink")?
In technical terms: does gdi shadelevel set color or the method of
drawing (SET,OR,AND,XOR)? I.e. is it equivalent to
gdi shadergb = `i' * `R' `i' * `G' `i' * `B'
??
Thank you,
Sergiy Radyakin
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |