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
When using element_markdown() on the plot title in an RStudio R Markdown chunk, the plot looks fine. But if we click the "Show in New Window" button near the chunk output, the plot in the new window gets squashed downwards. I'm using RStudio Version 1.3.1073.
I can reproduce the issue with RStudio 1.4.714. Since it arises in one particular output window in RStudio, I would assume it has something to do with how that graphics output is generated. You may want to file a bug with RStudio as well. I don't know how to debug this on my end.
When using element_markdown() on the plot title in an RStudio R Markdown chunk, the plot looks fine. But if we click the "Show in New Window" button near the chunk output, the plot in the new window gets squashed downwards. I'm using RStudio Version 1.3.1073.
This works fine here:
But when we click "Show in New Window":
A regular plot without the below line, would not get squashed:
Running the same code in the console works fine:
Pressing the "Zoom" button on the plot result of the console works fine:
Session info
The text was updated successfully, but these errors were encountered: