search for: ee000007

Displaying 2 results from an estimated 2 matches for "ee000007".

2018 Jun 01
0
How to alpha entire plot?
...x(EU$DAX) plot(interleave(EU$DAX, MIN=xi, MAX=xa, N=130, channel=1 ), EU$CAC, col = "#6600EE07", type = "h", ylim = c(0,6000), xlab = "DAX") points(interleave(EU$DAX, MIN = xi, MAX = xa, N = 130, channel = 2 ), EU$FTSE, col = "#EE000007", type = "h") Cheers, B. > On 2018-05-31, at 16:56, Ed Siefker <ebs15242 at gmail.com> wrote: > > I have two chromatograms I want plotted on the same axes. > I would like the plots to be transparent, so the first chart is > not obscured. > > I h...
2018 May 31
2
How to alpha entire plot?
I have two chromatograms I want plotted on the same axes. I would like the plots to be transparent, so the first chart is not obscured. I have tried adjustcolor(..., alpha.f=0.3), the problem is that my chromatogram is so dense with datapoints that they overlap and the entire graph just ends up a solid color. The second histogram still obscures the first. Consider this example: col1 <-