- Timestamp:
- Mar 10, 2006, 8:45:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r77 r78 103 103 std::string Stats::plot(const std::string& name) const 104 104 { 105 std::string cmd=std::string("set term png; set output '")+name+"'";106 105 GnuplotFE* gp=GnuplotFE::instance(); 107 gp->command(cmd); 106 gp->command(std::string("set term png; set output '")+name+"'"); 107 gp->command(std::string("set title '")+name+"'"); 108 108 gp->command("set key default"); 109 109 gp->command("set key left Left reverse");
Note: See TracChangeset
for help on using the changeset viewer.