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

addgrid in mixed plot #247

Closed
andeeri-k opened this issue Feb 2, 2022 · 3 comments
Closed

addgrid in mixed plot #247

andeeri-k opened this issue Feb 2, 2022 · 3 comments

Comments

@andeeri-k
Copy link

andeeri-k commented Feb 2, 2022

Hi,
There was the issue 42 here, but about regular corrplot.
I will use same matrix as an example.
M <- matrix(runif(2500, 0.5, 1), nrow = 50)

If one would like to remove grid in corrplot.mixed he/she should use addgrid.col = NA (according to docs).
But It has no real reflection.
corrplot.mixed(M,addgrid.col = NA)

image

or
corrplot.mixed(M,addgrid.col = 'green')

image

Side question. Is there is any option not to use grid on the lower part, but keep the frame?
Thanks.

@taiyun
Copy link
Owner

taiyun commented Feb 7, 2022

Thanks.

addgrid.col works well in corrplot() but does not work in corrplot.mixed(). I will fix this bug soon.

taiyun added a commit that referenced this issue Feb 7, 2022
taiyun added a commit that referenced this issue Feb 7, 2022
@taiyun
Copy link
Owner

taiyun commented Feb 7, 2022

Fixed now.

@taiyun taiyun closed this as completed Feb 7, 2022
@andeeri-k
Copy link
Author

Thanks! Works perfect!

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

No branches or pull requests

2 participants