You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stat_summary gives error with ggplot2_2.0.0 when missing data for ymin/ymax in at least one facet to calculate errorbars/pointrange.
ggplot2 1.0.1 robustly plotted just points without bars in such facet.
I am happy, my code produces a plot again. Error appeared after upgrade
when I reused my stat_summary line/errorbar plot on a dataset where
errorbars could not be calculated for none of the x value (N=1),
originally, just line was displayed. After upgrade, completely missing
ymin/ymax produced error.
Taavi
On Tue, Jan 26, 2016 at 3:56 PM, Hadley Wickham [email protected]
wrote:
This eliminates the error, but I'm not sure if this is what you expected.
Did pointrange use to display just the points if ymin/ymax were missing?
—
Reply to this email directly or view it on GitHub #1445 (comment).
lockbot
locked as resolved and limited conversation to collaborators
Jun 19, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
stat_summary gives error with ggplot2_2.0.0 when missing data for ymin/ymax in at least one facet to calculate errorbars/pointrange.
ggplot2 1.0.1 robustly plotted just points without bars in such facet.
Taavi
Minimal example:
The text was updated successfully, but these errors were encountered: