Changeset 1007 for trunk/lib/Stats.cc
- Timestamp:
- Jan 3, 2010, 7:09:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r1004 r1007 25 25 26 26 #include "Colors.h" 27 #include "Configuration.h" 27 28 #include "Functor.h" 28 29 #include "Graph.h" … … 364 365 { 365 366 assert(total_stats().size()); 366 Graph gp(filename); 367 Graph gp(filename+"."+Configuration::instance().image_format(), 368 Configuration::instance().image_format()); 367 369 const Author2Vector* stat=NULL; 368 370 if (linetype=="total") … … 431 433 void Stats::plot_summary(const std::string& filename) const 432 434 { 433 Graph gp(filename); 435 Graph gp(filename+"."+Configuration::instance().image_format(), 436 Configuration::instance().image_format()); 434 437 std::vector<unsigned int> total = get_vector(total_stats(), "all"); 435 438 double yrange_max=1.03*total.back()+1;
Note: See TracChangeset
for help on using the changeset viewer.