Default Options
This page collects the default options for all this package's basic types.
AsyPlots._DEFAULT_PEN_ARGS
DataStructures.OrderedDict{Symbol,Any} with 5 entries:
:color => NamedColor("default",(0.0, 0.0, 0.0))
:opacity => 1
:linewidth => 0
:fontsize => 12
:other => ""
AsyPlots._DEFAULT_ARROW_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 3 entries:
:name => "Arrow"
:size => 7.5
:position => 1
AsyPlots._DEFAULT_PLOT2D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 20 entries:
:axes => false
:axispen => Pen()
:xaxisarrow => NoArrow()
:yaxisarrow => NoArrow()
:axisarrow => NoArrow()
:xlabel => ""
:ylabel => ""
:packages => String["mathpazo"]
:xmin => "-infinity"
:xmax => "infinity"
:ymin => "-infinity"
:ymax => "infinity"
:xticks => "NoTicks"
:yticks => "NoTicks"
:ticks => "NoTicks"
:ignoreaspect => false
:width => 512
:bgcolor => NamedColor("white",(1.0, 1.0, 1.0))
:border => 3
:pdf => true
AsyPlots._DEFAULT_PLOT3D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 21 entries:
:axes => true
:pdf => false
:render => 4
:xlabel => ""
:ylabel => ""
:zlabel => ""
:packages => String["mathpazo"]
:xmin => "-infinity"
:xmax => "infinity"
:ymin => "-infinity"
:ymax => "infinity"
:zmin => "-infinity"
:zmax => "infinity"
:xticks => "NoTicks3"
:yticks => "NoTicks3"
:zticks => "NoTicks3"
:arrow => Arrow3()
:camera => nothing
:projection => "perspective"
:width => 512
:ignoreaspect => false
AsyPlots._DEFAULT_POINT2D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 2 entries:
:label => ""
:pen => Pen()
AsyPlots._DEFAULT_PATH2D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 4 entries:
:label => ""
:pen => Pen()
:arrow => NoArrow()
:spline => false
AsyPlots._DEFAULT_CIRCLE2D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 3 entries:
:pen => Pen()
:fillpen => Pen(other=NoPen)
:clip => false
AsyPlots._DEFAULT_POLYGON2D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 4 entries:
:pen => Pen()
:fillpen => Pen(other=NoPen)
:spline => false
:clip => false
AsyPlots._DEFAULT_POINT3D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 2 entries:
:label => ""
:pen => Pen()
AsyPlots._DEFAULT_PATH3D_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 4 entries:
:label => ""
:pen => Pen()
:arrow => NoArrow()
:spline => false
AsyPlots._DEFAULT_SURFACE_KWARGS
DataStructures.OrderedDict{Symbol,Any} with 5 entries:
:colors => String["MidnightBlue", "LightSeaGreen", "Yellow", "Tomato"]
:spline => true
:surfacepen => Pen()
:meshpen => Pen()
:clip => false
AsyPlots._DEFAULT_LABEL2D_KWARGS
DataStructures.OrderedDict{Symbol,AsyPlots.Pen} with 1 entry:
:pen => Pen()
AsyPlots._DEFAULT_LABEL3D_KWARGS
DataStructures.OrderedDict{Symbol,AsyPlots.Pen} with 1 entry:
:pen => Pen()