navinlabcode / copykat

Other
193 stars 54 forks source link

encountering figure margins too large error when running heatmap.3 function #41

Closed suneetz closed 2 years ago

suneetz commented 2 years ago

I was running the tutorial example on copyKAT and ran into a "figure margins too large" error when using the heatmap.3 function. I tried the stack overflow suggestions for this error in this link. I tried changing the actual plot window size on R studio, tried par("mar"), trying dev.off() and figures.off() but have been unable to bypass the error. Are there any suggestions for how to fix the margins?

zqzneptune commented 2 years ago

Have you tried to print into a file, e.g. pdf, png?

Johnson

suneetz commented 2 years ago

I tried to print into a pdf file but still received the same error.