fix gnuplot syntax error in fragmentation test

This commit is contained in:
Arvid Norberg 2011-05-01 22:51:42 +00:00
parent 6f127dd07b
commit 35a9c60e54
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ int main(int argc, char* argv[])
"set key box\n"
"set title \"fragmentation for '%s'\"\n"
"set tics nomirror\n"
"plot \"fragmentation.log\" using 1:2 with dots lt rgb \"#e07070\" notitle axis x1y1, x=0\n"
"plot \"fragmentation.log\" using 1:2 with dots lt rgb \"#e07070\" notitle axis x1y1\n"
, ti->name().c_str());
fclose(f);