-
Notifications
You must be signed in to change notification settings - Fork 89
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
Comments
Thanks.
|
taiyun
added a commit
that referenced
this issue
Feb 7, 2022
Fixed now. |
Thanks! Works perfect! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
or
corrplot.mixed(M,addgrid.col = 'green')
Side question. Is there is any option not to use grid on the lower part, but keep the frame?
Thanks.
The text was updated successfully, but these errors were encountered: