I would like to place these two figures above one another but so that the timeseries is directly above the heat map. Grid.arrange does not quite align them properly. Any ideas?
Asked
Active
Viewed 31 times
0
-
3If you're working with ggplot2, look into [patchwork](https://github.com/thomasp85/patchwork) – dave-edison Jan 22 '20 at 00:14
-
try ggarrange from ggpubr package. you can use align = 'v' option. – Seshadri Jan 22 '20 at 00:23
-
https://stackoverflow.com/search?q=%5Bggplot2%5D+align+plots&mixed=1 – Axeman Jan 22 '20 at 01:06
-
There is lots of different options in the linked duplicate. As DiceboyT says, `patchwork` is a good option here. – Axeman Jan 22 '20 at 01:08