Skip to content

Commit

Permalink
Fix issue with empty xlab/ylab
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Feb 9, 2021
1 parent d3b5c35 commit 912ba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fortify_surv.R
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,5 @@ autoplot.aareg <- function (object, maxtime = NULL,
plot.data <- fortify(object, maxtime = maxtime,
surv.connect = surv.connect, melt = TRUE)
autoplot.survfit(plot.data, facets = facets, ncol = ncol,
xlab = '', ylab = '', ...)
xlab = xlab, ylab = ylab, ...)
}

0 comments on commit 912ba6d

Please sign in to comment.