You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g_forest() output is clipped when width is not large enough, when used within an RStudio session while developing code this is uncomfortable. I tried increasing par() argument without success.
Even when saving the plot in a PDF file with pdf() you need multiple trial and errors to get the width large enough for the plot to show correctly.
Is there a way to make g_forest() behave like a "normal" plot?
Here's a MRE, is simply what is in the help file of g_forest()
I have made a minimum width for the table columns, hence only the "forest" part is resizing. The minimal column width might be a bit conservative, I will have a look at it.
Original message
Reporting an Issue with tern
g_forest()
output is clipped when width is not large enough, when used within an RStudio session while developing code this is uncomfortable. I tried increasingpar()
argument without success.Even when saving the plot in a PDF file with
pdf()
you need multiple trial and errors to get the width large enough for the plot to show correctly.Is there a way to make
g_forest()
behave like a "normal" plot?Here's a MRE, is simply what is in the help file of
g_forest()
Creator: mattielf
Expect
Only get the following
The text was updated successfully, but these errors were encountered: