| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 896dc39 commit 0180fc5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ dat = read.csv( | |||
| 23 | 23 | dat = data.frame(dat); | |
| 24 | 24 | ||
| 25 | 25 | dat$nameTwoLines = paste0(dat$filename, '\n', dat$configuration); | |
| 26 | - dat$name = paste0(dat$filename, dat$configuration); | ||
| 26 | + dat$name = paste0(dat$filename, ' ', dat$configuration); | ||
| 27 | 27 | ||
| 28 | 28 | # Create a box plot | |
| 29 | 29 | if (!is.null(plot.filename)) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments