IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30958


Ignore:
Timestamp:
Mar 18, 2011, 8:24:14 AM (15 years ago)
Author:
rhenders
Message:

Using new rate plot method in Plotter class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Metrics.pm

    r30250 r30958  
    8181    $self->{plotter}->createHistogram("all_stdscience_labels", $self->{begin}, $self->{end}, 0, 0, 0);
    8282    print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_h.png\" alt=\"histogram\" />\n";
    83     $self->{plotter}->createRateTimeSeries("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef, 0);
    84     print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_r.png\" alt=\"rate\" />\n";
     83    $self->{plotter}->createRatePlot("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef, 1, 1);
     84    print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_rh.png\" alt=\"rate\" />\n";
    8585    $self->{plotter}->plotStorageTimeSeries($self->{begin}, $self->{end});
    8686    print $htmlFile "<img src=\"czarplot_cluster.png\" alt=\"storage plot not available\" />\n";
Note: See TracChangeset for help on using the changeset viewer.