Index: fact/tools/pyscripts/pyfact/plotters.py
===================================================================
--- fact/tools/pyscripts/pyfact/plotters.py	(revision 13156)
+++ fact/tools/pyscripts/pyfact/plotters.py	(revision 13174)
@@ -53,4 +53,5 @@
         
         plt.grid(grid)
+        self.grid = grid
         self.fname = fname
            
@@ -94,4 +95,5 @@
             plt.savefig(self.fname)
         
+        plt.grid(self.grid)
         plt.draw()
             
