Re: [Rd] feature request: additional hook in plot.new()

2011-01-23 Thread Simon Urbanek
On Jan 23, 2011, at 10:44 AM, Tony Plate wrote: > Request: An additional hook in plot.new() that is called prior to the call to > .Internal(plot.new()). > Reason: To allow the hook to set up or modify a graphics device that the new > plot will appear in. > > The code change needed for this is

Re: [Rd] feature request: additional hook in plot.new()

2011-01-23 Thread Thomas Friedrichsmeier
Hi Tony, On Sunday 23 January 2011, you wrote: > Request: An additional hook in plot.new() that is called prior to the call > to .Internal(plot.new()). Reason: To allow the hook to set up or modify a > graphics device that the new plot will appear in. for what it's worth, you can work around the