-
Notifications
You must be signed in to change notification settings - Fork 66
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
The shape of the point changed when combining two dotplot figures into one figure. #273
Comments
Without showing any code it is impossible to give some help, but maybe this post (from huerqiang) is of relevance: #268 (comment) |
Here is the code for the dotplot p2<- dotplot(downkegg2,x = "GeneRatio",color="qvalue",font.size=10, |
I can reproduce your problem, but unfortunately I don't have a solution for it. It seems it is being caused by the function
|
When I combine two dotplot figures of the KEGG pathway and GO enrichment results (p1 and p2) into one figure using both patchwork and cowplot::plot_grid, the shape of the point changed from hollow to solid (p3) in the legend of the combined figure.
The text was updated successfully, but these errors were encountered: