Changeset 859 for trunk/lib/Stats.cc
- Timestamp:
- Nov 20, 2009, 12:15:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r858 r859 410 410 // gp->plot(total); 411 411 412 // gp->command("unset multiplot");413 414 412 return filename; 415 413 } … … 429 427 // gp->command("set key height 2"); 430 428 // gp->linetitle(ss.str()); 431 // gp->linestyle("steps 2");432 // gp->plot(x);429 gp.fgcolour(255,255,0); 430 gp.plot(x); 433 431 434 432 ss.str(""); … … 437 435 // gp->command("set key height 4"); 438 436 // gp->linetitle(ss.str()); 439 // gp->linestyle("steps 3");440 // gp->plot(x);437 gp.fgcolour(0,0,255); 438 gp.plot(x); 441 439 442 440 ss.str(""); … … 445 443 // gp->command("set key height 6"); 446 444 // gp->linetitle(ss.str()); 447 // gp->linestyle("steps 4");448 // gp->plot(x);445 gp.fgcolour(0,255,0); 446 gp.plot(x); 449 447 450 448 ss.str(""); … … 452 450 // gp->command("set key height 0"); 453 451 // gp->linetitle(ss.str()); 454 // gp->linestyle("steps 1");452 gp.fgcolour(255,0,0); 455 453 gp.plot(total); 456 457 // gp->command("unset multiplot");458 454 } 459 455
Note: See TracChangeset
for help on using the changeset viewer.