-
Notifications
You must be signed in to change notification settings - Fork 631
Closed
Labels
Description
As it appears on page 60 of Hadley's PhD thesis, there are perceptual issues with plotting data next to the margin in the plot. It goes on to say:
For continuous data, 5% extra space is added, and for discrete data half a bar is added. These can be fine tuned by the user if necessary.
In plotly, we have the luxury of zooming/panning, but it'd be nice if we could match this default behaviour in ggplot2.