Closed bk1n closed 7 months ago
I think this was due to widths being specified manually in all the plots, then not having enough space in the plot when calling png(..., width = x, height = y)
.
Increasing width in the png()
call fixed this issue.
I am trying to plot a list of Heatmap as follows:
When I run
My row titles (generated by row_split) on the left and my legends on the right are cut off.
Left hand side:
Right hand side:
I tried to adjust the padding as follows:
But this does not change anything. In fact, changing right or left bottom padding to any unit value does not change anything. Any idea why this might be? What can I do to fix?
Thanks!