Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphikoehn <pkoehn@inf.ed.ac.uk>2012-04-18 02:41:45 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2012-04-18 02:41:45 +0400
commita5a37c0371bd311272f9b9e54f901be508fc46fe (patch)
tree12c222fd02e2f63b9f5634a276c966f1a3a95ef2 /scripts/ems
parent2c520fb93c7035c127647f9c12aa892fc72b4278 (diff)
minor fixes
Diffstat (limited to 'scripts/ems')
-rwxr-xr-xscripts/ems/experiment.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ems/experiment.perl b/scripts/ems/experiment.perl
index 5e62c0c28..59bd2788f 100755
--- a/scripts/ems/experiment.perl
+++ b/scripts/ems/experiment.perl
@@ -865,7 +865,7 @@ sub draw_agenda_graph {
close(DOT);
my $graph_file = &steps_file("graph.$VERSION",$VERSION);
`dot -Tps $graph_file.dot >$graph_file.ps`;
- `convert $graph_file.ps $graph_file.png`;
+ `convert -alpha off $graph_file.ps $graph_file.png`;
}
sub define_step {