Changeset 10010 in ntrip for trunk/BNC/scripts
- Timestamp:
- Mar 17, 2023, 2:27:30 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/scripts/pppPlot.pl
r10005 r10010 198 198 title => "Tropospheric Delay, RMS + -$str_rms_trp m", 199 199 timefmt => '%s', 200 style => " linespoints",200 style => "points", 201 201 ); 202 202 $chartTRP->plot2d($dataTRP); … … 228 228 title => "Receiver clock", 229 229 timefmt => '%s', 230 style => " linespoints",230 style => "points", 231 231 ); 232 232 $chartCLK->plot2d($dataset); … … 261 261 title => "Receiver Offset GLONASS", 262 262 timefmt => '%s', 263 style => " linespoints",263 style => "points", 264 264 ); 265 265 $chartOFF_GLO->plot2d($dataset); #system ("display $pngName&"); … … 294 294 title => "Receiver Offset Galileo", 295 295 timefmt => '%s', 296 style => " linespoints",296 style => "points", 297 297 ); 298 298 $chartOFF_GAL->plot2d($dataset); #system ("display $pngName&"); … … 327 327 title => "Receiver Offset Beidou", 328 328 timefmt => '%s', 329 style => " linespoints",329 style => "points", 330 330 ); 331 331 $chartOFF_BDS->plot2d($dataset); #system ("display $pngName&"); … … 376 376 timefmt => '%s', 377 377 378 #style => " linespoints",379 style => " linespoints",378 #style => "points", 379 style => "points", 380 380 ); 381 381 push ( @datasets, $dataset ); … … 451 451 title => "$key_sat", 452 452 timefmt => '%s', 453 style => " linespoints",454 455 #style => " linespoints",453 style => "points", 454 455 #style => "points", 456 456 ); 457 457 push ( @datasets_amb, $dataset_amb ); … … 464 464 timefmt => '%s', 465 465 466 #style => " linespoints",467 style => " linespoints",466 #style => "points", 467 style => "points", 468 468 ); 469 469 push ( @datasets_epo, $dataset_epo ); … … 530 530 timefmt => '%s', 531 531 532 #style => " linespoints ",533 style => " linespoints",532 #style => " points ", 533 style => "points", 534 534 ); 535 535 push ( @datasets, $dataset ); … … 580 580 title => "$key_sys", 581 581 timefmt => '%s', 582 style => " linespoints",582 style => "points", 583 583 ); 584 584 push ( @datasets, $dataset ); … … 643 643 title => "$key_sat", 644 644 timefmt => '%s', 645 646 #style => "linespoints", 647 style => "linespoints", 645 style => "points", 648 646 ); 649 647 push ( @datasets, $dataset );
Note:
See TracChangeset
for help on using the changeset viewer.