IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29964


Ignore:
Timestamp:
Dec 6, 2010, 3:06:10 PM (15 years ago)
Author:
rhenders
Message:

Using different Plotter constructor

File:
1 edited

Legend:

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

    r29867 r29964  
    3535
    3636    # instantiate a plotter object
    37     $self->{plotter} = new czartool::Plotter(
     37    $self->{plotter} = czartool::Plotter->new_file(
    3838            $self->{gpc1Db},
    3939            $self->{czarDb},
    40             "%Y%m%d-%H%M%S",
    41             "png font \"/usr/share/fonts/corefonts/arial.ttf\" 8",
    4240            ".",
    4341            $self->{save_temps});
Note: See TracChangeset for help on using the changeset viewer.