Changeset 10119 in ntrip for trunk/BNC/scripts/cmbPlot.pl


Ignore:
Timestamp:
Jul 7, 2023, 11:14:04 AM (12 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/scripts/cmbPlot.pl

    r10075 r10119  
    165165my $yrange = 20.0;
    166166if ( $plotType eq "KF" ) {
    167     $yrange = 5.0;
     167    $yrange = 10.0;
    168168}
    169169
     
    377377$headline_text->text($headline);
    378378$y = $y0 + $dy;
    379 $yrange = 4.0;
     379$yrange = 5.0;
    380380if ( $plotType eq "KF" ) {
    381381    $yrange = 0.1;
Note: See TracChangeset for help on using the changeset viewer.