We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f7364 commit 0eb56e8Copy full SHA for 0eb56e8
R/geom-crossbar.r
@@ -39,7 +39,7 @@ GeomCrossbar <- proto(Geom, {
39
40
if (has_notch) {
41
if (data$ynotchlower < data$ymin || data$ynotchupper > data$ymax)
42
- warning("notch went outside hinges. Try setting notch=FALSE.")
+ message("notch went outside hinges. Try setting notch=FALSE.")
43
44
notchindent <- (1 - data$notchwidth) * (data$xmax - data$xmin) / 2
45
0 commit comments