Index: trunk/BNC/scripts/pppPlot.pl
===================================================================
--- trunk/BNC/scripts/pppPlot.pl	(revision 10007)
+++ trunk/BNC/scripts/pppPlot.pl	(revision 10010)
@@ -198,5 +198,5 @@
                                                     title   => "Tropospheric Delay, RMS + -$str_rms_trp m",
                                                     timefmt => '%s',
-                                                    style   => "linespoints",
+                                                    style   => "points",
         );
         $chartTRP->plot2d($dataTRP);
@@ -228,5 +228,5 @@
                                                      title   => "Receiver clock",
                                                      timefmt => '%s',
-                                                     style   => "linespoints",
+                                                     style   => "points",
             );
             $chartCLK->plot2d($dataset);
@@ -261,5 +261,5 @@
                                                          title   => "Receiver Offset GLONASS",
                                                          timefmt => '%s',
-                                                         style   => "linespoints",
+                                                         style   => "points",
                 );
                 $chartOFF_GLO->plot2d($dataset);    #system ("display $pngName&");
@@ -294,5 +294,5 @@
                                                          title   => "Receiver Offset Galileo",
                                                          timefmt => '%s',
-                                                         style   => "linespoints",
+                                                         style   => "points",
                 );
                 $chartOFF_GAL->plot2d($dataset);    #system ("display $pngName&");
@@ -327,5 +327,5 @@
                                                          title   => "Receiver Offset Beidou",
                                                          timefmt => '%s',
-                                                         style   => "linespoints",
+                                                         style   => "points",
                 );
                 $chartOFF_BDS->plot2d($dataset);    #system ("display $pngName&");
@@ -376,6 +376,6 @@
                     timefmt => '%s',
 
-                    #style   => "linespoints",
-                    style => "linespoints",
+                    #style   => "points",
+                    style => "points",
                 );
                 push ( @datasets, $dataset );
@@ -451,7 +451,7 @@
                         title => "$key_sat",
                         timefmt => '%s',
-                        style   => "linespoints",
-
-                        #style   => "linespoints",
+                        style   => "points",
+
+                        #style   => "points",
                     );
                     push ( @datasets_amb, $dataset_amb );
@@ -464,6 +464,6 @@
                         timefmt => '%s',
 
-                        #style   => "linespoints",
-                        style => "linespoints",
+                        #style   => "points",
+                        style => "points",
                     );
                     push ( @datasets_epo, $dataset_epo );
@@ -530,6 +530,6 @@
                         timefmt => '%s',
 
-                        #style   => " linespoints ",
-                        style => "linespoints",
+                        #style   => " points ",
+                        style => "points",
                     );
                     push ( @datasets, $dataset );
@@ -580,5 +580,5 @@
                                                     title   => "$key_sys",
                                                     timefmt => '%s',
-                                                    style   => "linespoints",
+                                                    style   => "points",
                       );
                     push ( @datasets, $dataset );
@@ -643,7 +643,5 @@
                         title   => "$key_sat",
                         timefmt => '%s',
-
-                        #style   => "linespoints",
-                        style => "linespoints",
+                        style => "points",
                     );
                     push ( @datasets, $dataset );
