lim_args was updating xlim and ylim even if specified#221
lim_args was updating xlim and ylim even if specified#221vincentarelbundock merged 4 commits intograntmcdermott:mainfrom mclements:main
Conversation
|
Interesting - I want to cut the confidence intervals, particularly when the intervals are very wide. Semantically, I suggest that |
|
Yes, I agree that if the user explicitly sets However, I think that when One of the examples I pasted above does not specify https://github.com/grantmcdermott/tinyplot/blob/main/inst/tinytest/test-ribbon.R#L10 |
|
I have further simplified the calculations for I am getting errors for Can you re-run the tests, please? |
|
Thanks a lot for this @mclements ! It's a great and useful bug fix. I updated a few snapshots (no visual difference at all) and everything passes. Merging now. Cheers, |
|
Thanks for the submission @mclements and for handling @vincentarelbundock! I'll have a bit more breathing room towards the end of the week once I get some of these work deliverables over the line. |


Nice package -- great to see base R graphics getting some attention.
This is a very minor bug fix. The following code shows that
xlimandylimwere being ignored when ymin/etc are specified:The code changes
lim_args()to check whetherxlimorylimareNULL.