Changeset 13174


Ignore:
Timestamp:
03/22/12 20:38:49 (13 years ago)
Author:
neise
Message:
Plotter was not correctly plotting the grid, introduced the plotting of the grid into the __call__ now it works
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/plotters.py

    r13143 r13174  
    5353       
    5454        plt.grid(grid)
     55        self.grid = grid
    5556        self.fname = fname
    5657           
     
    9495            plt.savefig(self.fname)
    9596       
     97        plt.grid(self.grid)
    9698        plt.draw()
    9799           
Note: See TracChangeset for help on using the changeset viewer.