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
I've looked and looked and can't for the life of me work out why this isn't working. A simple abline call works fine:
plot(-5:5, -5:5)
abline(h=0)
On a whim, I tried adding ablines at 0, 0.5, 1, 2, 5, 10, 100, and get the following - the lines are in the same place for every plot regardless of changing Y axis scales, suggesting the underlying plot seemingly isn't operating on the standard plot scale somehow?
Any ideas or gut feelings very much appreciated.
The text was updated successfully, but these errors were encountered:
Hi folks, sorry for the multiple recent messages.
In my package, I call
gbm.plot
, and was looking to add a simpleabline
at 0:I initially tried
abline(h=0)
which had the same result: regardless of input - which is otherwise plotting great - theabline
is at the bottom:In this example, Y crosses 0 both in the raw data, as well as when centred:
Somewhat regardless, all data should be centred due to these lines from
gbm.plot
:I've looked and looked and can't for the life of me work out why this isn't working. A simple
abline
call works fine:On a whim, I tried adding
ablines
at 0, 0.5, 1, 2, 5, 10, 100, and get the following - the lines are in the same place for every plot regardless of changing Y axis scales, suggesting the underlying plot seemingly isn't operating on the standardplot
scale somehow?Any ideas or gut feelings very much appreciated.
The text was updated successfully, but these errors were encountered: