lionel- / ggstance

Horizontal ggplot2 components
201 stars 20 forks source link

differences between Geomerrorbarh in ggplot2 and ggstance #27

Closed rpruim closed 5 years ago

rpruim commented 6 years ago

Since both packages export geom_errrorbarh(), it would be nice if the documentation to clarify how they differ. Looking through the code, I see that ggplot2 uses height and ggstance uses width in the set up data. Are there any other differences?

Is there any reason not to have these be identical?

lionel- commented 5 years ago

Is there any reason not to have these be identical?

The change of direction, and consistency with other ggstance functions.

lionel- commented 5 years ago

Now supports height so it doesn't matter whether you attach ggplot2 before or after ggstance.