[AUTO_plotter]

#default_option="d1"
#d1 = {"grid": False, "use_labels": True, "use_symbols": True, "stability":True}
# similarly you can redefine d0, d2, d3, d4.

#grid = False
#stability = False
#use_labels = True
#use_symbols = False

#top_title = ''
#top_title_fontsize = 12

#xlabel = ''
#xlabel_fontsize = 12
#ylabel = ''
#ylabel_fontsize = 12
#zlabel = ''
#zlabel_fontsize = 12

#solution_indepvarname = "time"
#solution_coordnames = ["$x$","$y$","$z$"]
#bifurcation_coordnames = ["?", "L2-norm"]

#line_width = 2.0
#dashes = (6.0,6.0)
#background = "white"
#foreground = "black"
#color_list = "black red green blue"
#coloring_method = "curve" # or "branch"
#symbol_color = "red"
#symbol_font = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
#decorations = True
#smart_label = True
#minx = 0
#maxx = 0
#miny = 0
#maxy = 0
#minz = 0
#maxz = 0
#azimuth = -60 # for 3D plots, in degrees
#elevation = 30 # for 3D plots, in degrees
#width = 600
#height = 480
#left_margin = 80
#right_margin = 40
#top_margin = 40
#bottom_margin = 40
#xticks = 5
#yticks = 5
#zticks = 5
#tick_label_template = "%.2e"
#tick_length = 0.2
#odd_tick_length = 0.4
#even_tick_length = 0.2
#ps_colormode = "color"
#mark_t = None #or a real value between 0 and 1

#type = "bifurcation" # or "solution"

#bifurcation_x = [0]
#bifurcation_y = [1]
#bifurcation_z = None

#solution_x = [0,3,6,9]
#solution_y = [1,4,7,10]
#solution_z = [2,5,8,11]

## Sets of columns that the user is likely to want to use
#bifurcation_column_defaults = None
#solution_column_defaults = [[0,3,6,9],[1,4,7,10],[2,5,8,11],['t','t','t','t']]

# The label(s) of the solution we wish to draw
#label = [1,2,3] # or "all"
#label_defaults = None
# The index/indices of the solution we wish to draw
#index = [0]

#bifurcation_diagram_filename = 'fort.7'
#solution_filename = 'fort.8'

#bifurcation_symbol = "square"
#limit_point_symbol = None
#hopf_symbol = "fillsquare"
#period_doubling_symbol = "doubletriangle"
#torus_symbol = "filldiamond"
#user_point_symbol = "U"
#error_symbol = None

############################################################
# below are defaults, for documentation purposes only
# uncomment the section header and all entries to customize

#[AUTO_command_aliases]
#ls		=commandLs
#cd		=commandCd

#shell		=commandShell
#cat		=commandCat
#wait		=commandWait

#copyDemo	=commandCopyDemo
#gui		=commandCreateGUI

#branchPoint	=commandQueryBranchPoint
#eigenvalue	=commandQueryEigenvalue
#floquet		=commandQueryFloquet
#hopf		=commandQueryHopf
#iterations	=commandQueryIterations
#limitpoint	=commandQueryLimitpoint
#note		=commandQueryNote
#secondaryPeriod	=commandQuerySecondaryPeriod
#stepsize	=commandQueryStepsize
#changeConstant	=commandRunnerConfigFort2
#printConstant	=commandRunnerPrintFort2
#append		=commandAppend
#diagramAndSolutionGet	=commandParseDiagramAndSolutionFile
#clean		=commandClean
#constantsGet	=commandParseConstantsFile	
#copy		=commandCopyDataFiles
#delete		=commandDeleteDataFiles
#deleteFort	=commandDeleteFortFiles
#diagramGet	=commandParseDiagramFile
#double		=commandDouble
#demo		=commandCopyAndLoadDemo
#load		=commandRunnerLoadName
#loadbd		=commandParseOutputFiles
#move		=commandMoveFiles
#plot		=commandPlotter
#plot3		=commandPlotter3D
#relabel		=commandRelabel
#merge		=commandMergeBranches
#subtract	=commandSubtractBranches
#run		=commandRun
#save		=commandCopyFortFiles
#solutionGet	=commandParseSolutionFile
#triple		=commandTriple
#userData	=commandUserData
#quit            =commandQuit

#br		=commandQueryBranchPoint
#eg		=commandQueryEigenvalue
#fl		=commandQueryFloquet
#hp		=commandQueryHopf
#it		=commandQueryIterations
#lm		=commandQueryLimitpoint
#nt		=commandQueryNote
#sc		=commandQuerySecondaryPeriod
#st		=commandQueryStepsize
#ch		=commandRunnerConfigFort2
#hch             =commandRunnerConfigFort12
#pr		=commandRunnerPrintFort2
#hpr             =commandRunnerPrintFort12
#ap		=commandAppend
#bt		=commandParseDiagramAndSolutionFile
#cl		=commandClean
#cn		=commandParseConstantsFile
#hcn		=commandParseHomcontFile
#dl		=commandDeleteDataFiles
#dsp		=commandDeleteSpecialPoints
#ksp		=commandKeepSpecialPoints
#dlb		=commandDeleteLabels
#klb		=commandKeepLabels
#dg		=commandParseDiagramFile
#db		=commandDouble
#dm		=commandCopyAndLoadDemo
#bd		=commandParseOutputFiles
#ld		=commandRunnerLoadName
#pl		=commandPlotter
##FIXME:  This doesn't match the rule we use for all other commands
#p3	        =commandPlotter3D
#rl		=commandRelabel
#mb		=commandMergeBranches
#sb		=commandSubtractBranches
#rn		=commandRun
#sv		=commandCopyFortFiles
#sl		=commandParseSolutionFile
#tr		=commandTriple
#us		=commandUserData

#man		=commandInteractiveHelp

#bp		=commandQueryBranchPoint
#ev		=commandQueryEigenvalue
#hb		=commandQueryHopf
#lp		=commandQueryLimitpoint
#cc		=commandRunnerConfigFort2
#pc		=commandRunnerPrintFort2
#p2		=commandPlotter
#r		=commandRun
#sp		=commandQuerySecondaryPeriod
#ss		=commandQueryStepsize
#df		=commandDeleteFortFiles
#q               =commandQuit
#splabs          =commandSpecialPointLabels

