Changeset 10010 in ntrip for trunk/BNC/scripts


Ignore:
Timestamp:
Mar 17, 2023, 2:27:30 PM (22 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10005 r10010  
    198198                                                    title   => "Tropospheric Delay, RMS + -$str_rms_trp m",
    199199                                                    timefmt => '%s',
    200                                                     style   => "linespoints",
     200                                                    style   => "points",
    201201        );
    202202        $chartTRP->plot2d($dataTRP);
     
    228228                                                     title   => "Receiver clock",
    229229                                                     timefmt => '%s',
    230                                                      style   => "linespoints",
     230                                                     style   => "points",
    231231            );
    232232            $chartCLK->plot2d($dataset);
     
    261261                                                         title   => "Receiver Offset GLONASS",
    262262                                                         timefmt => '%s',
    263                                                          style   => "linespoints",
     263                                                         style   => "points",
    264264                );
    265265                $chartOFF_GLO->plot2d($dataset);    #system ("display $pngName&");
     
    294294                                                         title   => "Receiver Offset Galileo",
    295295                                                         timefmt => '%s',
    296                                                          style   => "linespoints",
     296                                                         style   => "points",
    297297                );
    298298                $chartOFF_GAL->plot2d($dataset);    #system ("display $pngName&");
     
    327327                                                         title   => "Receiver Offset Beidou",
    328328                                                         timefmt => '%s',
    329                                                          style   => "linespoints",
     329                                                         style   => "points",
    330330                );
    331331                $chartOFF_BDS->plot2d($dataset);    #system ("display $pngName&");
     
    376376                    timefmt => '%s',
    377377
    378                     #style   => "linespoints",
    379                     style => "linespoints",
     378                    #style   => "points",
     379                    style => "points",
    380380                );
    381381                push ( @datasets, $dataset );
     
    451451                        title => "$key_sat",
    452452                        timefmt => '%s',
    453                         style   => "linespoints",
    454 
    455                         #style   => "linespoints",
     453                        style   => "points",
     454
     455                        #style   => "points",
    456456                    );
    457457                    push ( @datasets_amb, $dataset_amb );
     
    464464                        timefmt => '%s',
    465465
    466                         #style   => "linespoints",
    467                         style => "linespoints",
     466                        #style   => "points",
     467                        style => "points",
    468468                    );
    469469                    push ( @datasets_epo, $dataset_epo );
     
    530530                        timefmt => '%s',
    531531
    532                         #style   => " linespoints ",
    533                         style => "linespoints",
     532                        #style   => " points ",
     533                        style => "points",
    534534                    );
    535535                    push ( @datasets, $dataset );
     
    580580                                                    title   => "$key_sys",
    581581                                                    timefmt => '%s',
    582                                                     style   => "linespoints",
     582                                                    style   => "points",
    583583                      );
    584584                    push ( @datasets, $dataset );
     
    643643                        title   => "$key_sat",
    644644                        timefmt => '%s',
    645 
    646                         #style   => "linespoints",
    647                         style => "linespoints",
     645                        style => "points",
    648646                    );
    649647                    push ( @datasets, $dataset );
Note: See TracChangeset for help on using the changeset viewer.