SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Namespaces | Variables
test_module_toolbox_file.py File Reference

Namespaces

 test_module_toolbox_file
 Test for module_toolbox_file routines.
 

Variables

string test_module_toolbox_file.path_transparent = 'dir.test/ref_transparent.png'
 
string test_module_toolbox_file.path_notransparent = 'dir.test/ref_notransparent.png'
 
string test_module_toolbox_file.command = 'eog %s %s'
 
tuple test_module_toolbox_file.see_test = input('type sth to contitue (y/n)')
 
tuple test_module_toolbox_file.path_plot = os.path.join('dir.test','test_plot.png')
 
tuple test_module_toolbox_file.path_frame = os.path.join('dir.test','test_frame.png')
 
tuple test_module_toolbox_file.path_merged = os.path.join('dir.test','test_merged.png')
 
int test_module_toolbox_file.fig_width = 1200
 
int test_module_toolbox_file.fig_height = 800
 
int test_module_toolbox_file.axis_width = 900
 
int test_module_toolbox_file.axis_height = 700
 
int test_module_toolbox_file.margin_left = 100
 
int test_module_toolbox_file.margin_bottom = 10
 
int test_module_toolbox_file.resolution = 100
 
tuple test_module_toolbox_file.square = Rectangle([0,0],1,1)
 
tuple test_module_toolbox_file.p = PatchCollection([square],facecolors='r')