####################################################################
#
# xcrvfit default application settings for both mac and linux
#
####################################################################

####################################################################
# Toplevel window attributes 
####################################################################

#
# General settings for toplevel windows
#
*background:        	skyblue
*highlightBackground:   skyblue
*highlightColor:        skyblue
*foreground:            black
*entry.Background:      gray
*entry.Foreground:      black
*font:                	8x13
*error.width:	800
*Text.Font: -bitstream-courier-medium-r-normal--0-0-0-0-m-0-iso8859-1

#
# Define your own color list (or let me know about colors to include)
#
*app_colors:            white ivory beige yellow \
pink red darkred green lightgreen turquoise \
lightblue blue skyblue steelblue midnightblue brown violet purple \
lightgray gray gray30 black

#
# help window - specific attributes
#
*help*background:       	pink
*help*highlightBackground:  pink
*help*highlightColor:       pink
*help*text*background:     	beige

#
# gridfit main window - specific attributes
#
*gridfit-main*background:   lightblue
*gridfit-main*highlightBackground:  lightblue

#
# gridfit calculation display window - specific attributes
#
*gridfit-calc*background:   lightblue
*gridfit-calc*highlightBackground:  lightblue

#
# gridfit-select-settings - specific attributes
#
*gridfit-select-settings*background:		lightblue
*gridfit-select-settings*highlightBackground:	lightblue

#
# gridfit-plot-settings - specific attributes
#
*gridfit-plot-settings*background:		lightblue
*gridfit-plot-settings*highlightBackground:	lightblue

#
# gridfit-sse-settings - specific attributes
#
*gridfit-sse-settings*background:		lightblue
*gridfit-sse-settings*highlightBackground:	lightblue

####################################################################
# Plotting attributes 
####################################################################

#
# List of fonts to choose from in the settings menu
#
*font_name_list:			courier times helvetica lucida fixed
*font_style_list:			normal bold
*font_size_list:			8 9 10 12 14 16 18 20 24

#
# default plot attributes - FOR ALL PLOTS
#
*canvas_bg_color:	 	beige
*canvas_font:    		fixed
*axis_color:    		blue
*bounded_color:   		gray
*fit_color:				red
*fit_points:			40
*fit_line_width:		2
*data_color:			black
*data_symbol:			rect
*data_label_color:		blue
*data_label_text:
*data_label_x_offset:	0
*data_label_y_offset:	0
*data_error_bars:		yes
*x_tics:		   		5
*y_tics:		   		5
*x_label_text:
*y_label_text:
*x_label_color:			blue
*y_label_color:			blue
*x_label_x_offset:		0
*x_label_y_offset:		30
*y_label_x_offset:		10
*y_label_y_offset:		20
*x_border:				10
*y_border:				10
*x_format:				6.4g
*y_format:				6.4g
*margin_left:			70
*margin_bottom:			70
*margin_top:			50
*margin_right:			40

#
# main plot attributes
#
*xcrvfit-plot*canvas_geometry:		600x500+600+30
*xcrvfit-plot*highlightBackground:	beige

#
# gridfit-select window attributes
#
*gridfit-select*canvas_geometry:		600x500+630+60
*gridfit-select*canvas_bg_color:		ivory
*gridfit-select*highlightBackground:	ivory
*gridfit-select*col_max:				8
*gridfit-select*yes_color:				red
*gridfit-select*no_color:				gray

#
# gridfit-sse window attributes
#
*gridfit-select*canvas_geometry:		600x500+660+90
*gridfit-sse*canvas_bg_color:			ivory
*gridfit-sse*highlightBackground:		ivory

#
# gridfit-plot window attributes
#
# these values maximize the graph size with no labelling
*gridfit-plot*canvas_bg_color:	 	ivory
*gridfit-plot*highlightBackground:  ivory
*gridfit-plot*canvas_geometry:		600x500+690+120
*gridfit-plot*axis_color:    		midnightblue
*gridfit-plot*x_tics:				3
*gridfit-plot*y_tics:				4
*gridfit-plot*x_label_text:
*gridfit-plot*y_label_text:
*gridfit-plot*x_format:			4.1f
*gridfit-plot*y_format:			3.0f
*gridfit-plot*data_label_x_offset:	0
*gridfit-plot*data_label_y_offset:	10
*gridfit-plot*data_symbol:			cross
*gridfit-plot*margin_left:			40
*gridfit-plot*margin_top:			20
*gridfit-plot*margin_right:			20
*gridfit-plot*margin_bottom:		40

#
# mfit-select window attributes
#
*mfit-select*canvas_geometry:		600x500+630+60
*mfit-select*canvas_bg_color:		white
*mfit-select*highlightBackground:	white
*mfit-select*col_max:				8
*mfit-select*yes_color:				red
*mfit-select*no_color:				gray
#
# mfit-plot window attributes
#
# these values maximize the graph size with no labelling
*mfit-plot*canvas_bg_color:	 		white
*mfit-plot*highlightBackground: 	white
*mfit-plot*canvas_geometry:		600x500+690+120
*mfit-plot*axis_color:    		midnightblue
*mfit-plot*x_tics:				3
*mfit-plot*y_tics:				4
*mfit-plot*x_label_text:
*mfit-plot*y_label_text:
*mfit-plot*x_format:			4.1f
*mfit-plot*y_format:			3.0f
*mfit-plot*data_label_x_offset:	0
*mfit-plot*data_label_y_offset:	10
*mfit-plot*data_symbol:			cross
*mfit-plot*margin_left:			40
*mfit-plot*margin_top:			20
*mfit-plot*margin_right:		20
*mfit-plot*margin_bottom:		40	

####################################################################
# Fitting function attributes 
####################################################################

#
# Set default starting function 
#
*function_key: LINE

#
# max number of iterations we allow to achieve convergence of parameters
#
*max_iterations: 500

#
# number of points to calculate in the fitting function
#
*fit_points: 40