IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2010, 12:58:41 PM (16 years ago)
Author:
rhenders
Message:

Fixing fonts. Hardcoding path to arial font for time-being

File:
1 edited

Legend:

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

    r28862 r28870  
    272272    my ($self, $fromTime, $toTime) = @_;
    273273
    274     my $outputFile = "/tmp/czarplot_cluster.png";
     274    my $prefix = $self->{_outputPath} ? $self->{_outputPath} : ".";
     275    my $outputFile = "$prefix/czarplot_cluster.png";
    275276    my ($minX, $maxX, $minY, $maxY, $timeDiff);
    276277
     
    347348    my ($self) = @_;
    348349
    349     my $outputFile = "/tmp/czarplot_hosts_space.png";
     350    my $prefix = $self->{_outputPath} ? $self->{_outputPath} : "."; # TODO should be function for this
     351    my $outputFile = "$prefix/czarplot_hosts_space.png";
    350352    my $limit = 97.0;
    351353    my $inputFile = $self->{_czarDb}->createHostsData($limit);
Note: See TracChangeset for help on using the changeset viewer.