We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When making a corrPlot that only has one column the color bar in the legend has width = 0
See discussion on stack overflow:
http://stackoverflow.com/questions/34638555/color-legend-has-0-width-when-making-corrplot-with-1-column/34640228#34640228
The text was updated successfully, but these errors were encountered:
fixed issue taiyun#19
0a74b9f
Merge pull request #28 from vsimko/master
2514db9
fixed issue #19
Working example:
library(corrplot) mc <- cor(mtcars, mtcars["mpg"]) corrplot(mc, method = "circle", cl.ratio = 1)
Sorry, something went wrong.
No branches or pull requests
When making a corrPlot that only has one column the color bar in the legend has width = 0
See discussion on stack overflow:
http://stackoverflow.com/questions/34638555/color-legend-has-0-width-when-making-corrplot-with-1-column/34640228#34640228
The text was updated successfully, but these errors were encountered: