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 subject() with g2(), my plots are being pushed down by the title and my axis is then being hidden (as well as the bottom of the plot). I am just starting out with the g2r package and could possibly be doing something incorrectly. Below is a simple plot with subject() being used. I have attached two pictures showing my output of the below code. One is with subject("Plot Title"), and the other is without subject() being used.
Thank you for the quick response. Your solution does with within RStudio and the RStudio Viewer, but once knitted to an html document (I am using flexdashboard), the problem persists. I messed around with different {data-height} values with flexdashboard as well as different pixel values within g2, and am still coming up empty.
When using
subject()
withg2()
, my plots are being pushed down by the title and my axis is then being hidden (as well as the bottom of the plot). I am just starting out with theg2r
package and could possibly be doing something incorrectly. Below is a simple plot withsubject()
being used. I have attached two pictures showing my output of the below code. One is withsubject("Plot Title")
, and the other is withoutsubject()
being used.The text was updated successfully, but these errors were encountered: