Changeset 1231
- Timestamp:
- Oct 22, 2010, 6:21:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r1208 r1231 523 523 gp.plot(y, "comment", y.back()); 524 524 525 const SumVector& z = get_vector( comment_or_copy_stats(), "all");525 const SumVector& z = get_vector(other_stats(), "all"); 526 526 gp.current_color(0,255,0); 527 527 gp.plot(z, "other", z.back());
Note: See TracChangeset
for help on using the changeset viewer.