Index: trunk/tools/czartool/Metrics.pm
===================================================================
--- trunk/tools/czartool/Metrics.pm	(revision 30958)
+++ trunk/tools/czartool/Metrics.pm	(revision 31886)
@@ -77,9 +77,9 @@
     print $htmlFile "<a name=\"summaryplot\"></a>\n";
     print $htmlFile "<h2  align=\"middle\">Summary plots <a href=\"#top\">(top)</a></h1>\n";
-    $self->{plotter}->createTimeSeries("all_stdscience_labels", undef, $self->{begin}, $self->{end}, 0, 0, 0);
+    $self->{plotter}->createTimeSeries("all_stdscience_labels", undef, $self->{begin}, $self->{end}, 1, 1, 1);
     print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_t.png\" alt=\"timeseries\" />\n";
     $self->{plotter}->createHistogram("all_stdscience_labels", $self->{begin}, $self->{end}, 0, 0, 0);
     print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_h.png\" alt=\"histogram\" />\n";
-    $self->{plotter}->createRatePlot("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef, 1, 1);
+    $self->{plotter}->createRateHistogram("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef);
     print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_rh.png\" alt=\"rate\" />\n";
     $self->{plotter}->plotStorageTimeSeries($self->{begin}, $self->{end});
