Skip to content

Commit 0eb56e8

Browse files
committed
geom_crossbar: change notch outside hinge warning to message
1 parent 07f7364 commit 0eb56e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-crossbar.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GeomCrossbar <- proto(Geom, {
3939

4040
if (has_notch) {
4141
if (data$ynotchlower < data$ymin || data$ynotchupper > data$ymax)
42-
warning("notch went outside hinges. Try setting notch=FALSE.")
42+
message("notch went outside hinges. Try setting notch=FALSE.")
4343

4444
notchindent <- (1 - data$notchwidth) * (data$xmax - data$xmin) / 2
4545

0 commit comments

Comments
 (0)