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
Would you mind sharing the code you used for this? I've been having an issue getting any title to print whenever I use include.histogram=TRUE.
plot(l29) + ggtitle(title)
Prints a plot with a title with no problem, but plot(l29, include.histogram=TRUE) + ggtitle(title)
returns Error in plot(l29, include.histogram = TRUE) + ggtitle(title) : non-numeric argument to binary operator
It seems like there's an issue between titles and faceting, but you're clearly having more luck getting titles to print. Did you alter the code from the demo to get these titles on your plot?
Hi,
I wonder whether there is an option to avoid plotting title for histograms with valid and missing data.
Thank you in advance
The text was updated successfully, but these errors were encountered: