Default Options
This page collects the default options for all this package's basic types.
AsyPlots._DEFAULT_PEN_ARGS
OrderedCollections.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
OrderedCollections.OrderedDict{Symbol,Any} with 3 entries:
:name => "Arrow"
:size => 7.5
:position => 1
AsyPlots._DEFAULT_PLOT2D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 22 entries:
:axes => false
:axispen => Pen()
:xaxisarrow => NoArrow()
:yaxisarrow => NoArrow()
:axisarrow => NoArrow()
:xlabel => ""
:ylabel => ""
:packages => ["mathpazo"]
:xmin => "-infinity"
:xmax => "infinity"
:ymin => "-infinity"
:ymax => "infinity"
:xticks => "NoTicks"
:yticks => "NoTicks"
:ticks => "NoTicks"
:ignoreaspect => false
:width => 256
:height => ""
:bgcolor => NamedColor("white",(1.0, 1.0, 1.0))
:bgfill => true
:border => 3
:pdf => true
AsyPlots._DEFAULT_PLOT3D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 23 entries:
:axes => true
:pdf => false
:render => 4
:xlabel => ""
:ylabel => ""
:zlabel => ""
:packages => ["mathpazo"]
:xmin => "-infinity"
:xmax => "infinity"
:ymin => "-infinity"
:ymax => "infinity"
:zmin => "-infinity"
:zmax => "infinity"
:xticks => "NoTicks3"
:yticks => "NoTicks3"
:zticks => "NoTicks3"
:arrow => Arrow3()
:camera => nothing
:up => nothing
:projection => "perspective"
:bgcolor => NamedColor("white",(1.0, 1.0, 1.0))
:width => 256
:ignoreaspect => false
AsyPlots._DEFAULT_POINT2D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 3 entries:
:label => ""
:pen => Pen()
:shape => PointShape(:dot, 0.025)
AsyPlots._DEFAULT_PATH2D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 4 entries:
:label => ""
:pen => Pen()
:arrow => NoArrow()
:spline => false
AsyPlots._DEFAULT_CIRCLE2D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 3 entries:
:pen => Pen()
:fillpen => Pen(other=NoPen)
:clip => false
AsyPlots._DEFAULT_POLYGON2D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 4 entries:
:pen => Pen()
:fillpen => Pen(other=NoPen)
:spline => false
:clip => false
AsyPlots._DEFAULT_POINT3D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 2 entries:
:label => ""
:pen => Pen()
AsyPlots._DEFAULT_PATH3D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 4 entries:
:label => ""
:pen => Pen()
:arrow => NoArrow()
:spline => false
AsyPlots._DEFAULT_SURFACE_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 5 entries:
:colors => ["MidnightBlue", "LightSeaGreen", "Yellow", "Tomato"]
:spline => true
:surfacepen => Pen()
:meshpen => Pen()
:clip => false
AsyPlots._DEFAULT_LABEL2D_KWARGS
OrderedCollections.OrderedDict{Symbol,Any} with 2 entries:
:pen => Pen()
:rotation => 0.0
AsyPlots._DEFAULT_LABEL3D_KWARGS
OrderedCollections.OrderedDict{Symbol,Pen} with 1 entry:
:pen => Pen()