# only keywords (first word) matters: comment line are loaded but never refered to
# repeating keyword will overwrite content of first instance

# graph label default unit presentation: [unit], (unit), / unit, or [], (), /
graph_labels_units	/
# graph labels presence of symbols (ie: $C$ in 'Capacitance $C$ [nF]')
graph_labels_symbols	True

# path to inkscape executable, to export in .emf image format. Can be a string, or a list of strings
inkscape_path	["C:\Program Files\Inkscape\inkscape.exe", "G:\__CommonData\Software\_inkscape_standalone\32bits\App\Inkscape\inkscape.exe"]

# GUI default colorscales. Each colorscale is represented as a string (matplotlib colorscales), or a list of colors.
# Each color can be a [r,g,b] triplet, a [r,g,b,a] quadruplet, or a [h,l,s,'hls'] quadruplet. rgb, rgba, hls, hsv colorscape are supported.
GUI_colorscale00	[[1,0,0], [1,1,0.5], [0,1,0]]
GUI_colorscale01	'bwr'
GUI_colorscale02	[[0,0,1], [1,0.43,0]]
GUI_colorscale03	[[0.91,0.25,1], [1.09,0.75,1], 'hls']
GUI_colorscale04	[[0.70,0.25,1], [0.50,0.75,1], 'hls']
GUI_colorscale05	[[0.38,0.25,1], [0.20,0.75,1], 'hls']
GUI_colorscale06	[[0.75,0.25,0.25], [0.9,0.85, 1], 'hls']
GUI_colorscale08	[[0.75,0.2,0], [0.9,0.8, 0], 'hls']
GUI_colorscale11	'inferno'
GUI_colorscale12	'viridis'
GUI_colorscale13	'magma'
GUI_colorscale14	'afmhot'

# default saving image format
save_imgformat	.png
save_image_dpi	300