Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGZILLA #16846] how to remove filled.contour white interior grid? #6181

Open
MichaelChirico opened this issue May 19, 2020 · 2 comments
Open

Comments

@MichaelChirico
Copy link
Owner

looks like filled.contour function has been updated or something, and now it automatically adds a white grid inside the plot (inside filled contour plot area), but I don't know how to remove it.

i will give a little example:

x <- 1:12
y <- 1:12
xvals <- c(2,4,7,10,14,21,30,60,90,120,180,365)
fx <- as.numeric(as.factor(xvals))
filled.contour(fx, y, outer(x,y),
plot.axes= {
axis(2) ## plain
axis(1,at=fx,labels=xvals)
})

Plot before:
http://i.stack.imgur.com/86CxG.png

Plot Now:
http://i.stack.imgur.com/xGEEl.png

As you can see the second plot (plot now), has a white grid in it, how do I get rid of that grid?

Thanks, Ricardo Faria.


METADATA

  • Bug author - Ricardo Faria
  • Creation time - 2016-04-20 09:34:15 UTC
  • Bugzilla link
  • Status - UNCONFIRMED
  • Alias - None
  • Component - Graphics
  • Version - R 3.2.4
  • Hardware - x86_64/x64/amd64 (64-bit) OS X Yosemite
  • Importance - P5 major
  • Assignee - R-core
  • URL - http://stackoverflow.com/questions/36...
@github-actions
Copy link

github-actions bot commented Jul 8, 2020

NA


METADATA

  • Comment author - Sebastian Meyer
  • Timestamp - 2020-07-07 14:49:39 UTC

@github-actions
Copy link

github-actions bot commented Jul 8, 2020

NA


METADATA

  • Comment author - Peter Dalgaard
  • Timestamp - 2020-07-07 15:04:21 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant