Hmm yes that is what I'm looking for in terms of color scale control, but I
need it for contoured plots. John.
On Mon, Mar 22, 2010 at 10:32 PM, Jim Lemon wrote:
> On 03/23/2010 12:48 PM, John K. Williams wrote:
>
>> Hello, I'm having some trouble getting things to look as I want with
>> filled
On 03/23/2010 12:48 PM, John K. Williams wrote:
Hello, I'm having some trouble getting things to look as I want with
filled.contour.
1. My first issue is that I am unable to add line segments to my plot where
I want them. Using the rug pattern example:
x<- y<- seq(-4*pi, 4*pi, len = 27);
r<- s
Hello, I'm having some trouble getting things to look as I want with
filled.contour.
1. My first issue is that I am unable to add line segments to my plot where
I want them. Using the rug pattern example:
x <- y <- seq(-4*pi, 4*pi, len = 27);
r <- sqrt(outer(x^2, y^2, "+"));
filled.contour(cos(r
3 matches
Mail list logo