phystricks
|
Classes | |
class | TestRecall.Point |
class | TestRecall.TikzDecomposition |
Represent a 'pstricks' file decomposed as a list of points and text between points. More... | |
class | TestRecall.TikzComparison |
contains the comparison between two 'tikz' files More... | |
Namespaces | |
TestRecall | |
Functions | |
def | TestRecall.pstricks_files_iterator (directory) |
def | TestRecall.wrong_file_list (pstricks_directory, recall_directory) |
def | TestRecall.split_for_positions (text, positions) |
split text on basis of the given index More... | |
def | TestRecall.file_to_tikz_decomposition (filename) |
def | TestRecall.comparison (f1, f2, epsilon, verbose=False) |
return a comparison of files 'f1' and 'f2' which are assumed to be auto generated '.pstricks' files. More... | |
def | TestRecall.check_pictures (pstricks_directory, recall_directory, verbose=True, epsilon=0.001) |
check the pictures against their 'recall' file in a directory. More... | |