Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse committed Nov 13, 2015
1 parent 0d33121 commit 08eb0e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ preds
.Rproj.user
*.Rproj
README.html
results.rda
4 changes: 2 additions & 2 deletions 11.plot.ilf.graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ for (db in conf.dbs) {

main = sprintf("ilf-%s - %s\n%s / %s", f, db, mb.m, ci.m)

if (plot == "png") {
if (conf.plot == "png") {
png(sprintf("%s.png", out.file), width = 2*480, height = 2*480)
}
else if (plot == "eps") {
else if (conf.plot == "eps") {
postscript(sprintf("%s.eps", out.file), horizontal=FALSE, pointsize=1/(1200), paper="special", width=10, height=10)
}

Expand Down

0 comments on commit 08eb0e7

Please sign in to comment.