Marc Schwartz
2007-Sep-13 13:28 UTC
[Rd] RFE: Add "..." args to barplot()'s xyrect() function calls
Hi all, In referencing this thread: https://stat.ethz.ch/pipermail/r-help/2007-September/140702.html the current barplot.default() function includes an internal function called xyrect() to draw the bars. The xyrect() function definition provides for "..." args, however the actual function calls do not include "..." args. Thus any inline graphic pars specified in the barplot() call are not passed. A patch file against the current SVN barplot.r is attached to modify the three locations in which called xyrect() is called to add "..." args to each. Thanks, Marc Schwartz -------------- next part -------------- A non-text attachment was scrubbed... Name: barplot.patch Type: text/x-patch Size: 1022 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-devel/attachments/20070913/da5c607d/attachment.bin