Skip to content
Prev 11076 / 63424 Next

wishlist item: changing origin of plot (PR#5045)

Hi
Duncan Murdoch wrote:
That assumes that you know how the axis range is going to be calculated. 
  If a plotting function (barplot springs to mind) calculates the axis 
range internally then the user has a hard task to try and emulate that 
behaviour (in order to rev() it).  OTOH, the same point raises the 
potential problem that LOTS of plotting functions would possibly have to 
be updated because they assume that the x-scale goes left-to-right (here 
interaction.plot springs to mind because it allocates space within the 
plot for a legend).

Paul