Changeset 864 for trunk/lib/Stats.cc
- Timestamp:
- Nov 20, 2009, 9:12:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r863 r864 352 352 const std::string& linetype) const 353 353 { 354 return filename;355 354 assert(total_stats().size()); 356 355 Graph gp(filename); … … 401 400 ss << "steps " << --plotno+2; 402 401 // gp->linestyle(ss.str()); 403 // gp->plot(i->second); 402 // the RGB values below must be replaced ... seg fault will happen! 403 gp.current_colour(25*plotno,255-25*plotno,75); 404 gp.plot(i->second); 404 405 } 405 406 ss.str(""); … … 407 408 // gp->command("set key height 0"); 408 409 // gp->linetitle(ss.str()); 409 // gp->linestyle("steps 1");410 // gp->plot(total);410 gp.current_colour(255,0,0); 411 gp.plot(total); 411 412 412 413 return filename;
Note: See TracChangeset
for help on using the changeset viewer.