Skip to content

Commit 0d0ad95

Browse files
committed
Fix plot.micro function
1 parent 7fac98b commit 0d0ad95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ df.micro[df.micro$program == 'bitorch',]$program = 'torchtree/bito/\nBEAGLE'
314314
## Micro benchmark
315315
```{r}
316316
plot.micro <- function(d, ylabel) {
317-
p <- ggplot(micro.like,
317+
p <- ggplot(d,
318318
aes(
319319
x = size,
320320
y = time,

0 commit comments

Comments
 (0)