SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Variables
test_module_toolbox_file Namespace Reference

Test for module_toolbox_file routines. More...

Variables

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

Detailed Description

Test for module_toolbox_file routines.

Variable Documentation

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