Package PyFoam :: Package Basics :: Module GnuplotCompare :: Class GlobGnuplotCompare
[hide private]
[frames] | no frames]

Class GlobGnuplotCompare

source code

    object --+    
             |    
GnuplotCompare --+
                 |
                GlobGnuplotCompare

Wrapper to Gnuplot Compare to compare files with similar names

Instance Methods [hide private]
  __init__(self, pattern, col=2, common=None)

Inherited from GnuplotCompare: writePlotFile

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, pattern, col=2, common=None)
(Constructor)

source code 
Parameters:
  • pattern - The pattern for which to look
  • col - The colum that is to be compared
  • common - String that is to be removed from the filename before using it as a name
Overrides: GnuplotCompare.__init__