It looks like tern renders the relative height of the plot/table sections using cowplot::plot_grid that has rel_heights argument defaulted to 1 (i.e. both sections are of the same height). The tern::g_lineplot function simply uses the default with no way to control it. This leads to very unfortunate layouts when e.g. there is only one arm to display. It would be good if the user could decide if there should indeed be a 1:1 ratio for the plot and the table space or rather 2:1, 3:1 etc.
Feature description
It looks like tern renders the relative height of the plot/table sections using
cowplot::plot_grid
that hasrel_heights
argument defaulted to 1 (i.e. both sections are of the same height). Thetern::g_lineplot
function simply uses the default with no way to control it. This leads to very unfortunate layouts when e.g. there is only one arm to display. It would be good if the user could decide if there should indeed be a 1:1 ratio for the plot and the table space or rather 2:1, 3:1 etc.Example:
Result:
Code of Conduct
Contribution Guidelines
Security Policy