- Timestamp:
- Jun 30, 2006, 10:48:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r112 r113 138 138 { 139 139 GnuplotFE* gp=GnuplotFE::instance(); 140 gp->command(std::string("set term png; set output '")+filename+"'"); 141 gp->command(std::string("set title '")+title+"'"); 140 gp->command("set term png transparent"); 141 gp->command("set output '"+filename+"'"); 142 gp->command("set title '"+title+"'"); 143 gp->command("set xtics nomirror"); 144 gp->command("set ytics nomirror"); 142 145 gp->command("set key default"); 143 146 gp->command("set key left Left reverse");
Note: See TracChangeset
for help on using the changeset viewer.