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
We now see the titles 'chopped off' ie clipped ie parts are outside the visible region. That is new, and a regression.
It does not seem to appear on a single plot but when combined via layout() it clearly is an issue.
I have a recurrent cronjob plotting (several pages of) three plot a page to pdf where I noticed it first. It is more prevalent for n=3.
Expected behavior
No clipping, ie see the full text.
Minimal, reproducible example
> x11()
> layout(matrix(1:2,2,1,byrow=TRUE), heights=c(1,1,1,1))
>dang::plotOBOS("SPY") # simple wrapper to plot.xts with a few bells and whistles, old, unchangedRegisteredS3methodoverwrittenby'dang':methodfromprint.xtsxts>dang::plotOBOS("QQQ")
>
Description
We now see the titles 'chopped off' ie clipped ie parts are outside the visible region. That is new, and a regression.
It does not seem to appear on a single plot but when combined via
layout()
it clearly is an issue.I have a recurrent cronjob plotting (several pages of) three plot a page to pdf where I noticed it first. It is more prevalent for n=3.
Expected behavior
No clipping, ie see the full text.
Minimal, reproducible example
Session Info
The text was updated successfully, but these errors were encountered: