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
Oh good point - it should give a message that it isn't doing anything with limits and that you will need to specify them manually. This is described in the docs somewhere but should be a message too if attempted. There's no way to set the limits in this case unless the user does it manually because we don't have an object to modify. Another strike against base graphics :). Would you like to make this fix? Basically in makeDisplay(), just look at where the panelFn type is found and if it is base, if lims are not free then give a message of "Ignoring 'lims' since panel function is base R graphics" or something like that.
See this example. It runs without error or warning--but the
xlims
andylims
are not fixed.The text was updated successfully, but these errors were encountered: