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

text_col argument to plot methods #3

Open
MichaelChirico opened this issue May 21, 2018 · 0 comments · May be fixed by #4
Open

text_col argument to plot methods #3

MichaelChirico opened this issue May 21, 2018 · 0 comments · May be fixed by #4

Comments

@MichaelChirico
Copy link
Contributor

I want to control the color of the text that's printed above the intervals (graying out many intervals and highlighting others).

Implementation should be as simple as exposing an argument in plot.Intervals_full or by passing ... to the text call here:

text(
  mids, y,
  rownames( x ),
  pos = 3, offset = .5,
  cex = names_cex,
  xpd = NA
)
MichaelChirico added a commit to MichaelChirico/intervals that referenced this issue May 21, 2018
Actually ... won't work since `col` is already a named argument. Need to update manual page as well
@MichaelChirico MichaelChirico linked a pull request May 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant