(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 13.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 610161, 11357] NotebookOptionsPosition[ 456040, 8422] NotebookOutlinePosition[ 598596, 11112] CellTagsIndexPosition[ 596741, 11062] WindowTitle->DoyleSpiral | Definition Notebook WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell["DoyleSpiral", "Title", CellTags->{"Name", "TemplateCell", "Title"}, CellID->49442148], Cell["Plot Doyle spirals", "Text", CellTags->{"Description", "TemplateCell"}, CellID->418677321], Cell[CellGroupData[{ Cell[TextData[{ "Definition", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Function", Cell[ BoxData[ FrameBox[ Cell[ "Define your function using the name you gave in the Title line \ above. You can add input cells and extra code to define additional input \ cases or prerequisites. All definitions, including dependencies, will be \ included in the generated resource function.\n\nThis section should be \ evaluated before creating the Examples section below.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoFunction"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Function"}, DefaultNewCellStyle->"Input", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326], Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"DoyleSpiral", "[", RowBox[{"p0_Integer", ",", " ", "q0_Integer", ",", " ", RowBox[{"OptionsPattern", "[", "]"}]}], "]"}], " ", ":=", " ", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"cGrad", " ", "=", " ", RowBox[{ RowBox[{"OptionValue", "[", "ColorFunction", "]"}], " ", "/.", " ", RowBox[{"Automatic", " ", "->", " ", "\"\\""}]}]}], ",", " ", RowBox[{"cMod", " ", "=", " ", RowBox[{ RowBox[{"OptionValue", "[", "\"\\"", "]"}], " ", "/.", " ", RowBox[{"{", RowBox[{ RowBox[{"\"\\"", " ", "->", " ", "1"}], ",", " ", RowBox[{"\"\\"", " ", "->", " ", "2"}]}], "}"}]}]}], ",", " ", RowBox[{"item", " ", "=", " ", "2"}], ",", " ", RowBox[{"type", " ", "=", " ", RowBox[{ RowBox[{"OptionValue", "[", "\"\\"", "]"}], " ", "/.", " ", RowBox[{"{", RowBox[{ RowBox[{"\"\\"", " ", "->", " ", "1"}], ",", " ", RowBox[{"\"\\"", " ", "->", " ", "2"}], ",", " ", RowBox[{"\"\\"", " ", "->", " ", "3"}]}], "}"}]}]}]}], "}"}], ",", " ", RowBox[{ RowBox[{ RowBox[{"doyle", "[", RowBox[{"pi_", ",", " ", "qi_"}], "]"}], " ", ":=", " ", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"p", " ", "=", " ", "pi"}], ",", " ", RowBox[{"q", " ", "=", " ", "qi"}], ",", " ", "s", ",", " ", "t", ",", " ", "r"}], "}"}], ",", " ", RowBox[{ RowBox[{ RowBox[{"r", "[", RowBox[{"s_", ",", " ", "t_", ",", " ", "p_", ",", " ", "q_"}], "]"}], " ", ":=", " ", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"s", "^", "2"}], " ", "+", " ", RowBox[{"s", "^", RowBox[{"(", RowBox[{"2", "*", RowBox[{"(", RowBox[{"p", "/", "q"}], ")"}]}], ")"}]}], " ", "-", " ", RowBox[{"2", "*", RowBox[{"s", "^", RowBox[{"(", RowBox[{ RowBox[{"(", RowBox[{"p", " ", "+", " ", "q"}], ")"}], "/", "q"}], ")"}]}], "*", RowBox[{"Cos", "[", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"2", "*", "Pi"}], " ", "+", " ", RowBox[{"p", "*", "t"}], " ", "-", " ", RowBox[{"q", "*", "t"}]}], ")"}], "/", "q"}], "]"}]}]}], ")"}], "/", RowBox[{ RowBox[{"(", RowBox[{"s", " ", "+", " ", RowBox[{"s", "^", RowBox[{"(", RowBox[{"p", "/", "q"}], ")"}]}]}], ")"}], "^", "2"}]}]}], ";", " ", RowBox[{ RowBox[{"{", RowBox[{"s", ",", " ", "t"}], "}"}], " ", "=", " ", RowBox[{ RowBox[{"{", RowBox[{"s", ",", " ", "t"}], "}"}], " ", "/.", " ", RowBox[{"FindRoot", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{ RowBox[{ RowBox[{"r", "[", RowBox[{"s", ",", " ", "t", ",", " ", "0", ",", " ", "1"}], "]"}], " ", "-", " ", RowBox[{"r", "[", RowBox[{"s", ",", " ", "t", ",", " ", "p", ",", " ", "q"}], "]"}]}], " ", "==", " ", "0"}], ",", " ", RowBox[{ RowBox[{ RowBox[{"r", "[", RowBox[{"s", ",", " ", "t", ",", " ", "0", ",", " ", "1"}], "]"}], " ", "-", " ", RowBox[{"r", "[", RowBox[{ RowBox[{"s", "^", RowBox[{"(", RowBox[{"p", "/", "q"}], ")"}]}], ",", " ", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"p", "*", "t"}], " ", "+", " ", RowBox[{"2.", "*", "Pi"}]}], ")"}], "/", "q"}], ",", " ", "0", ",", " ", "1"}], "]"}]}], " ", "==", " ", "0"}]}], "}"}], ",", " ", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"s", ",", " ", "1.5"}], "}"}], ",", " ", RowBox[{"{", RowBox[{"t", ",", " ", "0"}], "}"}]}], "}"}]}], "]"}]}]}], ";", " ", RowBox[{"{", RowBox[{ RowBox[{"s", "*", RowBox[{"Exp", "[", RowBox[{"I", "*", "t"}], "]"}]}], ",", " ", RowBox[{ RowBox[{"s", "^", RowBox[{"(", RowBox[{"p", "/", "q"}], ")"}]}], "*", RowBox[{"Exp", "[", RowBox[{"I", "*", RowBox[{"(", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"p", "*", "t"}], " ", "+", " ", RowBox[{"2", "*", "Pi"}]}], ")"}], "/", "q"}], ")"}]}], "]"}]}], ",", " ", RowBox[{"Sqrt", "[", RowBox[{"r", "[", RowBox[{"s", ",", " ", "t", ",", " ", "0", ",", " ", "1"}], "]"}], "]"}]}], "}"}]}]}], "]"}]}], ";", " ", RowBox[{ RowBox[{"circle3Pts", "[", RowBox[{"z0_", ",", " ", "z1_", ",", " ", "z2_"}], "]"}], " ", ":=", " ", RowBox[{"Block", "[", RowBox[{ RowBox[{"{", "c", "}"}], ",", " ", RowBox[{ RowBox[{"c", " ", "=", " ", RowBox[{"z0", " ", "+", " ", RowBox[{"0.5", "*", "I", "*", RowBox[{"(", RowBox[{"z2", " ", "-", " ", "z0"}], ")"}], "*", RowBox[{"(", RowBox[{"z0", " ", "-", " ", "z1"}], ")"}], "*", RowBox[{"(", RowBox[{ RowBox[{"Conjugate", "[", RowBox[{"z1", " ", "-", " ", "z2"}], "]"}], "/", RowBox[{"Im", "[", RowBox[{ RowBox[{"(", RowBox[{"z2", " ", "-", " ", "z0"}], ")"}], "*", RowBox[{"Conjugate", "[", RowBox[{"z1", " ", "-", " ", "z0"}], "]"}]}], "]"}]}], ")"}]}]}]}], ";", " ", RowBox[{"{", RowBox[{ RowBox[{"ReIm", "[", "c", "]"}], ",", " ", RowBox[{"Abs", "[", RowBox[{"z0", " ", "-", " ", "c"}], "]"}]}], "}"}]}]}], "]"}]}], ";", " ", RowBox[{ RowBox[{"circle", "[", RowBox[{ "z_", ",", " ", "r_", ",", " ", "item_", ",", " ", "cn_", ",", " ", "type_"}], "]"}], " ", ":=", " ", RowBox[{"Block", "[", RowBox[{ RowBox[{"{", RowBox[{"pt", ",", " ", "ra"}], "}"}], ",", " ", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"type", " ", "==", " ", "1"}], ",", " ", RowBox[{ RowBox[{"{", RowBox[{"pt", ",", " ", "ra"}], "}"}], " ", "=", " ", RowBox[{"{", RowBox[{ RowBox[{"ReIm", "[", "z", "]"}], ",", " ", "r"}], "}"}]}], ",", " ", RowBox[{ RowBox[{"{", RowBox[{"pt", ",", " ", "ra"}], "}"}], " ", "=", " ", RowBox[{"circle3Pts", "[", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{"z", " ", "-", " ", "1", " ", "-", " ", "r"}], ")"}], "/", RowBox[{"(", RowBox[{"z", " ", "+", " ", "1", " ", "-", " ", "r"}], ")"}]}], ",", " ", RowBox[{ RowBox[{"(", RowBox[{"z", " ", "-", " ", "1", " ", "+", " ", "r"}], ")"}], "/", RowBox[{"(", RowBox[{"z", " ", "+", " ", "1", " ", "+", " ", "r"}], ")"}]}], ",", " ", RowBox[{ RowBox[{"(", RowBox[{"z", " ", "-", " ", "1", " ", "+", " ", RowBox[{"I", "*", "r"}]}], ")"}], "/", RowBox[{"(", RowBox[{"z", " ", "+", " ", "1", " ", "+", " ", RowBox[{"I", "*", "r"}]}], ")"}]}]}], "]"}]}]}], "]"}], ";", " ", RowBox[{"If", "[", RowBox[{ RowBox[{"ra", " ", "<=", " ", "5"}], ",", " ", RowBox[{"Sow", "[", RowBox[{ RowBox[{"Switch", "[", RowBox[{"item", ",", " ", "1", ",", " ", RowBox[{"Circle", "[", RowBox[{"pt", ",", " ", "ra"}], "]"}], ",", " ", "2", ",", " ", RowBox[{"Disk", "[", RowBox[{"pt", ",", " ", "ra"}], "]"}], ",", " ", "3", ",", " ", RowBox[{"Sphere", "[", RowBox[{ RowBox[{"Join", "[", RowBox[{"pt", ",", " ", RowBox[{"{", "0", "}"}]}], "]"}], ",", " ", "ra"}], "]"}]}], "]"}], ",", " ", "cn"}], "]"}]}], "]"}]}]}], "]"}]}], ";", " ", RowBox[{ RowBox[{"dSpoke", "[", RowBox[{ "r_", ",", " ", "start_", ",", " ", "a_", ",", " ", "p_", ",", " ", RowBox[{"{", RowBox[{"max_", ",", " ", "min_"}], "}"}], ",", " ", "item_", ",", " ", "cn_", ",", " ", "type_"}], "]"}], " ", ":=", " ", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"pt", ",", " ", RowBox[{"i", " ", "=", " ", "0"}]}], "}"}], ",", " ", RowBox[{ RowBox[{"For", "[", RowBox[{ RowBox[{ RowBox[{"i", " ", "=", " ", "0"}], ";", " ", RowBox[{"pt", " ", "=", " ", "start"}]}], ",", " ", RowBox[{ RowBox[{"Abs", "[", "pt", "]"}], " ", "<", " ", "max"}], ",", " ", RowBox[{"pt", " ", "*=", " ", "a"}], ",", " ", RowBox[{"circle", "[", RowBox[{"pt", ",", " ", RowBox[{ RowBox[{"Abs", "[", "pt", "]"}], "*", "r"}], ",", " ", "item", ",", " ", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"cn", " ", ">", " ", "0"}], ",", " ", "cn", ",", " ", RowBox[{"i", "++"}]}], "]"}], ",", " ", "p"}], "]"}], " ", "+", " ", "1"}], ",", " ", "type"}], "]"}]}], "]"}], ";", " ", RowBox[{"For", "[", RowBox[{ RowBox[{ RowBox[{"i", " ", "=", " ", "0"}], ";", " ", RowBox[{"pt", " ", "=", " ", RowBox[{"start", "/", "a"}]}]}], ",", " ", RowBox[{ RowBox[{"Abs", "[", "pt", "]"}], " ", ">", " ", "min"}], ",", " ", RowBox[{"pt", " ", "/=", " ", "a"}], ",", " ", RowBox[{"circle", "[", RowBox[{"pt", ",", " ", RowBox[{ RowBox[{"Abs", "[", "pt", "]"}], "*", "r"}], ",", " ", "item", ",", " ", RowBox[{ RowBox[{"Mod", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"cn", " ", ">", " ", "0"}], ",", " ", "cn", ",", " ", RowBox[{"--", "i"}]}], "]"}], ",", " ", "p"}], "]"}], " ", "+", " ", "1"}], ",", " ", "type"}], "]"}]}], "]"}]}]}], "]"}]}], ";", " ", RowBox[{ RowBox[{"pqGraph", "[", RowBox[{ "a_", ",", " ", "b_", ",", " ", "r_", ",", " ", "p_", ",", " ", "q_", ",", " ", "item_"}], "]"}], " ", ":=", " ", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"pt1", " ", "=", " ", RowBox[{"1", "/", "b"}]}], ",", " ", RowBox[{"pt2", " ", "=", " ", "1"}], ",", " ", "pt", ",", " ", "ra"}], "}"}], ",", " ", RowBox[{"{", RowBox[{ RowBox[{"ColorData", "[", RowBox[{"cGrad", ",", " ", "0"}], "]"}], ",", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{ RowBox[{"pt1", " ", "*=", " ", "b"}], ";", " ", RowBox[{"pt", " ", "=", " ", RowBox[{"ReIm", "[", "pt1", "]"}]}], ";", " ", RowBox[{"ra", " ", "=", " ", RowBox[{ RowBox[{"Abs", "[", "pt1", "]"}], "*", "r"}]}], ";", " ", RowBox[{"Switch", "[", RowBox[{"item", ",", " ", "1", ",", " ", RowBox[{"Circle", "[", RowBox[{"pt", ",", " ", "ra"}], "]"}], ",", " ", "2", ",", " ", RowBox[{"Disk", "[", RowBox[{"pt", ",", " ", "ra"}], "]"}], ",", " ", "3", ",", " ", RowBox[{"Sphere", "[", RowBox[{ RowBox[{"Join", "[", RowBox[{"pt", ",", " ", RowBox[{"{", "0", "}"}]}], "]"}], ",", " ", "ra"}], "]"}]}], "]"}]}], ",", " ", RowBox[{"{", "q", "}"}]}], "]"}], ",", " ", RowBox[{"ColorData", "[", RowBox[{"cGrad", ",", " ", "1"}], "]"}], ",", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{ RowBox[{"pt2", " ", "*=", " ", "a"}], ";", " ", RowBox[{"pt", " ", "=", " ", RowBox[{"ReIm", "[", "pt2", "]"}]}], ";", " ", RowBox[{"ra", " ", "=", " ", RowBox[{ RowBox[{"Abs", "[", "pt2", "]"}], "*", "r"}]}], ";", " ", RowBox[{"Switch", "[", RowBox[{"item", ",", " ", "1", ",", " ", RowBox[{"Circle", "[", RowBox[{"pt", ",", " ", "ra"}], "]"}], ",", " ", "2", ",", " ", RowBox[{"Disk", "[", RowBox[{"pt", ",", " ", "ra"}], "]"}], ",", " ", "3", ",", " ", RowBox[{"Sphere", "[", RowBox[{ RowBox[{"Join", "[", RowBox[{"pt", ",", " ", RowBox[{"{", "0", "}"}]}], "]"}], ",", " ", "ra"}], "]"}]}], "]"}]}], ",", " ", RowBox[{"{", "p", "}"}]}], "]"}]}], "}"}]}], "]"}]}], ";", " ", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"start", " ", "=", " ", "1"}], ",", " ", "a", ",", " ", "b", ",", " ", "r", ",", " ", "cirList", ",", " ", RowBox[{"limit", " ", "=", " ", RowBox[{"{", RowBox[{"30", ",", " ", "0.01"}], "}"}]}], ",", " ", "cols", ",", " ", "p1"}], "}"}], ",", " ", RowBox[{ RowBox[{"p1", " ", "=", " ", RowBox[{"Min", "[", RowBox[{"p0", ",", " ", RowBox[{"q0", " ", "-", " ", "1"}]}], "]"}]}], ";", " ", RowBox[{"cols", " ", "=", " ", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"ColorData", "[", RowBox[{"cGrad", ",", " ", "#1"}], "]"}], " ", "&"}], " ", ")"}], " ", "/@", " ", RowBox[{"If", "[", RowBox[{ RowBox[{"p1", " ", ">", " ", "1"}], ",", " ", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"#1", "/", RowBox[{"(", RowBox[{"p1", " ", "-", " ", "1"}], ")"}]}], " ", "&"}], " ", ")"}], " ", "/@", " ", RowBox[{"Range", "[", RowBox[{"0", ",", " ", RowBox[{"p1", " ", "-", " ", "1"}]}], "]"}]}], ",", " ", RowBox[{"{", "0.1", "}"}]}], "]"}]}]}], ";", " ", RowBox[{ RowBox[{"{", RowBox[{"a", ",", " ", "b", ",", " ", "r"}], "}"}], " ", "=", " ", RowBox[{"doyle", "[", RowBox[{"p1", ",", " ", "q0"}], "]"}]}], ";", " ", RowBox[{"cirList", " ", "=", " ", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"type", " ", "==", " ", "1"}], " ", "||", " ", RowBox[{"type", " ", "==", " ", "2"}]}], ",", " ", RowBox[{"Table", "[", RowBox[{ RowBox[{ RowBox[{"Reap", "[", RowBox[{ RowBox[{ RowBox[{"start", " ", "*=", " ", "b"}], ";", " ", RowBox[{"dSpoke", "[", RowBox[{ "r", ",", " ", "start", ",", " ", "a", ",", " ", "p1", ",", " ", "limit", ",", " ", "item", ",", " ", RowBox[{"If", "[", RowBox[{ RowBox[{"cMod", " ", "==", " ", "1"}], ",", " ", "cn", ",", " ", "0"}], "]"}], ",", " ", "type"}], "]"}]}], ",", " ", "_", ",", " ", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"cols", "[", RowBox[{"[", "#1", "]"}], "]"}], ",", " ", "#2"}], "}"}], " ", "&"}]}], " ", "]"}], "[", RowBox[{"[", "2", "]"}], "]"}], ",", " ", RowBox[{"{", RowBox[{"cn", ",", " ", "1", ",", " ", "q0"}], "}"}]}], "]"}], ",", " ", RowBox[{"pqGraph", "[", RowBox[{ "a", ",", " ", "b", ",", " ", "r", ",", " ", "p1", ",", " ", "q0", ",", " ", "item"}], "]"}]}], "]"}]}], ";", " ", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"type", " ", "==", " ", "2"}], " ", "&&", " ", RowBox[{"q0", " ", "<=", " ", "8"}], " ", "&&", " ", RowBox[{"item", " ", ">", " ", "1"}]}], ",", " ", RowBox[{"cirList", " ", "=", " ", RowBox[{"DeleteCases", "[", RowBox[{"cirList", ",", " ", RowBox[{"First", "[", RowBox[{"Sort", "[", RowBox[{ RowBox[{"DeleteCases", "[", RowBox[{ RowBox[{"Flatten", "[", "cirList", "]"}], ",", " ", RowBox[{"RGBColor", "[", "___", "]"}]}], "]"}], ",", " ", RowBox[{ RowBox[{ RowBox[{"#1", "[", RowBox[{"[", "2", "]"}], "]"}], " ", ">", " ", RowBox[{"#2", "[", RowBox[{"[", "2", "]"}], "]"}]}], " ", "&"}]}], " ", "]"}], "]"}], ",", " ", "Infinity"}], "]"}]}]}], "]"}], ";", " ", RowBox[{"Graphics", "[", RowBox[{ RowBox[{"Flatten", "[", RowBox[{"{", RowBox[{ RowBox[{"OptionValue", "[", "PlotStyle", "]"}], ",", " ", "cirList"}], "}"}], "]"}], ",", " ", RowBox[{"FilterRules", "[", RowBox[{ RowBox[{"Options", "[", "DoyleSpiral", "]"}], ",", " ", "Graphics"}], "]"}]}], "]"}]}]}], "]"}]}]}], "]"}]}], "\n", " "}], "\n", RowBox[{ RowBox[{"Options", "[", "DoyleSpiral", "]"}], " ", "=", " ", RowBox[{"{", RowBox[{ RowBox[{"ColorFunction", " ", "->", " ", "Automatic"}], ",", " ", RowBox[{"PlotStyle", " ", "->", " ", RowBox[{"{", "}"}]}], ",", " ", RowBox[{"\"\\"", " ", "->", " ", "1"}], ",", " ", RowBox[{"\"\\"", " ", "->", " ", "\"\\""}]}], "}"}]}]}], "Input", InitializationCell->True, CellID->531694526] }, Open ]], Cell[CellGroupData[{ Cell["Documentation", "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Documentation"}, CellTags->{"Documentation", "TemplateSection"}, CellID->429741307], Cell[CellGroupData[{ Cell[TextData[{ "Usage", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Usage", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Document input usage cases by first typing an input structure, \ then pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " to add a brief explanation of the function\[CloseCurlyQuote]s \ behavior for that structure. Pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " repeatedly will create new cases as needed. Every input usage \ case defined above should be demonstrated explicitly here.\n\nSee existing \ documentation pages for examples."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoUsage"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Usage"}, DefaultNewCellStyle->{"UsageInputs", FontFamily -> "Source Sans Pro"}, CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"DoyleSpiral", "[", RowBox[{ StyleBox["p", "TI"], ",", StyleBox["q", "TI"]}], "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->893942645], Cell[TextData[{ "plots Doyle spirals for values ", StyleBox["p", "TI"], " spiral arms and ", StyleBox["q", "TI"], " circles per spiral revolution." }], "UsageDescription", CellID->332104891] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Details & Options", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Notes", Cell[ BoxData[ FrameBox[ Cell[ "Give a detailed explanation of how the function is used and \ configured (e.g. acceptable input types, result formats, options \ specifications, background information). This section may include multiple \ cells, bullet lists, tables, hyperlinks and additional styles/structures as \ needed.\n\nAdd any other information that may be relevant, such as when the \ function was first discovered or how and why it is used within a given field. \ Include all relevant background or contextual information related to the \ function, its development, and its usage.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Notes"}, DefaultNewCellStyle->"Notes", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236], Cell["\<\ Doyle spirals are special logarithmic spirals of touching circles in which \ every circle is surrounded by a corona of six touching circles. A linear \ fractional transformation (or M\[ODoubleDot]bius transformation) is applied \ to map such spirals (in particular, circle packings) into double spirals.\ \>", "Notes", CellTags->"TabNext", CellID->418987199], Cell[TextData[{ "A logarithmic spiral starts at the origin and winds around the origin at an \ ever-increasing distance. The M\[ODoubleDot]bius transformation ", Cell[BoxData[ FormBox[ RowBox[{ StyleBox["z", "TI"], "\[Rule]", RowBox[{ RowBox[{"(", RowBox[{ StyleBox["z", "TI"], "-", "1"}], ")"}], "/", RowBox[{"(", RowBox[{ StyleBox["z", "TI"], "+", "1"}], ")"}]}]}], TraditionalForm]], "InlineMath"], " maps the points ", Cell[BoxData[ FormBox[ RowBox[{"(", RowBox[{"0", ",", "1", ",", "\[Infinity]"}], ")"}], TraditionalForm]], "InlineMath"], " of the real axis of the complex plane to the points ", Cell[BoxData[ FormBox[ RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], ",", "0", ",", "1"}], ")"}], TraditionalForm]], "InlineMath"], " on the real axis. Because M\[ODoubleDot]bius transformations preserve \ circles, the result is a new circle packing in the shape of a double spiral \ centered at ", Cell[BoxData[ FormBox[ RowBox[{"+", "1"}], TraditionalForm]], "InlineMath"], " and ", Cell[BoxData[ FormBox[ RowBox[{"-", "1"}], TraditionalForm]], "InlineMath"], " on the real axis." }], "Notes", CellID->503214892], Cell[TextData[{ Cell[BoxData["\"\\""], "InlineFormula", FontFamily->"Source Sans Pro"], " can be any of:" }], "Notes", CellID->843898625], Cell[BoxData[GridBox[{ {Cell["\"Basic\"", "TableText"], Cell[TextData[{ "a spiral with parameters ", Cell[BoxData[ StyleBox["P", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], " and ", Cell[BoxData[ StyleBox["Q", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"] }], "TableText"]}, {Cell["\"Moebius\"", "TableText"], Cell[ "a basic spiral under M\[ODoubleDot]bius transformation", "TableText"]}, {Cell["\"PQGraph\"", "TableText"], Cell[TextData[{ "a spiral with elements along the ", Cell[BoxData[ StyleBox["P", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], "- and ", Cell[BoxData[ StyleBox["Q", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], "-axes in basic spiral" }], "TableText"]} }]], "TableNotes", CellID->586357436] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Examples", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Examples", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Demonstrate the function\[CloseCurlyQuote]s usage, starting with \ the most basic use case and describing each example in a preceding text cell.\ \n\nWithin a group, individual examples can be delimited by inserting page \ breaks between them (either using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"[Right-click]\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Insert Page Break\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], " between cells or through the menu using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"Insert\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Page Break\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], ").\n\nExamples should be grouped into Subsection and \ Subsubsection cells similarly to existing documentation pages. Here are some \ typical Subsection names and the types of examples they normally contain:\n \ ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Basic Examples: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "most basic function usage\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Scope: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "input and display conventions, standard computational attributes \ (e.g. threading over lists)\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Options: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "available options and parameters for the function\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Applications: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "standard industry or academic applications\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Properties and Relations: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "how the function relates to other functions\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Possible Issues: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "limitations or unexpected behavior a user might experience\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Neat Examples: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "particularly interesting, unconventional, or otherwise unique \ usage"}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoExamples"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Examples"}, CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011], Cell[CellGroupData[{ Cell["Basic Examples", "Subsection", CellID->462042388], Cell["Plot a Doyle spiral:", "Text", CellChangeTimes->{{3.7616476212442083`*^9, 3.761647627531146*^9}}, CellID->172036282], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"DoyleSpiral", "[", RowBox[{"7", ",", "25"}], "]"}]], "Input", CellChangeTimes->{{3.761583463757721*^9, 3.761583466805778*^9}, { 3.761583517206642*^9, 3.7615835208919487`*^9}, 3.7615980920590267`*^9}, CellLabel->"In[16]:=", CellID->364997874], Cell[BoxData[ GraphicsBox[{ {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.0402742261366018, 0.2887090031451363}, 0.15133077475974688], DiskBox[{1.3379842838855016, 0.4732515851107257}, 0.19893661316464994], DiskBox[{1.7116231018193122, 0.7423478805061348}, 0.26151836016337177], DiskBox[{2.177145654767763, 1.1292374281096773}, 0.34378715719833075], DiskBox[{2.752452102005311, 1.6789629284901333}, 0.4519361829153263], DiskBox[{3.456919886829537, 2.452223051566219}, 0.594106874417783], DiskBox[{4.310439642253202, 3.5303825617474813}, 0.7810018130294242], DiskBox[{5.331695096165354, 5.021955047426394}, 1.0266904124834513], DiskBox[{6.535317577211141, 7.0709480977796515}, 1.3496680615845469], DiskBox[{7.927395218141093, 9.86754857589008}, 1.7742484533922238], DiskBox[{9.498611589841495, 13.661727097879627}, 2.332393915188977], DiskBox[{11.2140099498045, 18.780455205189405}, 3.066121526108474], DiskBox[{12.998003586133533, 25.64935337657616}, 4.030666154479336], DiskBox[{0.8046354091991272, 0.16433532849333876}, 0.11511708692070284], DiskBox[{0.6192681222309768, 0.0823549831139483}, 0.08756939044386361], DiskBox[{0.4742821753292467, 0.02989964665034554}, 0.06661390022831383], DiskBox[{0.3614947782037605, -0.0022755207225444375}, 0.05067309114675584], DiskBox[{0.27420957893889847, -0.0207554653079002}, 0.03854694226830473], DiskBox[{0.20699826002248695, -0.030184850883677675}, 0.029322599521958415], DiskBox[{0.15549691761058668, -0.0338026570072246}, 0.022305656224051257], DiskBox[{0.11622339825571983, -0.033837153979161795}, 0.016967878281493046], DiskBox[{0.0864178893273852, -0.03179602431528817}, 0.012907438834510652], DiskBox[{0.06390667543458001, -0.02867813756700759}, 0.009818668810722629], DiskBox[{0.046987599017691846, -0.0251270892536637}, 0.007469046218285823], DiskBox[{0.034335057156244464, -0.021541688513858268}, 0.005681691936687697], DiskBox[{0.024922090088138893, -0.018154803576513272}, 0.004322054291803641], DiskBox[{0.01795710580639635, -0.015089094457693391}, 0.0032877800326830803], DiskBox[{0.012832928236909102, -0.012395976374929823}, 0.002501009199215458], DiskBox[{0.009086080187951515, -0.01008250606960961}, 0.0019025138398494836], DiskBox[{0.00636446893528058, -0.008129641871384501}, 0.0014472393432036338]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.9988175770670474, 0.6006730696509528}, 0.1633758069047017], DiskBox[{1.2552385721277521, 0.8785995352934225}, 0.21477078770172514], DiskBox[{1.566234881114784, 1.2664063664041054}, 0.28233367059619435], DiskBox[{1.9388074990164772, 1.8032781433410467}, 0.3711505759480904], DiskBox[{2.3785732669896125, 2.5412395637218044}, 0.48790762269236787], DiskBox[{2.8881657873806175, 3.5490283317615376}, 0.6413942580399297], DiskBox[{3.4647860330303915, 4.917028719620216}, 0.8431649253120533], DiskBox[{4.096541354577567, 6.763518776942005}, 1.108408880130982], DiskBox[{4.757076058589289, 9.24253008342332}, 1.4570936345561651], DiskBox[{5.397814812999287, 12.553666829616416}, 1.9154681074128563], DiskBox[{5.936897209324793, 16.95427726780215}, 2.518038637670244], DiskBox[{6.243559021518907, 22.774409138939227}, 3.3101666147624322], DiskBox[{0.7895963887558898, 0.4032592935604711}, 0.12427972429300718], DiskBox[{0.6204320415460335, 0.2644600485762212}, 0.09453939455892217], DiskBox[{0.48475122573220325, 0.16803336582975958}, 0.07191597160688633], DiskBox[{0.37671066396778147, 0.10199963149867709}, 0.05470636866559434], DiskBox[{0.2912454472287634, 0.057575398577015935}, 0.04161505025525301], DiskBox[{0.22404959296522686, 0.028361738909803376}, 0.031656504534843956], DiskBox[{0.17151856704219276, 0.009729327215942284}, 0.02408105416713028], DiskBox[{0.1306732966740273, -0.0016451777177885515}, 0.018318420758109168], DiskBox[{0.09907810142844949, -0.008126961907190899}, 0.013934794413159767], DiskBox[{0.07476010384170054, -0.011382694805520474}, 0.010600176614628207], DiskBox[{0.056134405096510444, -0.012573320455839136}, 0.008063537999182566], DiskBox[{0.04193715442946725, -0.012496423223919022}, 0.006133920917367821], DiskBox[{0.031167263223016262, -0.011690742455579496}, 0.004666064179809991], DiskBox[{0.0230366717656455, -0.010512417943342652}, 0.0035494678238285338], DiskBox[{0.01692859447293381, -0.009190232811926621}, 0.0027000746982668174], DiskBox[{0.012362925312698147, -0.007865338045520472}, 0.002053942657904434], DiskBox[{0.008967893797033825, -0.006619577424669184}, 0.0015624310115077591]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8656244588800028, 0.9132323396911097}, 0.17637955217065474], DiskBox[{1.0521327382386665, 1.2763831285296707}, 0.23186526862123114], DiskBox[{1.2636908592786509, 1.7695960140032871}, 0.30480575628618856], DiskBox[{1.4962688355098004, 2.435654955404518}, 0.40069196054095113], DiskBox[{1.7406897234317247, 3.3303015373986575}, 0.5267421757330709], DiskBox[{1.9798479976248613, 4.525802166752655}, 0.6924454369422092], DiskBox[{2.184737149162039, 6.115373167901762}, 0.9102758526499046], DiskBox[{2.3088376236254273, 8.218622632466635}, 1.1966316531401524], DiskBox[{2.2802619685978476, 10.988176516838363}, 1.5730696460072509], DiskBox[{1.9908509912267993, 14.617653780179019}, 2.067928008335538], DiskBox[{1.281148661049495, 19.351133339547562}, 2.7184595790229067], DiskBox[{-0.08016343027384609, 25.494202543908894}, 3.573636245069083], DiskBox[{0.7049721836204332, 0.6474638358257243}, 0.1341716532575682], DiskBox[{0.5690674648934969, 0.4542352886107338}, 0.10206416966322358], DiskBox[{0.45576146067350504, 0.31475282275820904}, 0.0776400564212001], DiskBox[{0.36243418250533505, 0.21486734799178547}, 0.059060671154013956], DiskBox[{0.2863525963028562, 0.14397938593918733}, 0.04492736144135659], DiskBox[{0.22488472757001007, 0.09418912063634824}, 0.034176174544625265], DiskBox[{0.1756174002360884, 0.059640122852027834}, 0.025997763256791505], DiskBox[{0.13641104019319167, 0.03601512124321741}, 0.019776458405947356], DiskBox[{0.10541472236138762, 0.0201504708880757}, 0.015043921402738176], DiskBox[{0.08105729564022417, 0.009742791025002308}, 0.011443887804689181], DiskBox[{0.0620252056364406, 0.003126806930393224}, 0.008705347799974348], DiskBox[{0.047233970762342606, -0.0008920729486626923}, 0.006622144642790517], DiskBox[{0.035797723230495904, -0.003163308565061185}, 0.0050374552146174294], DiskBox[{0.02699948559883729, -0.004284902899594088}, 0.003831984411108109], DiskBox[{0.020263683468714638, -0.004672924691513191}, 0.0029149846304074275], DiskBox[{0.015131626468973407, -0.00461282060561973}, 0.002217424311769155], DiskBox[{0.011240200379302888, -0.00429706410434597}, 0.001686791253419976]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.6368284156541888, 1.1999256400763811}, 0.19041831843601703], DiskBox[{0.7260032693951408, 1.6315486653182663}, 0.2503203688364729], DiskBox[{0.8036867295394999, 2.205704052307645}, 0.3290664867176763], DiskBox[{0.8533343907719217, 2.965735357806383}, 0.4325846641407513], DiskBox[{0.849306617951791, 3.9669796494558804}, 0.5686677288724177], DiskBox[{0.7529450116020457, 5.279675288439142}, 0.7475599869062707], DiskBox[{0.5071624559909926, 6.992418374244265}, 0.9827284117764354], DiskBox[{0.029033924746512563, 9.216203507638875}, 1.2918764356414412], DiskBox[{-0.8002877337873516, 12.089048982570064}, 1.6982766601290744], DiskBox[{-2.1492172769444755, 15.781145079196103}, 2.232522813149023], DiskBox[{-4.254100484250186, 20.50036441247637}, 2.9348328386330276], DiskBox[{-7.443797752824722, 26.497817918291567}, 3.8580764953392], DiskBox[{0.5464357541498054, 0.8770717571431463}, 0.14485092109978248], DiskBox[{0.46084439929345195, 0.6368241638551984}, 0.11018787223722674], DiskBox[{0.3832449271093773, 0.4590116861021257}, 0.08381974443782558], DiskBox[{0.31499680088404164, 0.3281589756910162}, 0.06376155029563008], DiskBox[{0.2563170805332087, 0.23245061691413046}, 0.04850331295292636], DiskBox[{0.2067485388167955, 0.16290876009976735}, 0.036896395343303766], DiskBox[{0.1654716147106562, 0.11274440720368663}, 0.02806703102220224], DiskBox[{0.13150699952118075, 0.07684869781267138}, 0.02135054720309504], DiskBox[{0.10384259636489576, 0.05139619491915862}, 0.016241328322578737], DiskBox[{0.0815089840101801, 0.033537145415874645}, 0.01235475340152218], DiskBox[{0.06362048548251066, 0.021159971948962245}, 0.00939824185440691], DiskBox[{0.04939383187389595, 0.012708872117054983}, 0.0071492280811564736], DiskBox[{0.038152724493515644, 0.0070444166191916645}, 0.005438406773116794], DiskBox[{0.029323959032132283, 0.003337520524726067}, 0.004136987643160814], DiskBox[{0.02242890306855323, 0.0009891847370426872}, 0.0031470001185396265], DiskBox[{0.01707280385393524, -0.0004299615919961566}, 0.002393918135690078], DiskBox[{0.012933491845216118, -0.0012249779891477474}, 0.0018210498330217004]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.31604685188171777, 1.4321098137099413}, 0.20557448723374758], DiskBox[{0.28419970049585874, 1.9068617054053456}, 0.27024438557371006], DiskBox[{0.19924797245303205, 2.526568670627025}, 0.3552582274038282], DiskBox[{0.0314672742514448, 3.3315433755772155}, 0.46701583779503275], DiskBox[{-0.26179095534895497, 4.3719491519707905}, 0.6139303073858836], DiskBox[{-0.741020500187541, 5.709692128656296}, 0.8070613281692317], DiskBox[{-1.4911861069702266, 7.420454980192103}, 1.0609477649014025], DiskBox[{-2.630597683875739, 9.595761327297417}, 1.3947021379436655], DiskBox[{-4.322735983682776, 12.344875801219514}, 1.8334494099861787], DiskBox[{-6.791934003876303, 15.796220107241213}, 2.410218388232258], DiskBox[{-10.344070862798779, 20.097803614620062}, 3.1684281264224774], DiskBox[{-15.393749543548392, 25.415905600427294}, 4.165156502547461], DiskBox[{0.3152245185900083, 1.0701560652918072}, 0.15638019532469236], DiskBox[{0.2955476813190136, 0.7955216913645867}, 0.11895817335534806], DiskBox[{0.26615901364297295, 0.5881442874137245}, 0.09049129896953516], DiskBox[{0.23294060253026946, 0.4323177368638906}, 0.0688365915365298], DiskBox[{0.19952946670752625, 0.31581343443513715}, 0.05236388899624815], DiskBox[{0.16804195049050125, 0.22915994888716942}, 0.039833129584231415], DiskBox[{0.13958553052673622, 0.1650582458869747}, 0.030301000229143733], DiskBox[{0.11461643121994468, 0.11791097438505033}, 0.02304992413275087], DiskBox[{0.0931862323729441, 0.0834464293764055}, 0.017534041731551934], DiskBox[{0.07510921944302017, 0.05842020551528164}, 0.013338118497620987], DiskBox[{0.0600736768937898, 0.04037998038754417}, 0.010146286166095074], DiskBox[{0.047713964428524595, 0.02748115606846937}, 0.0077182642351433725], DiskBox[{0.037655509447629125, 0.01834316010290735}, 0.005871271697673808], DiskBox[{0.029541386565742744, 0.011938027561510158}, 0.004466267323544818], DiskBox[{0.023046623243374094, 0.007504449633394107}, 0.0033974826634692074], DiskBox[{0.017884531599750387, 0.004481794219179818}, 0.0025844598212299537], DiskBox[{0.013808040394647829, 0.0024597025081230487}, 0.001965994599287085], DiskBox[{0.010608052663492754, 0.0011397689653916843}, 0.0014955290589839987]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{-0.08468760244640083, 1.5810324997536715}, 0.22193699717823337], DiskBox[{-0.25488251860162847, 2.0657100971643723}, 0.2917542358761136], DiskBox[{-0.5221705919215959, 2.685848952123116}, 0.3835346753083095], DiskBox[{-0.9291119725271305, 3.4748035922499394}, 0.5041875286647505], DiskBox[{-1.534555464951907, 4.472444615023777}, 0.6627955187017246], DiskBox[{-2.4193040501139427, 5.72570627069692}, 0.8712986233009162], DiskBox[{-3.693594633668729, 7.288789207653583}, 1.1453929146248714], DiskBox[{-5.50692565709326, 9.222745953958183}, 1.5057121563013933], DiskBox[{-8.060907616739044, 11.594043324157429}, 1.9793811090374294], DiskBox[{-11.625984850476062, 14.471508152257105}, 2.6020574771995135], DiskBox[{-16.563087158883846, 17.920800714983002}, 3.420616213692412], DiskBox[{0.01895625131538463, 1.2042639291958523}, 0.16882713139906752], DiskBox[{0.07777636097640123, 0.9128879883146449}, 0.12842653842679555], DiskBox[{0.10707581102200198, 0.6886738469529308}, 0.0976938696737241], DiskBox[{0.11750808218103459, 0.5169810483097522}, 0.07431557596070237], DiskBox[{0.11638717973501037, 0.3861385295417652}, 0.05653174399597305], DiskBox[{0.10864916960098624, 0.28690441250278026}, 0.04300361045329413], DiskBox[{0.09755342811765423, 0.21200543837939648}, 0.032712780135535906], DiskBox[{0.08519055941528737, 0.15575054323298415}, 0.024884561387192538], DiskBox[{0.07284750032706688, 0.11371087399864652}, 0.018929647460940554], DiskBox[{0.06126774583396102, 0.08245774195555446}, 0.014399753623140707], DiskBox[{0.05083503385715938, 0.05935006422033271}, 0.010953870368426356], DiskBox[{0.04170155024798904, 0.04236338946872796}, 0.008332592292097754], DiskBox[{0.03387622048256985, 0.029953401276498984}, 0.006338590102952038], DiskBox[{0.027284527011877464, 0.020947686650068104}, 0.004821755713566381], DiskBox[{0.0218082059867527, 0.014460453157416219}, 0.0036679021333911863], DiskBox[{0.01731088292842489, 0.009825720302942402}, 0.0027901674948573483], DiskBox[{0.013654010276851408, 0.006545270700890511}, 0.002122476109295975], DiskBox[{0.010706222213517242, 0.00424831258823545}, 0.0016145643022633304]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{-0.5445566470422394, 1.6202572868970158}, 0.23960186587008148], DiskBox[{-0.8615368177332259, 2.0753180948856342}, 0.314976142690069], DiskBox[{-1.3186293819884034, 2.643264089124288}, 0.41406176076153356], DiskBox[{-1.9697383194585314, 3.3465056265059707}, 0.5443178656665513], DiskBox[{-2.8875935251918863, 4.209528882275485}, 0.7155501110241966], DiskBox[{-4.169802598236193, 5.257829799221339}, 0.9406488261408609], DiskBox[{-5.946690365478737, 6.515965527755921}, 1.236559397431578], DiskBox[{-8.391402616952595, 8.004285893254552}, 1.6255579137323772], DiskBox[{-11.732859123500864, 9.733727844358333}, 2.136928105828553], DiskBox[{-16.27226708604971, 11.697810447357377}, 2.809165819872355], DiskBox[{-22.404049186626374, 13.86063471287983}, 3.692876977009657], DiskBox[{-0.32796213885421693, 1.258237567429072}, 0.1822647697635754], DiskBox[{-0.18265023736304326, 0.9721085812391694}, 0.13864852920211468], DiskBox[{-0.08743813339704476, 0.7473234038605958}, 0.10546972228832417], DiskBox[{-0.027016453846764227, 0.5717277012257}, 0.08023065504979454], DiskBox[{0.00959291339112765, 0.4352919866407539}, 0.06103133553459363], DiskBox[{0.030193043895431648, 0.3298272591395538}, 0.04642644279576638], DiskBox[{0.040274438166202166, 0.24870834633211641}, 0.0353165234184797], DiskBox[{0.04365495919377395, 0.1866185573182121}, 0.026865224886059157], DiskBox[{0.042952023949813914, 0.13932222065330116}, 0.020436335129206833], DiskBox[{0.0399289644029708, 0.1034672135264585}, 0.015545888608212466], DiskBox[{0.03574747762873235, 0.076416874077714}, 0.01182573348357152], DiskBox[{0.031150355969557803, 0.056109155197808194}, 0.008995817218874626], DiskBox[{0.02659274242359398, 0.04094012117891669}, 0.006843104281677161], DiskBox[{0.022335604491846198, 0.02966862711413732}, 0.005205538871071733], DiskBox[{0.018511651590192198, 0.02133906212873491}, 0.003959845389291288], DiskBox[{0.015171291428263085, 0.015219251338205819}, 0.0030122482792762514], DiskBox[{0.01231423639504364, 0.010750912109186671}, 0.002291412619427217], DiskBox[{0.009910880935614754, 0.007510392832827898}, 0.0017430740449229667]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{-1.0342711107280886, 1.5282934885453603}, 0.25867275334143763], DiskBox[{-1.495397564739117, 1.9101664893238472}, 0.34004637555987993], DiskBox[{-2.1348703001293816, 2.369019330396679}, 0.44701862116410046], DiskBox[{-3.015234309414463, 2.9126023642076344}, 0.5876423394851493], DiskBox[{-4.219218007128466, 3.5453901522623066}, 0.7725036560139432], DiskBox[{-5.8557209710625315, 4.265725274094174}, 1.0155188938185586], DiskBox[{-8.067406630068863, 5.061527949488915}, 1.3349821915714728], DiskBox[{-11.040269264681216, 5.90397882885163}, 1.7549426826630679], DiskBox[{-15.015605807900382, 6.738364139125912}, 2.307014909170612], DiskBox[{-20.304883243665767, 7.470980701292536}, 3.032758758285509], DiskBox[{-27.308044960858524, 7.950610342617695}, 3.98680808233878], DiskBox[{-0.7044350740108838, 1.2142264895753305}, 0.19677196444476602], DiskBox[{-0.4706628337648997, 0.9585267341160202}, 0.14968412981766374], DiskBox[{-0.3067186315100623, 0.7521770992949202}, 0.11386448665333315], DiskBox[{-0.19316745530972992, 0.5869536984948074}, 0.08661653935270505], DiskBox[{-0.1156934549857672, 0.4555925950085843}, 0.06588906787311358], DiskBox[{-0.06381505382324446, 0.3518278003651231}, 0.050121712292263115], DiskBox[{-0.02990787874698823, 0.270352475409551}, 0.03812750922423523], DiskBox[{-0.00846532875939635, 0.20673805504810824}, 0.029003537452341584], DiskBox[{0.004458304034612174, 0.15733395129136252}, 0.022062946199870835], DiskBox[{0.011665156469307578, 0.11916212699114649}, 0.01678324914049736], DiskBox[{0.015124940088120823, 0.08981512317611645}, 0.012766991731759488], DiskBox[{0.016205694185636478, 0.0673622962221656}, 0.00971183091630998], DiskBox[{0.015843962971348092, 0.05026651703334746}, 0.007387774796811563], DiskBox[{0.014669553919241168, 0.037311998219179555}, 0.005619868891739472], DiskBox[{0.013096414677258403, 0.02754295681962505}, 0.004275025596878197], DiskBox[{0.011388368567560564, 0.020212283332908688}, 0.003252005376998574], DiskBox[{0.009706297618372946, 0.014739127688753394}, 0.002473795473821336], DiskBox[{0.008141715967634524, 0.010674228647363395}, 0.0018818124009213808], DiskBox[{0.0067404228638554215, 0.007671835884501288}, 0.001431491790544544]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{-1.5171576689192396, 1.2912409447460127}, 0.2792615703482105], DiskBox[{-2.107105807399476, 1.5553622262519398}, 0.36711205027737703], DiskBox[{-2.9048077586794903, 1.8480734744365441}, 0.48259865219125386], DiskBox[{-3.9775650629752137, 2.1593798787496707}, 0.6344151844670929], DiskBox[{-5.412729803887413, 2.470051772106932}, 0.83399036539976], DiskBox[{-7.323108893218686, 2.7469246941681282}, 1.0963481748373929], DiskBox[{-9.853623877712364, 2.9362441445897183}, 1.4412388563903047], DiskBox[{-13.1894394079237, 2.9543318734505117}, 1.8946257118340286], DiskBox[{-17.565774105221802, 2.6746059558366024}, 2.490639613292865], DiskBox[{-23.279586093885168, 1.9096660672614585}, 3.274148368491606], DiskBox[{-1.0833637708778638, 1.059751773799387}, 0.21243384578202826], DiskBox[{-0.7663537130606404, 0.8612460590100579}, 0.1615980987912959], DiskBox[{-0.5362317875618442, 0.6939180195373864}, 0.12292742447338709], DiskBox[{-0.37040594227189266, 0.5548236210171472}, 0.09351070217216077], DiskBox[{-0.251886603299623, 0.4405394921467637}, 0.07113344689511186], DiskBox[{-0.16796100925400198, 0.34757341218320914}, 0.05411110332445039], DiskBox[{-0.10916558909222197, 0.2726060382815567}, 0.04116223282848609], DiskBox[{-0.06849340110927662, 0.21262025360073578}, 0.03131204701680712], DiskBox[{-0.04078586945872685, 0.16495760693818676}, 0.023819025864511133], DiskBox[{-0.022268217277396737, 0.1273291251362922}, 0.01811909623250503], DiskBox[{-0.010196349334001861, 0.09779906413286937}, 0.01378316855400569], DiskBox[{-0.0025897354138994006, 0.07475399038690789}, 0.010484835057463929], DiskBox[{0.001969670294680348, 0.056865256862774195}, 0.007975797854570676], DiskBox[{0.004488049039895328, 0.04304994236167522}, 0.006067177124707293], DiskBox[{0.005671963036485535, 0.03243328091729589}, 0.0046152922796904175], DiskBox[{0.006011558126246344, 0.024314241939185133}, 0.003510845717727027], DiskBox[{0.005841892381355587, 0.01813503015997696}, 0.0026706949217328883], DiskBox[{0.0053878713655314756, 0.013454711646647702}, 0.0020315935072155763], DiskBox[{0.004796960088023203, 0.009926833903596971}, 0.0015454300470539811]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{-1.9510529059399782, 0.9052275963438805}, 0.3014891350787486], DiskBox[{-2.6410149410512274, 1.0096628191007084}, 0.3963319921788935], DiskBox[{-3.5553520937794474, 1.0838590511264432}, 0.5210106426669793], DiskBox[{-4.761190830000008, 1.0979883880247665}, 0.6849108705050805], DiskBox[{-6.3438494928673705, 1.0068273697715746}, 0.900371052181883], DiskBox[{-8.411103326975176, 0.7433074919968193}, 1.1836109872358898], DiskBox[{-11.098191074003617, 0.20966917815974462}, 1.5559529215323067], DiskBox[{-14.573576083397233, -0.7345946001004058}, 2.045426681682556], DiskBox[{-19.04540488311561, -2.2890734904629753}, 2.688879754805644], DiskBox[{-24.76849119521595, -4.734449704497234}, 3.534751160015298], DiskBox[{-1.4329552865693114, 0.7896555820523443}, 0.2293423199848678], DiskBox[{-1.04586750696054, 0.6746788609955746}, 0.17446034903481009], DiskBox[{-0.7581684875208302, 0.5670500859347833}, 0.13271171839264548], DiskBox[{-0.5455063294985275, 0.47022918264356695}, 0.10095359946353559], DiskBox[{-0.3892188589454493, 0.38555994913133756}, 0.07679524738343503], DiskBox[{-0.2750730822739974, 0.313079806835572}, 0.05841802622216718], DiskBox[{-0.19226596627727058, 0.25206794710894426}, 0.04443850243302862], DiskBox[{-0.1326373012999511, 0.2014087082191942}, 0.03380430025109175], DiskBox[{-0.09005323504881664, 0.15982589918913126}, 0.025714879055344465], DiskBox[{-0.059926117285126826, 0.12602817230383037}, 0.01956126883027663], DiskBox[{-0.038842469727175206, 0.09879406790576531}, 0.014880227024471466], DiskBox[{-0.02427618504931802, 0.077016969570607}, 0.011319365743652512], DiskBox[{-0.014368514380900803, 0.05972412262428324}, 0.008610624060228344], DiskBox[{-0.007760104202854593, 0.04607948563989165}, 0.006550088440084184], DiskBox[{-0.003463383243903266, 0.03537705300145078}, 0.004982642172370804], DiskBox[{-0.0007660715748356903, 0.02702907017136154}, 0.0037902882144243166], DiskBox[{0.0008414235966940633, 0.020552011391536295}, 0.0028832663979095684], DiskBox[{0.0017203673281928978, 0.015552116717124373}, 0.0021932963012357793], DiskBox[{0.0021241876226816784, 0.011711555022191102}, 0.0016684371130264973]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{-2.2909774088381885, 0.37839839770677397}, 0.325485882132634], DiskBox[{-3.038878520032542, 0.2878414168765786}, 0.42787766815555917], DiskBox[{-4.01146101420011, 0.10104847682667517}, 0.5624799997673474], DiskBox[{-5.269943239138509, -0.2323896376536271}, 0.7394257136674183], DiskBox[{-6.890023248185669, -0.7841499002462413}, 0.9720352479354243], DiskBox[{-8.964453569468812, -1.655117630863212}, 1.2778194019553142], DiskBox[{-11.605695510442015, -2.986034239635007}, 1.679797545903305], DiskBox[{-14.948431507488158, -4.97170245244099}, 2.2082305143473184], DiskBox[{-19.151567700683824, -7.879844012160998}, 2.902898635842702], DiskBox[{-24.39914475604833, -12.076012404908402}, 3.816096388138227], DiskBox[{-1.7186471277465678, 0.4077512571969713}, 0.24759660845198164], DiskBox[{-1.2827748728459214, 0.399899664656429}, 0.18834635811313857], DiskBox[{-0.9524156016804848, 0.37099752107830586}, 0.1432747840783226], DiskBox[{-0.7032355733424753, 0.3316747104825014}, 0.10898890723631144], DiskBox[{-0.5162089758536464, 0.2887170889404418}, 0.08290769361112249], DiskBox[{-0.37654039672996237, 0.24627277839948572}, 0.06306775463866363], DiskBox[{-0.27278361501615794, 0.20671087314995176}, 0.04797554366690369], DiskBox[{-0.19612767334136713, 0.17122670504172496}, 0.0364949220615499], DiskBox[{-0.1398232354331744, 0.1402635838746216}, 0.02776163091607464], DiskBox[{-0.09872506327819892, 0.11380264983103}, 0.021118229813466272], DiskBox[{-0.06892955699839799, 0.09155875182292904}, 0.01606460484265508], DiskBox[{-0.047489382125717496, 0.07311001523369395}, 0.012220320122953434], DiskBox[{-0.03219008708489892, 0.057981145981077356}, 0.009295978666773052], DiskBox[{-0.021376198758897697, 0.045694889316102424}, 0.007071436632072012], DiskBox[{-0.013816542030127452, 0.03580192651022089}, 0.005379230937797372], DiskBox[{-0.008600460419791175, 0.027896473294996407}, 0.00409197267651648], DiskBox[{-0.0050582394405739375, 0.021622654313705393}, 0.0031127573028522345], DiskBox[{-0.0027003823231912276, 0.016675151719058704}, 0.002367869678618782], DiskBox[{-0.0011714937403820766, 0.012796500928603748}, 0.0018012348119092587]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{-2.4924917752692233, -0.2677877035879564}, 0.3513926279299824], DiskBox[{-3.2443694092803153, -0.5779175810064165}, 0.46193419284608705], DiskBox[{-4.2021931072381316, -1.0530267845321395}, 0.6072500717427803], DiskBox[{-5.415093144250391, -1.7632290096754217}, 0.798279615024033], DiskBox[{-6.941122466553091, -2.8049426742842507}, 1.0494034886386074], DiskBox[{-8.847642638422208, -4.309894666393473}, 1.3795262477468198], DiskBox[{-11.211010947219833, -6.4569632394794}, 1.8134994678656013], DiskBox[{-14.115092759429771, -9.487680680404747}, 2.38399256652085], DiskBox[{-17.64790035944143, -13.726428651358932}, 3.1339521504882333], DiskBox[{-21.895347926103693, -19.60661721944468}, 4.11983502779262], DiskBox[{-1.9055857698149679, -0.07201577547315749}, 0.26730383001693186], DiskBox[{-1.4498922716983005, 0.0456566593837783}, 0.20333761115773327], DiskBox[{-1.0978837274784266, 0.1109682001972842}, 0.15467860714421683], DiskBox[{-0.8273153168824277, 0.1420022114203611}, 0.11766377785128736], DiskBox[{-0.6203541158198804, 0.15131076743665245}, 0.08950665430629805], DiskBox[{-0.4628064381709292, 0.14748062138425422}, 0.06808757386009334], DiskBox[{-0.3434490541400617, 0.1362809080344457}, 0.051794112405198725], DiskBox[{-0.2534612549335857, 0.12149890302163954}, 0.039399701410343116], DiskBox[{-0.18594986751416764, 0.10554436425187882}, 0.029971292085862272], DiskBox[{-0.13555698839000713, 0.0898831488807801}, 0.022799115656756127], DiskBox[{-0.09813947753245804, 0.07534562601038734}, 0.017343252110753566], DiskBox[{-0.07050949985858165, 0.0623438523465718}, 0.013192985127386925], DiskBox[{-0.05022619678892252, 0.05102272381254229}, 0.0100358834352371], DiskBox[{-0.03542963456493376, 0.041363714586992464}, 0.007634281048084179], DiskBox[{-0.024709331081715972, 0.03325486131818855}, 0.005807385816828226], DiskBox[{-0.017000800303880067, 0.026536951814505653}, 0.004417669432534332], DiskBox[{-0.011504611091918455, 0.021033130716651617}, 0.0033605143227434125], DiskBox[{-0.007623404561634057, 0.016567105861614934}, 0.0025563380614662713], DiskBox[{-0.004913139771042837, 0.012973649310783097}, 0.0019446024200147696], DiskBox[{-0.0030455425288339593, 0.010103999952350513}, 0.0014792560612105848]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{-2.515562231712632, -0.9981774619042876}, 0.37936139704278427], DiskBox[{-3.2081838678279326, -1.5378714223400813}, 0.4987014149165371], DiskBox[{-4.067414869461307, -2.308647606394369}, 0.6555835759211615], DiskBox[{-5.124121740392716, -3.397627837156298}, 0.8618179378727193], DiskBox[{-6.410858599041039, -4.921874117875432}, 1.1329297824393707], DiskBox[{-7.959669206022864, -7.037866425136017}, 1.4893283552513883], DiskBox[{-9.798342317113192, -9.953732231962967}, 1.957843269844932], DiskBox[{-11.94438836576313, -13.944944037515336}, 2.573744235622296], DiskBox[{-14.39571235667711, -19.37435766329072}, 3.3833961545469635], DiskBox[{-1.961540159283607, -0.6250759231108027}, 0.28857962953712235], DiskBox[{-1.5214670495400169, -0.3711015064214111}, 0.21952207903323043], DiskBox[{-1.174137663450356, -0.20153155794356173}, 0.1669901068913556], DiskBox[{-0.9016321179444023, -0.09113213982882597}, 0.12702911671752679], DiskBox[{-0.6890231785969435, -0.021697126874041118}, 0.09663085313511084], DiskBox[{-0.5240245925023738, 0.01980390386717011}, 0.07350694091956178], DiskBox[{-0.3966267241192393, 0.042612682090809255}, 0.05591661656755741], DiskBox[{-0.29874703800625285, 0.05321563106949134}, 0.04253568396737841], DiskBox[{-0.22391046271925139, 0.05610968096021736}, 0.032356829179511416], DiskBox[{-0.16696651550773883, 0.0543666001572387}, 0.024613790044025675], DiskBox[{-0.12384492962033337, 0.05004636206315304}, 0.018723672117878568], DiskBox[{-0.09134844686387117, 0.04449797533777129}, 0.014243068497405824], DiskBox[{-0.06697973772604973, 0.038576869322772725}, 0.010834680234978354], DiskBox[{-0.04879861248412959, 0.032800751705080365}, 0.008241924541443553 ], DiskBox[{-0.035305458130289125, 0.027460368778073254}, 0.006269619284891173], DiskBox[{-0.025346951284698178, 0.02269742290445641}, 0.004769289718660126], DiskBox[{-0.01804040460287387, 0.018558738979574493}, 0.003627991331998718], DiskBox[{-0.012713503899186898, 0.015033387697953178}, 0.0027598074098034936], DiskBox[{-0.008856622032893318, 0.01207768531133204}, 0.002099381239428209], DiskBox[{-0.006085315151370475, 0.009631655183779918}, 0.0015969960703804847]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{-2.328691733904992, -1.7646437509967885}, 0.40955631429731976], DiskBox[{-2.8933936650994347, -2.5260395701593334}, 0.5383950898015079], DiskBox[{-3.564699506649845, -3.5759258945038996}, 0.7077641403715278], DiskBox[{-4.349566032193209, -5.013844748661047}, 0.9304135343814657], DiskBox[{-5.248061597810932, -6.970971384548198}, 1.2231042738415565], DiskBox[{-6.24834332372913, -9.619339210897042}, 1.6078700592892858], DiskBox[{-7.319230861092802, -13.18348073762478}, 2.1136759823748514], DiskBox[{-8.399408471883502, -17.955018325402325}, 2.7785990121882636], DiskBox[{-9.381937043981397, -24.310816689133862}, 3.6526944219042434], DiskBox[{-1.8600746245832753, -1.2165646762066342}, 0.3115488565147297], DiskBox[{-1.4756026115679957, -0.8253085676015305}, 0.23699473456334602], DiskBox[{-1.1632411740274846, -0.5486321998517542}, 0.18028152900023675], DiskBox[{-0.9116339845100547, -0.3551117262119708}, 0.13713988101274013], DiskBox[{-0.7105088980341988, -0.2214981569048975}, 0.10432209593786962], DiskBox[{-0.5508468427858276, -0.13068912695499252}, 0.07935765745530321], DiskBox[{-0.4249032234660153, -0.07018083125556493}, 0.060367247611128154], DiskBox[{-0.32614267557036886, -0.03089211010616139}, 0.04592127213679148], DiskBox[{-0.24912765338597367, -0.006275511545779545}, 0.03493224087746101], DiskBox[{-0.18938708964632453, 0.008351436655393323}, 0.026572901749890795], DiskBox[{-0.14328152362402768, 0.016306794390932702}, 0.020213965370453852], DiskBox[{-0.10787440097183887, 0.019916977826220924}, 0.015376732275751058], DiskBox[{-0.08081478431643684, 0.02079286957170971}, 0.01169705652240442], DiskBox[{-0.060233811165652705, 0.020033177831542435}, 0.00889793285300865], DiskBox[{-0.04465541383080007, 0.018373310257657732}, 0.006768643795556866], DiskBox[{-0.03292073047332074, 0.01629365100905503}, 0.005148896894140893], DiskBox[{-0.02412504296786954, 0.0140977506008174}, 0.003916757924814483], DiskBox[{-0.01756580480638174, 0.0119683427164837}, 0.0029794717115143826], DiskBox[{-0.012700252117987806, 0.010007118222417462}, 0.0022664795348910703], DiskBox[{-0.009111142076636046, 0.00826267737154508}, 0.001724107485977467]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{-1.9130094531421402, -2.5080276816030036}, 0.4421545678826349], DiskBox[{-2.280632489663991, -3.463122659795245}, 0.5812481457885705], DiskBox[{-2.6758630203665934, -4.749104383703715}, 0.764097968275044], DiskBox[{-3.0771993188594338, -6.471532339150881}, 1.0044689335394879], DiskBox[{-3.4468410179938056, -8.766884494829538}, 1.3204561199445204], DiskBox[{-3.7228006812351175, -11.810703625863797}, 1.735846979910995], DiskBox[{-3.8078176381956936, -15.827563067814637}, 2.281912054595742], DiskBox[{-3.553912705914272, -21.10312764065271}, 2.9997590139980854], DiskBox[{-2.7410356461260896, -27.998565709575818}, 3.943427234165222], DiskBox[{-1.583754515715494, -1.8025811677249832}, 0.33634629773183505], DiskBox[{-1.2967573509946673, -1.2845669905097454}, 0.25585810984529067], DiskBox[{-1.0516947566091508, -0.9065661369052583}, 0.1946308694790451], DiskBox[{-0.8458253852762173, -0.6326105150783174}, 0.14805540218003888], DiskBox[{-0.6751755819871978, -0.4355491394421288}, 0.1126255160518261], DiskBox[{-0.535300645533733, -0.294986973273915}, 0.08567405632734344], DiskBox[{-0.4217540341423653, -0.1956806960040347}, 0.06517212248957155], DiskBox[{-0.3303589891252865, -0.1262965926814226}, 0.04957633304494456], DiskBox[{-0.25734928015271347, -0.07845364938184869}, 0.03771264007208828], DiskBox[{-0.19942564307370184, -0.04598997355653084}, 0.02868794712827009], DiskBox[{-0.15375999446075753, -0.024403127938813177}, 0.021822877127171326], DiskBox[{-0.1179691698048012, -0.010425192074306524}, 0.016600628967219342], DiskBox[{-0.09007262586175287, -0.0017016695165180836}, 0.012628072847652173], DiskBox[{-0.06844344009918144, 0.0034499549884967422}, 0.009606155535462312], DiskBox[{-0.051758416154609924, 0.006220861097728748}, 0.007307387697612917], DiskBox[{-0.0389507111574044, 0.007445353916622429}, 0.005558718549382175], DiskBox[{-0.02916680792646349, 0.007700409490444929}, 0.004228508625775976], DiskBox[{-0.021728622296400726, 0.007378952462435192}, 0.0032166199888370214], DiskBox[{-0.016100890070129173, 0.006743470036006639}, 0.00244687786363145], DiskBox[{-0.011863595620241849, 0.005964981562041166}, 0.0018613362163723613], DiskBox[{-0.008688997333192769, 0.005151160261820077}, 0.0014159155885441507]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{-1.265964256643433, -3.1613396078326295}, 0.47734744911674043], DiskBox[{-1.3726485074083812, -4.2610363775659295}, 0.6275120508755151], DiskBox[{-1.412522140308111, -5.7129166327622976}, 0.8249156347700395], DiskBox[{-1.332741489636812, -7.620583443854974}, 1.0844187032561878], DiskBox[{-1.054581389418615, -10.115098017792526}, 1.425556595614355], DiskBox[{-0.4628771274668926, -13.361176648111638}, 1.8740101043973705], DiskBox[{0.60838540868221, -17.56435715648107}, 2.463538720376062], DiskBox[{2.3956191544754075, -22.97908637003126}, 3.238522040276701], DiskBox[{-1.1271175912042082, -2.3324229167623467}, 0.363117468198968], DiskBox[{-0.9781171944897107, -1.7106874540999464}, 0.2762228979231063], DiskBox[{-0.8323171433924517, -1.2467111313043604}, 0.21012233235563094], DiskBox[{-0.6972499969275178, -0.902285817836921}, 0.15983973409351782], DiskBox[{-0.576620798189003, -0.6480198132010844}, 0.12158983916019632], DiskBox[{-0.47169406978831463, -0.4614134610978922}, 0.09249320308774192], DiskBox[{-0.38224507280936776, -0.3253257713751508}, 0.07035943691116286], DiskBox[{-0.30720097838589666, -0.22676070464575282}, 0.05352231512362868], DiskBox[{-0.24506354835154395, -0.1559123635313032}, 0.040714342552370844], DiskBox[{-0.19417963710011213, -0.10541816276494906}, 0.03097133757467049], DiskBox[{-0.1529071565075947, -0.0697778397562283}, 0.023559848717447596], DiskBox[{-0.11971044001529732, -0.044903820033628083}, 0.01792194057653393], DiskBox[{-0.09320894385463022, -0.027774980962647557}, 0.013633192550635814], DiskBox[{-0.0721959797489273, -0.01617133810699394}, 0.010370748543049662], DiskBox[{-0.05563896491752265, -0.008471719268025467}, 0.007889012419042725], DiskBox[{-0.04266896161406995, -0.0035002112061208344}, 0.0060011595777742024], DiskBox[{-0.032564656092372406, -0.0004101825177673828}, 0.0045650728335754195], DiskBox[{-0.024734095754087783, 0.0014028851796475115}, 0.003472643862534599], DiskBox[{-0.01869624146964869, 0.0023665861512857556}, 0.002641634829417226], DiskBox[{-0.014063536633600686, 0.002780089713134445}, 0.002009487539818418], DiskBox[{-0.010526126320921014, 0.0028500274966736655}, 0.0015286140717550704]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{-0.40424278061575114, -3.654155392645976}, 0.5153414749720333], DiskBox[{-0.19773129886959334, -4.8289423024548395}, 0.6774582884213272], DiskBox[{0.179960089686235, -6.35080778817851}, 0.8905740268152501], DiskBox[{0.8137144276876229, -8.312271011688843}, 1.1707320004691841], DiskBox[{1.823266026656713, -10.82694290442946}, 1.5390224458083281], DiskBox[{3.3759728453504305, -14.032924491938426}, 2.023170194162805], DiskBox[{5.703875705742478, -18.09610170367655}, 2.6596217915450313], DiskBox[{9.12636998111764, -23.212914472906427}, 3.496289187370259], DiskBox[{-0.49911988474358004, -2.7517684409421403}, 0.39201946505846325], DiskBox[{-0.5236192380026012, -2.0619753076556573}, 0.29820860235063285], DiskBox[{-0.5059013443139828, -1.5372189101029732}, 0.2268468237990572], DiskBox[{-0.46483316195783014, -1.1399270324602269}, 0.17256202893575345], DiskBox[{-0.41275460032275235, -0.8405939255368432}, 0.13126766922159383], DiskBox[{-0.35747696303094373, -0.6161788558506776}, 0.09985511348667042], DiskBox[{-0.30371521816015185, -0.4487856089875107}, 0.07595963079533047], DiskBox[{-0.2541054030680317, -0.32458500477855384}, 0.05778237397259712], DiskBox[{-0.20991999006256754, -0.23294366606943917}, 0.0439549627473218], DiskBox[{-0.1715648990305452, -0.1657252071493074}, 0.0334364723580707], DiskBox[{-0.13891988334904465, -0.11673376098295922}, 0.02543507294452538], DiskBox[{-0.11156754822806816, -0.08127376843894182}, 0.019348420753398404], DiskBox[{-0.08894397487128432, -0.055803858091358315}, 0.014718313820724277], DiskBox[{-0.07043480605909595, -0.03766625557924572}, 0.011196198619325248], DiskBox[{-0.05543391954782033, -0.024876381302956916}, 0.008516931018747093], DiskBox[{-0.0433768785350124, -0.015960092876598244}, 0.00647881628795792], DiskBox[{-0.0337577490300851, -0.009828411699438261}, 0.004928425556190979], DiskBox[{-0.026135267901515394, -0.005681570834242715}, 0.003749045718129508], DiskBox[{-0.02013247285509663, -0.002935874660148648}, 0.0028518932945977428], DiskBox[{-0.0154325716179958, -0.0011682139672607014}, 0.002169430829941831], DiskBox[{-0.011772886510213108, -0.00007417728852265574}, 0.0016502826858274652]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.6344642149718853, -3.9180322034878743}, 0.5563595999470842], DiskBox[{1.1884643444725647, -5.080511022931741}, 0.7313799502502303], DiskBox[{2.020743228725207, -6.55462555909048}, 0.9614584374546705], DiskBox[{3.2463136242158295, -8.412114612859808}, 1.2639153242258103], DiskBox[{5.022532547968606, -10.736596334306071}, 1.6615195047244575], DiskBox[{7.563369180433613, -13.623415911458432}, 2.1842025424217355], DiskBox[{11.15810236945208, -17.17814792681268}, 2.8713119122322563], DiskBox[{16.195704867109587, -21.51293146009567}, 3.7745730705843044], DiskBox[{0.2752387716196337, -3.0066941897824426}, 0.42322188945345934], DiskBox[{0.05060323797975751, -2.2961933557156176}, 0.3219442384558335], DiskBox[{-0.08246719030601263, -1.7451874849165956}, 0.24490248557028968], DiskBox[{-0.15444676063852586, -1.3200382303624025}, 0.18629694299292152], DiskBox[{-0.18669093814347465, -0.9936141645857189}, 0.1417157971577495], DiskBox[{-0.19397768784691782, -0.7442018000758149}, 0.10780298829068542], DiskBox[{-0.18637866774079398, -0.5545454199657512}, 0.08200556689855343], DiskBox[{-0.17062868836825032, -0.4110199322751198}, 0.06238150824001027], DiskBox[{-0.15112142159305925, -0.3029310830250096}, 0.04745351709003445], DiskBox[{-0.13062818321910685, -0.2219319925923785}, 0.03609781724979052], DiskBox[{-0.11081268637914164, -0.16154254390930428}, 0.02745955389833314], DiskBox[{-0.09259637622705608, -0.11675756220029808}, 0.0208884402920467], DiskBox[{-0.07641504838752995, -0.08373024161227907}, 0.015889804308178736], DiskBox[{-0.062396926265713734, -0.0595183975182059}, 0.012087349626020176], DiskBox[{-0.05048444251149246, -0.04188252996209143}, 0.009194828214872856], DiskBox[{-0.04051602624572495, -0.02912616862766262}, 0.006994491639343669], DiskBox[{-0.0322797653041406, -0.01997040944568462}, 0.005320699000522327], DiskBox[{-0.02554752493926902, -0.013455878845609713}, 0.004047447522121244], DiskBox[{-0.02009567917306122, -0.008866540908961655}, 0.0030788870865871587], DiskBox[{-0.01571683260726021, -0.005670785248551583}, 0.0023421046573532806], DiskBox[{-0.012225614752780601, -0.0034761030499192635}, 0.001781635399977064]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.7911879420007706, -3.892652387425839}, 0.6006425243962317], DiskBox[{2.7031180991356405, -4.94200431659258}, 0.7895934565573607], DiskBox[{3.994506509637537, -6.235201267920502}, 1.0379848267734675], DiskBox[{5.805709617449218, -7.813666048721312}, 1.3645154878935797], DiskBox[{8.324563184433165, -9.718954077823309}, 1.7937666030139383], DiskBox[{11.801180848389752, -11.988475668127858}, 2.3580521105372085], DiskBox[{16.566972271364524, -14.648539928949246}, 3.099851311015726], DiskBox[{23.058951343943082, -17.703502319164745}, 4.075006700431564], DiskBox[{1.1543834824437655, -3.0483225601241513}, 0.4569078417722034], DiskBox[{0.7155729389865396, -2.3740611557840188}, 0.34756909042160156], DiskBox[{0.4180628464943906, -1.8392825806403228}, 0.26439527093239906], DiskBox[{0.22043993719885152, -1.4177919188639216}, 0.201125074748799], DiskBox[{0.09265558376451101, -1.0875305607904076}, 0.15299553411094344], DiskBox[{0.01306777072598476, -0.8301770565540163}, 0.1163834667911423], DiskBox[{-0.03378266895541229, -0.6306885069834319}, 0.08853272365782125], DiskBox[{-0.05883547182905374, -0.47683548050097835}, 0.0673467063181579], DiskBox[{-0.06974878889855583, -0.3587615129485725}, 0.05123053560889202], DiskBox[{-0.07181536786252725, -0.2685836644088391}, 0.03897098941075195], DiskBox[{-0.06863679475159488, -0.20004116507374606}, 0.02964517152909359], DiskBox[{-0.06261666423015008, -0.14819329013887653}, 0.022551036252287535], DiskBox[{-0.055318930737546186, -0.10916412474269538}, 0.01715453849045534], DiskBox[{-0.04772641696809076, -0.07993000930063703}, 0.013049430967530935], DiskBox[{-0.040425800891028846, -0.058144629516788594}, 0.009926682007277676], DiskBox[{-0.03373879073897214, -0.04199654407827131}, 0.0075512116902868125], DiskBox[{-0.027814170868172148, -0.030094161094458022}, 0.0057441950844924665], DiskBox[{-0.022691598367945886, -0.02137360441114637}, 0.004369600339922949], DiskBox[{-0.01834516691327378, -0.015025437484157583}, 0.0033239482381441036], DiskBox[{-0.01471260912167664, -0.010436762810664921}, 0.0025285222973174966], DiskBox[{-0.011714409679621092, -0.007145745458337601}, 0.0019234430111346932], DiskBox[{-0.009265915992729318, -0.004806096016421328}, 0.001463160131515481]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{2.987170440594313, -3.5322938647675794}, 0.6484501069944529], DiskBox[{4.2387852285165755, -4.360625184222066}, 0.8524404127087356], DiskBox[{5.955540910581425, -5.3330691813377475}, 1.1206022628125738], DiskBox[{8.295405815301137, -6.452194765919508}, 1.4731228279409703], DiskBox[{11.465778068033181, -7.707001093568414}, 1.9365397859844944], DiskBox[{15.73764513393165, -9.064195089545112}, 2.545739073192304], DiskBox[{21.46335961943893, -10.455464489020027}, 3.3465810905007145], DiskBox[{2.080953551462337, -2.837810487784346}, 0.49327499610789916], DiskBox[{1.4298049150405105, -2.2630822817417475}, 0.37523352862571024], DiskBox[{0.9659174444722987, -1.7926597555587303}, 0.28543956639979984], DiskBox[{0.6386472766415693, -1.4112493966968371}, 0.21713343784845138], DiskBox[{0.4103670797935315, -1.1045795113016634}, 0.16517307122675182], DiskBox[{0.25327365551097786, -0.8598390120034632}, 0.12564690049037608], DiskBox[{0.14694221034186045, -0.6658423592131378}, 0.09557940338328919], DiskBox[{0.07646167131331881, -0.5130259908939699}, 0.07270710471529092], DiskBox[{0.031019811374812887, -0.39334745856365544}, 0.055308182400775736], DiskBox[{0.0028348457846378173, -0.30013440691192944}, 0.042072849035262795], DiskBox[{-0.013647403188279271, -0.22791372878436575}, 0.032004751360608555], DiskBox[{-0.022353764856481818, -0.1722396549280171}, 0.024345964990292637], DiskBox[{-0.026030192230030245, -0.12953169873687875}, 0.018519938012644014], DiskBox[{-0.026572048171185015, -0.09692817483685821}, 0.014088088277828993], DiskBox[{-0.025267040711832084, -0.07215765215116941}, 0.01071678702101484], DiskBox[{-0.022972814050390512, -0.05342861503300641}, 0.008152243355440604], DiskBox[{-0.020245909825448886, -0.03933638168842605}, 0.006201398945038667], DiskBox[{-0.01743473290885694, -0.028785678533134632}, 0.0047173946113692996], DiskBox[{-0.014746025236181985, -0.020926990203258347}, 0.003588514803934671], DiskBox[{-0.012291960681373186, -0.015104758069419029}, 0.0027297776758006694], DiskBox[{-0.010123157416109424, -0.010815590367878433}, 0.002076537667095371], DiskBox[{-0.008251530398862448, -0.007674811183708364}, 0.0015796190001448134]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{4.12728145894011, -2.8121312665295584}, 0.7000628896260604], DiskBox[{5.668450773380669, -3.312470531117037}, 0.9202896138314832], DiskBox[{7.735100799028035, -3.828436136065045}, 1.2097955567656082], DiskBox[{10.492303583968345, -4.317093573379589}, 1.590374668118131], DiskBox[{14.152634009739854, -4.707121242140596}, 2.0906768675477063], DiskBox[{18.988381341528818, -4.8856486938584105}, 2.7483648049243348], DiskBox[{25.346366548447772, -4.679885070340237}, 3.612949097105947], DiskBox[{2.9840637824167278, -2.35131108366817}, 0.5325367602391862], DiskBox[{2.1407614311171574, -1.941428617608989}, 0.4050998920361731], DiskBox[{1.5223760330660294, -1.585988677425993}, 0.30815886297504], DiskBox[{1.0718087079920757, -1.283703155434005}, 0.23441597170702266], DiskBox[{0.7457963459665982, -1.0305889257949128}, 0.1783198680733661], DiskBox[{0.5117173200082895, -0.821345978208464}, 0.13564764857167833], DiskBox[{0.3450948779304114, -0.6502351058916748}, 0.10318695702183402], DiskBox[{0.22765632837311775, -0.5116125427615086}, 0.07849415903291161], DiskBox[{0.1458320629244226, -0.4002335242403333}, 0.05971038569322574], DiskBox[{0.08960052243393057, -0.31140364238672236}, 0.04542159828910174], DiskBox[{0.051603703649963785, -0.2410329060070713}, 0.0345521397523077], DiskBox[{0.026473093639013887, -0.18563020690853396}, 0.026283759410321083], DiskBox[{0.010318429539738676, -0.1422636385140743}, 0.019994015238766854], DiskBox[{0.0003418198856828265, -0.1085034716082733}, 0.015209416549866284], DiskBox[{-0.005452087401405511, -0.08235856788773248}, 0.011569779707820893], DiskBox[{-0.00847270417284552, -0.062212869400937974}, 0.008801113576488964], DiskBox[{-0.009704530631498188, -0.04676580046341307}, 0.006694993521259315], DiskBox[{-0.00982621873050185, -0.034978563818091404}, 0.005092871244093801], DiskBox[{-0.009298099510749266, -0.026027118785353943}, 0.003874139299247415], DiskBox[{-0.008426130240546609, -0.019261890226663934}, 0.0029470517887879313], DiskBox[{-0.007408301433565914, -0.014173826586441465}, 0.0022418177496832136], DiskBox[{-0.0063680673139436955, -0.010366199380754122}, 0.0017053473040124986]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{5.1053921404198865, -1.7338043613735754}, 0.7557837436454956], DiskBox[{6.853083306658438, -1.8093449461980642}, 0.9935392089575688], DiskBox[{9.151929978245658, -1.749430197843935}, 1.3060881079218412], DiskBox[{12.161256773257662, -1.461738667783107}, 1.7169590593658273], DiskBox[{16.081608673778387, -0.8107040506690226}, 2.257082346633537], DiskBox[{21.16365446976678, 0.3997022342736325}, 2.9671183431516535], DiskBox[{27.718296800052894, 2.449360399597158}, 3.9005184172380623], DiskBox[{3.7830893210457703, -1.5844822380262822}, 0.5749235279381862], DiskBox[{2.7874868619658164, -1.401561054033254}, 0.4373434408400436], DiskBox[{2.041577759745805, -1.2103394771521971}, 0.33268648081205915], DiskBox[{1.4855916326125451, -1.0259624829615548}, 0.2530740927599584], DiskBox[{1.0733730180745744, -0.8567769776529528}, 0.19251307197678733], DiskBox[{0.7694563176781517, -0.706687654519526}, 0.14644439688693245], DiskBox[{0.5467220363147214, -0.5767908233905316}, 0.11140002681045617], DiskBox[{0.38453215804066876, -0.4664909103787227}, 0.08474182855184213], DiskBox[{0.26725635821329935, -0.3742495901895287}, 0.06446297825877878], DiskBox[{0.1831141493056275, -0.2980767055867831}, 0.0490368881224885], DiskBox[{0.12327037289872553, -0.23584186593058423}, 0.03730228515171008], DiskBox[{0.08113238898895522, -0.18546329936466485}, 0.02837579077334154], DiskBox[{0.051806789563595135, -0.14501417295616462}, 0.0215854202695017], DiskBox[{0.03168151554286801, -0.11277467848198057}, 0.016419995901885018], DiskBox[{0.01810599403300206, -0.08724956219384963}, 0.012490665553492366], DiskBox[{0.009147479730852138, -0.0671645905474841}, 0.009501630018755973], DiskBox[{0.0034063345403756236, -0.05145104225134704}, 0.0072278752982928305], DiskBox[{-0.00012333579435208424, -0.039224216221604026}, 0.005498233589873207], DiskBox[{-0.002158309753826216, -0.02975978589389218}, 0.004182497810380077], DiskBox[{-0.003204404989279649, -0.02247034761159029}, 0.003181619632540484], DiskBox[{-0.0036145536962659095, -0.01688350980548828}, 0.002420253146587341], DiskBox[{-0.003631721207377311, -0.01262220840496152}, 0.0018410828351875246]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{5.811572786820041, -0.3296593147745219}, 0.8159396471707167], DiskBox[{7.651460109246304, 0.09633193621556951}, 1.072619037420524], DiskBox[{10.025593124267388, 0.8223574356312909}, 1.4100449750497452], DiskBox[{13.07305909228348, 1.9904552585572375}, 1.8536188173989545], DiskBox[{16.96334057646085, 3.799550680241209}, 2.436732714922291], DiskBox[{21.900606642147043, 6.525937517318548}, 3.203283365619067], DiskBox[{4.392904603298274, -0.5560840873018466}, 0.6206840309548425], DiskBox[{3.304394032954422, -0.653235287669328}, 0.47215338489581604], DiskBox[{2.473236628033081, -0.6696630830975889}, 0.3591663515583433], DiskBox[{1.8416272916911656, -0.6383786486756943}, 0.27321728958947594], DiskBox[{1.3639615128693232, -0.5813905533483852}, 0.20783597073261392], DiskBox[{1.004472663689865, -0.5129999864850036}, 0.15810050233377254], DiskBox[{0.7352655468834665, -0.44217705334337637}, 0.12026680824345315], DiskBox[{0.5346990188421021, -0.37426057476881514}, 0.09148677551024953], DiskBox[{0.3860691273315209, -0.31216288605239123}, 0.06959384900545419], DiskBox[{0.27654635849432013, -0.2572148107258412}, 0.05293993358473268], DiskBox[{0.19632466178549982, -0.20975094809463052}, 0.04027132581409974], DiskBox[{0.13794485744967946, -0.169509039075533}, 0.030634335425254105], DiskBox[{0.09576016523798132, -0.13589741997975807}, 0.023303491702237566], DiskBox[{0.06551652906873756, -0.10816985261513784}, 0.017726930190513527], DiskBox[{0.044024933056951016, -0.0855361073037444}, 0.013484848450808199], DiskBox[{0.02890690938172781, -0.06722863270118107}, 0.010257903415142662], DiskBox[{0.018397901147116306, -0.05253975371241095}, 0.007803171304315919], DiskBox[{0.011196081316464015, -0.04083954932998338}, 0.00593586037421786], DiskBox[{0.006346684110313646, -0.031581461698265235}, 0.004515399830159014], DiskBox[{0.003153931738815769, -0.024300464042795757}, 0.003434857685460062], DiskBox[{0.00111429423632144, -0.018607034291837552}, 0.0026128909428046305], DiskBox[{-0.00013384076246171871, -0.014179068690089214}, 0.0019876221096118106], DiskBox[{-0.0008479367152544611, -0.010753095922533455}, 0.0015119810727259658]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{6.140804995591814, 1.3349172974224277}, 0.880883603838601], DiskBox[{7.931804846685439, 2.309257051144168}, 1.157993151215501], DiskBox[{10.191944133437593, 3.749956241804992}, 1.5222761922444639], DiskBox[{13.02490407696021, 5.844929162345785}, 2.00115588165776], DiskBox[{16.549561501577564, 8.85004379139618}, 2.6306821870405632], DiskBox[{20.898539711369153, 13.111666912572398}, 3.4582457232065194], DiskBox[{4.730371919197816, 0.6897911653451182}, 0.6700867986111924], DiskBox[{3.6260708542043036, 0.2744644738876772}, 0.5097339940445379], DiskBox[{2.766182080444015, 0.017412435879873952}, 0.38775386296687625], DiskBox[{2.1001030689843723, -0.13239447518420383}, 0.29496376541957287], DiskBox[{1.5867466943754556, -0.21101763925878772}, 0.22437848135100347], DiskBox[{1.1930347376068997, -0.24366036252833342}, 0.1706843646431218], DiskBox[{0.8925382940735237, -0.2477076088944546}, 0.1298393328906265], DiskBox[{0.6642860054999987, -0.2349612090784831}, 0.0987685802430192], DiskBox[{0.4917419983211259, -0.21327337181972333}, 0.07513310663294374], DiskBox[{0.3619442806723968, -0.1877325146943842}, 0.05715363831724486], DiskBox[{0.264788472743589, -0.1615178078136625}, 0.043476684504167105], DiskBox[{0.19243926552857635, -0.13650996216416414}, 0.033072646836282873], DiskBox[{0.13885164044000609, -0.11372376155653245}, 0.02515831143132946], DiskBox[{0.09938476689500994, -0.09361109792355822}, 0.019137888697235594], DiskBox[{0.0704930474391149, -0.07627061329573637}, 0.014558162410362667], DiskBox[{0.04948062431704629, -0.061590528865837546}, 0.011074371688508701], DiskBox[{0.034307562298155264, -0.04934411193443924}, 0.008424257460402096], DiskBox[{0.023437740403203195, -0.03925192109900782}, 0.006408319655080774], DiskBox[{0.015720144226162462, -0.031021035785659873}, 0.0048747988763076615], DiskBox[{0.010296716648644037, -0.02436857793857837}, 0.003708251985465434], DiskBox[{0.006531189896261551, -0.01903471142045979}, 0.002820861565087565], DiskBox[{0.003954393691446675, -0.014788760742030787}, 0.002145825041172202], DiskBox[{0.0022224288942445177, -0.011430975503177416}, 0.001632325798724103]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{6.002718522425024, 3.1615857473184654}, 0.9509967142818965], DiskBox[{7.584548847510533, 4.692244062257805}, 1.250162538124226], DiskBox[{9.519770667829869, 6.843488858365496}, 1.6434403486970695], DiskBox[{11.861988337248464, 9.840736233302723}, 2.1604360212057183], DiskBox[{14.660994963148905, 13.984479859979283}, 2.8400688868467947], DiskBox[{17.954755941729744, 19.673325718095573}, 3.7335015723046703], DiskBox[{4.721735067856709, 2.083272932022604}, 0.7234217335706912], DiskBox[{3.692867687119003, 1.33239761982645}, 0.5503057967951032], DiskBox[{2.8725607960816264, 0.8167353792230196}, 0.4186167707341915], DiskBox[{2.2229065718471754, 0.4685921033315101}, 0.31844113174982647], DiskBox[{1.711574381842683, 0.23859184499586986}, 0.24223767770283422], DiskBox[{1.311430228789639, 0.0909662747426812}, 0.18426982775881354], DiskBox[{1.0000000000000009, 6.318903956379155*^-16}, 0.1401737737261404], DiskBox[{0.7588750267557104, -0.05263873949507027}, 0.10662997344494682], DiskBox[{0.5731204693378498, -0.07989244968541694}, 0.08111325631486321], DiskBox[{0.43072137365639196, -0.09079672397736771}, 0.06170272895545292], DiskBox[{0.32208426885729996, -0.09157599652051354}, 0.04693717073533948], DiskBox[{0.23960126312183186, -0.08644884673352522}, 0.035705033374276905], DiskBox[{0.17727685663942666, -0.0782161793500642}, 0.027160763810128438], DiskBox[{0.13041377823630526, -0.06868793547215712}, 0.020661151132855438], DiskBox[{0.09535211310661625, -0.05899037576837649}, 0.015716905795392467], DiskBox[{0.06925515836220895, -0.04978553803167977}, 0.011955825994052548], DiskBox[{0.04993536218802071, -0.04142650574555657}, 0.009094778390920119], DiskBox[{0.03571406027235887, -0.03406607517786203}, 0.006918383892597158], DiskBox[{0.025309313187834394, -0.02773183682705002}, 0.0052628039549741466], DiskBox[{0.01774683678812757, -0.022377248757806133}, 0.00400340685028018], DiskBox[{0.01228972107444097, -0.017915706368351086}, 0.0030453854154536904], DiskBox[{0.008383302208792789, -0.014242697575734447}, 0.0023166199878008847], DiskBox[{0.005612161040602667, -0.011249713964936054}, 0.0017622492511605646]}}]], "Output", CellChangeTimes->{3.7628808978847075`*^9}, CellLabel->"Out[16]=", CellID->881025101] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Options", "Subsection", CellID->776923543], Cell[CellGroupData[{ Cell["ColorFunction", "Subsubsection", CellChangeTimes->{3.7616472321261053`*^9, 3.761647279692432*^9}, CellID->57268483], Cell[TextData[{ "Add a gradient for ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["ColorFunction", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/ColorFunction", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro"], ":" }], "Text", CellChangeTimes->{{3.7616476212442083`*^9, 3.761647656333892*^9}, 3.7736527275477076`*^9}, CellID->135347257], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"DoyleSpiral", "[", RowBox[{"2", ",", "25", ",", RowBox[{"ColorFunction", "\[Rule]", "\"\\""}]}], "]"}]], "Input", CellChangeTimes->{{3.761583463757721*^9, 3.761583466805778*^9}, { 3.761585171772769*^9, 3.7615851817039623`*^9}, {3.76158625993651*^9, 3.761586267269388*^9}, {3.761586309724065*^9, 3.76158632590866*^9}, { 3.761591441101303*^9, 3.761591500197473*^9}, {3.761598138985035*^9, 3.761598189625124*^9}, {3.761598829963046*^9, 3.761598848918997*^9}, { 3.761598983111081*^9, 3.761598987812285*^9}, 3.76159902354344*^9, { 3.761599176620278*^9, 3.761599199503694*^9}, 3.76159923522394*^9, { 3.7616463844429483`*^9, 3.761646398333126*^9}, {3.761647011070691*^9, 3.761647011351948*^9}, {3.761647318181099*^9, 3.7616473639248457`*^9}}, CellLabel->"In[132]:=", CellID->263474147], Cell[BoxData[ GraphicsBox[{ {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{0.9846625744742321, 0.26240848876720557}, 0.132666806573289], DiskBox[{1.200435409289731, 0.4716730510367762}, 0.16791525088555434], DiskBox[{1.441651944649904, 0.7658708430381067}, 0.21252890763133447], DiskBox[{1.7026411515916444, 1.1705323108325236}, 0.26899603425393287], DiskBox[{1.972597824817174, 1.7169454898598733}, 0.34046599707678865], DiskBox[{2.233432064200403, 2.442899655144778}, 0.4309249223208469], DiskBox[{2.456958016564121, 3.3933109776973756}, 0.5454180161061605], DiskBox[{2.601268727764509, 4.6206047213694905}, 0.6903309529906683], DiskBox[{2.6061225766811846, 6.1846741698466445}, 0.8737460270550487], DiskBox[{2.387147700160824, 8.152165059533573}, 1.1058929293074906], DiskBox[{1.8286571239802865, 10.594741749012073}, 1.3997192928183124], DiskBox[{0.7748634126956695, 13.585873011146758}, 1.7716128268535496], DiskBox[{-0.980706225246552, 17.19552595591398}, 2.2423153159177227], DiskBox[{-3.7077566992937756, 21.48197049621763}, 2.838079460583424], DiskBox[{-7.753823005567567, 26.479668043746386}, 3.5921330811090293], DiskBox[{0.796491558587363, 0.11752738345693739}, 0.10481764743543398], DiskBox[{0.635770405420363, 0.020705150060401637}, 0.08281452985626472], DiskBox[{0.500913395220296, -0.04085868460440263}, 0.06543026411214517], DiskBox[{0.3895259348132688, -0.07706951656421142}, 0.0516952697698762], DiskBox[{0.29883856417985516, -0.0954875648874783}, 0.04084349884328566], DiskBox[{0.2259982360153609, -0.10179850746253925}, 0.03226971065607173], DiskBox[{0.16825468082901998, -0.10020907629496816}, 0.025495715482704694], DiskBox[{0.12307115943455882, -0.0937743246491482}, 0.02014370425886421], DiskBox[{0.08818200060384883, -0.08466446712200958}, 0.015915176867416878], DiskBox[{0.061613795451042896, -0.07437950667175075}, 0.012574293757797806], DiskBox[{0.0416827541619781, -0.06391961184534346}, 0.009934722361213412], DiskBox[{0.026977326119100052, -0.053918618403164774}, 0.007849244680894056], DiskBox[{0.016332564944014707, -0.04474726133015614}, 0.0062015464368768355], DiskBox[{0.008800732766971282, -0.036591904898005664}, 0.004899729817615921], DiskBox[{0.0036211534596763935, -0.029513701880821867}, 0.0038711880222128754], DiskBox[{0.00019123438808837915, -0.023492323000756776}, 0.003058555728816956], DiskBox[{-0.001960208535952255, -0.018457679611280194}, 0.0024165096328572517], DiskBox[{-0.003196739239232767, -0.01431242847483088}, 0.0019092406100936412], DiskBox[{-0.003794995992424579, -0.010947500166720013}, 0.0015084565183051636]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{0.9007021705931341, 0.5167676362268185}, 0.13519122544415582], DiskBox[{1.0582528080864775, 0.7794432423583482}, 0.1711103864208901], DiskBox[{1.2185697048022623, 1.1324260641445372}, 0.2165729635552469], DiskBox[{1.369369404993252, 1.599366850191643}, 0.27411456150727287], DiskBox[{1.4918021812969493, 2.2082383804330963}, 0.3469444735707136], DiskBox[{1.5581393595323973, 2.9915033963481195}, 0.4391246750241172], DiskBox[{1.5288410003903918, 3.9859929633822335}, 0.5557963734958706], DiskBox[{1.3488860602547268, 5.232331536301551}, 0.7034667518380643], DiskBox[{0.9432403633232824, 6.773685877254486}, 0.8903718961478138], DiskBox[{0.2113376866375749, 8.65353965552252}, 1.126936150682988], DiskBox[{-0.979539939708008, 10.912100838848906}, 1.4263535194796355], DiskBox[{-2.802069402627382, 13.580831432762222}, 1.8053235414436999], DiskBox[{-5.4779166962028265, 16.674445218697198}, 2.2849826812078438], DiskBox[{-9.287940670704863, 20.179545541406984}, 2.8920831826324536], DiskBox[{-14.583388997096453, 24.038869130118986}, 3.6604851336746966], DiskBox[{0.7534352455439277, 0.3247309621706744}, 0.1068121451852513], DiskBox[{0.6205861170386927, 0.18721913765262146}, 0.08439034650061598], DiskBox[{0.5039523390063023, 0.0912119094708061}, 0.06667528837794938], DiskBox[{0.40377530516934895, 0.026327443296382026}, 0.052678940952686604], DiskBox[{0.31931189755570283, -0.015605255460582286}, 0.041620679676196246], DiskBox[{0.24924479740352232, -0.0409333248588531}, 0.03288374719348244], DiskBox[{0.1919697994637632, -0.054520670525936406}, 0.025980854659211784], DiskBox[{0.14579074350870963, -0.06004115097056229}, 0.020527003958869767], DiskBox[{0.10904619060664136, -0.06022622664792213}, 0.0162180150366246], DiskBox[{0.080186612392937, -0.057070733576009516}, 0.012813560724945853], DiskBox[{0.05781649677123281, -0.05200134103172988}, 0.010123762869937911], DiskBox[{0.0407122665604541, -0.046012566231060814}, 0.00799860217208801], DiskBox[{0.027824126667658596, -0.03977514985737165}, 0.006319551092737457], DiskBox[{0.018267778648984646, -0.033721292296361546}, 0.00499296316462428], DiskBox[{0.011310260196643527, -0.028110816269287214}, 0.003944850005555702], DiskBox[{0.006352886321162757, -0.023081829719526784}, 0.0031167547312566353], DiskBox[{0.002913307829428186, -0.0186889616844515}, 0.0024624916134022203], DiskBox[{0.0006079932374433585, -0.01493176418175517}, 0.0019455701423228124], DiskBox[{-0.0008640735494924479, -0.011775432861469343}, 0.001537159825477843]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{0.7512835036646839, 0.7451936465067488}, 0.13776367962091562], DiskBox[{0.8374894111479514, 1.0451831097807383}, 0.17436631983512804], DiskBox[{0.902721770574138, 1.4348205984169435}, 0.22069397083837916], DiskBox[{0.9286793655837484, 1.9341708363667736}, 0.2793304854427456], DiskBox[{0.8894612801949391, 2.5658312446638147}, 0.3535462242184239], DiskBox[{0.7492456277691291, 3.354490430420147}, 0.4474804547773727], DiskBox[{0.459434125648317, 4.32603894963791}, 0.5663722129982501], DiskBox[{-0.04481059040705693, 5.506040193627994}, 0.7168525021190617], DiskBox[{-0.8486991899361992, 6.917309252861045}, 0.9073141266482773], DiskBox[{-2.0626659528847666, 8.576273438491793}, 1.1483797880066515], DiskBox[{-3.8279442092309197, 10.487697709637498}, 1.4534945492074647], DiskBox[{-6.322818324319851, 12.637249644719951}, 1.8396757123729297], DiskBox[{-9.769415527708345, 14.981250315128712}, 2.3284619323410842], DiskBox[{-14.440771621909786, 17.43280878936269}, 2.9471145017011073], DiskBox[{-20.667720674547336, 19.843369697279737}, 3.7301378070649402], DiskBox[{0.6566673275377819, 0.5174582293896013}, 0.10884459476256483], DiskBox[{0.5619400327065626, 0.3471947431939075}, 0.08599614819832596], DiskBox[{0.4722882282164513, 0.22205432529157682}, 0.06794400329277475], DiskBox[{0.39067388688866206, 0.13187771572654602}, 0.05368132968935058], DiskBox[{0.3185094266096883, 0.06842424146583573}, 0.04241264891030043], DiskBox[{0.25616327580208953, 0.02509843758243825}, 0.03350946777954468], DiskBox[{0.20333216372057691, -0.0033099588359003203}, 0.02647522519150263], DiskBox[{0.1593099965278274, -0.020863545608702135}, 0.02091759718632869], DiskBox[{0.12317757589817578, -0.030687865299102213}, 0.01652661569012598], DiskBox[{0.09393260114771322, -0.035153767672694264}, 0.01305738052684319], DiskBox[{0.07057533387184756, -0.036032234792862466}, 0.010316400491157311], DiskBox[{0.05216193317309156, -0.03462360758082608}, 0.008150801676887436], DiskBox[{0.03783471316163589, -0.031863814428530375}, 0.00643980117221081], DiskBox[{0.026836351305200082, -0.028410474298719582}, 0.005087970580268658], DiskBox[{0.01851330673843669, -0.02471176043252339}, 0.004019913648481809], DiskBox[{0.012312317455021253, -0.021060762576358933}, 0.003176061159614067], DiskBox[{0.007772767379805822, -0.01763784442162839}, 0.0025093485511607245], DiskBox[{0.004516889860006565, -0.014543206774030993}, 0.0019825909624415347], DiskBox[{0.002239152655979539, -0.011821568271228917}, 0.0015664093067249184]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{0.5442156102597298, 0.9309074632835571}, 0.14038508313199638], DiskBox[{0.5503795593532788, 1.2489170224115564}, 0.17768420800629037], DiskBox[{0.5123672377648203, 1.6496959999395016}, 0.2248933937314234], DiskBox[{0.40689296878818326, 2.1481989840820046}, 0.2846456593500222], DiskBox[{0.20252333470798534, 2.7598801893899934}, 0.36027359471292414], DiskBox[{-0.14249263567789083, 3.49964959616501}, 0.4559952305043367], DiskBox[{-0.6828017541603635, 4.380248064025724}, 0.5771492923548528], DiskBox[{-1.4889549976153362, 5.409833032906857}, 0.7304929599752457], DiskBox[{-2.650842996695447, 6.588509665507472}, 0.9245787383644689], DiskBox[{-4.281516919696815, 7.903474427812241}, 1.1702314604984025], DiskBox[{-6.5212943066383025, 9.322358372049703}, 1.4811520255837756], DiskBox[{-9.5419641506025, 10.784265568209154}, 1.8746815454410832], DiskBox[{-13.550785099657983, 12.187898939372719}, 2.372768518094693], DiskBox[{-18.793804372008438, 13.376053324913192}, 3.003192971175607], DiskBox[{-25.557799702226227, 14.115638143896733}, 3.8011158498347166], DiskBox[{0.5108103093321869, 0.6818368333756315}, 0.11091571832472491], DiskBox[{0.4622144714355468, 0.4893275044375559}, 0.08763250551287236], DiskBox[{0.4067756027655005, 0.3425810238435627}, 0.06923685964851863], DiskBox[{0.35007612315777087, 0.2323711953423457}, 0.054702792142403284], DiskBox[{0.2956692102017149, 0.15095436705295376}, 0.04321968794318365], DiskBox[{0.2456483475606126, 0.09193291024608764}, 0.03414709474140763], DiskBox[{0.2010821330985296, 0.050096893210921256}, 0.026979002736241806], DiskBox[{0.16234136279407674, 0.02126074290265074}, 0.021315622724398672], DiskBox[{0.1293411053580219, 0.0021056490909156264}, 0.01684108847798698], DiskBox[{0.10171656392263367, -0.009965887465920073}, 0.01330583979602627], DiskBox[{0.07894805422353207, -0.016960026369647472}, 0.010512703671673765], DiskBox[{0.060447431948722534, -0.020404836522994834}, 0.00830589727387432], DiskBox[{0.045615761456779855, -0.021446955644080338}, 0.0065623394018076665], DiskBox[{0.033879900391559775, -0.02093264437498786}, 0.005184785821993423], DiskBox[{0.02471393598497591, -0.019474696803962056}, 0.004096405622138209], DiskBox[{0.01765000108295252, -0.017506888082233937}, 0.0032364960862807293], DiskBox[{0.012281873238779524, -0.015327685154702708}, 0.002557097095048627], DiskBox[{0.008263873309573075, -0.013134881181136211}, 0.00202031622445749], DiskBox[{0.005306889683789153, -0.011052683183696496}, 0.0015962153547902519]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{0.29159072324505964, 1.0594365352458421}, 0.14305636739819932], DiskBox[{0.2142117254041382, 1.3741861190107096}, 0.18106522982577852], DiskBox[{0.07161460914433032, 1.758843422955966}, 0.2291727243472188], DiskBox[{-0.16305337080176913, 2.222023311178825}, 0.29006197178365695], DiskBox[{-0.5247988415317055, 2.7706945747259986}, 0.3671289753816816], DiskBox[{-1.0586449272346319, 3.408582703928853}, 0.4646720276221936], DiskBox[{-1.8217436080135327, 4.1338933591225215}, 0.5881314408105265], DiskBox[{-2.885704371876187, 4.936145690891189}, 0.7443929720493144], DiskBox[{-4.339066754207069, 5.791855184464967}, 0.9421718656509096], DiskBox[{-6.289788253416114, 6.658749092851998}, 1.1924989323586848], DiskBox[{-8.86754041303449, 7.468134410982734}, 1.50933577569116], DiskBox[{-12.225497816291057, 8.11497030557619}, 1.9103534787031753], DiskBox[{-16.54115908430451, 8.445126907464086}, 2.4179181812093162], DiskBox[{-22.015545735766928, 8.2392452997684}, 3.0603385165091495], DiskBox[{-28.869872126015494, 7.192556999039909}, 3.8734444814609903], DiskBox[{0.3240560212230935, 0.8054201730415751}, 0.11302625177048178], DiskBox[{0.3267216004512847, 0.6031114812162693}, 0.08929999986456479], DiskBox[{0.31064054350527387, 0.4440680840928846}, 0.07055431681486504], DiskBox[{0.28373068248767486, 0.32067016587076147}, 0.05574369125153425], DiskBox[{0.2515226983788077, 0.2262252263145148}, 0.04404208352693861], DiskBox[{0.21775675827872665, 0.15498310773336274}, 0.034796854636719984], DiskBox[{0.18485220081815837, 0.10209419450669761}, 0.02749236629253508], DiskBox[{0.15427246481731818, 0.06353440951696114}, 0.02172122199703981], DiskBox[{0.1268048055913515, 0.03601355784727873}, 0.017161545136723855], DiskBox[{0.10277162716788937, 0.016878253412417818}, 0.01355902681349822], DiskBox[{0.08218764921058548, 0.0040167363716205025}, 0.01071274216071317], DiskBox[{0.06487472627852602, -0.004229959594935154}, 0.008463944070652128], DiskBox[{0.05054399633185568, -0.009148051531295864}, 0.006687209321050082], DiskBox[{0.03885317351882568, -0.011721218039496438}, 0.00528344328958847], DiskBox[{0.02944521358988494, -0.012690858498787386}, 0.004174353105177516], DiskBox[{0.02197325155048861, -0.012606867379167603}, 0.003298080984619109], DiskBox[{0.01611561562040788, -0.011869730129341513}, 0.002605754210781742], DiskBox[{0.011583831089011872, -0.010764915412702003}, 0.002058759332676284], DiskBox[{0.00812581354954707, -0.009490590576529255}, 0.0016265885601735729]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{0.009113332084657977, 1.1197033873125042}, 0.14577848156364565], DiskBox[{-0.14967183375546567, 1.4093206168913546}, 0.18451058661724942], DiskBox[{-0.3910192191859919, 1.7506595743041102}, 0.23353348319092015], DiskBox[{-0.7436303309623093, 2.145156605506609}, 0.2955813472341168], DiskBox[{-1.2438035545730486, 2.590487582118375}, 0.3741148020359438], DiskBox[{-1.9368490756809449, 3.078506405062216}, 0.4735139291165619], DiskBox[{-2.87857146019071, 3.592449090495366}, 0.5993225604739972], DiskBox[{-4.136731627064664, 4.103204600719857}, 0.7585574772071576], DiskBox[{-5.792348607127039, 4.564415087285701}, 0.9600997595882302], DiskBox[{-7.940631381041788, 4.906127194300961}, 1.2151901155271874], DiskBox[{-10.69123703704918, 5.026674576771357}, 1.5380558136045195], DiskBox[{-14.167427248295251, 4.782433146470885}, 1.9467041868888], DiskBox[{-18.50353327797403, 3.9750598446949135}, 2.4639269639826087], DiskBox[{-23.839931850329997, 2.3358104026867688}, 3.1185714423016955], DiskBox[{0.10773674570094675, 0.8781021519256645}, 0.11517694500146063], DiskBox[{0.1634489598925913, 0.679595825211404}, 0.09099922373713148], DiskBox[{0.1893488824474155, 0.5187719384957822}, 0.07189684290250532], DiskBox[{0.1952324106567692, 0.3902052506918619}, 0.05680439686254489], DiskBox[{0.18830156796617167, 0.28875720492609874}, 0.04488012787005227], DiskBox[{0.17374804713113737, 0.2097472877195167}, 0.03545897833412897], DiskBox[{0.15522666066242796, 0.1490351190638229}, 0.028015498265530306], DiskBox[{0.13523435399144343, 0.10304235959377553}, 0.02213453911926454], DiskBox[{0.11540968303944994, 0.06873585998952404}, 0.017488099529004687], DiskBox[{0.09676637801905742, 0.04358753183097239}, 0.013817031540096326], DiskBox[{0.07987307654062702, 0.025521866801343104}, 0.010916587034708053], DiskBox[{0.06498969230057784, 0.012858595977263314}, 0.0086249982234263], DiskBox[{0.052169307929833056, 0.004255429721468717}, 0.006814455297941597], DiskBox[{0.04133301297579614, -0.0013460421838593093}, 0.0053839780374119505], DiskBox[{0.03232378881918501, -0.0047695394021548786}, 0.004253783793414897], DiskBox[{0.024944387458329987, -0.006647542756961013}, 0.003360837736592484], DiskBox[{0.018983161511343057, -0.00745880468696737}, 0.0026553371869039895], DiskBox[{0.014230970127535016, -0.007560113714066317}, 0.0020979339464641737], DiskBox[{0.010491596020089944, -0.007212746896825455}, 0.0016575397148934233], DiskBox[{0.007587546176789611, -0.006604169675277132}, 0.001309592187627957]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{-0.28484611669967735, 1.1049214356986172}, 0.14855239283302016], DiskBox[{-0.5171939464188624, 1.3484301071810656}, 0.1880215025634622], DiskBox[{-0.8444099242715639, 1.621202201076719}, 0.23797721970025368], DiskBox[{-1.2951322591624508, 1.9171205144792653}, 0.30120574681157875], DiskBox[{-1.9044927417799944, 2.2243715606734153}, 0.38123355683621424], DiskBox[{-2.714969010640575, 2.523044403424379}, 0.48252407663692], DiskBox[{-3.7771107216094455, 2.7819885834377276}, 0.6107266277043408], DiskBox[{-5.150000532192014, 2.9547585110457852}, 0.7729915082927028], DiskBox[{-6.9012501569068165, 2.974447266406729}, 0.9783687902042669], DiskBox[{-9.10625196136369, 2.7471907532817994}, 1.2383130724940683], DiskBox[{-11.846303064430211, 2.1441069758638003}, 1.5673223439492048], DiskBox[{-15.205086442578404, 0.9914297603104345}, 1.9837465859056387], DiskBox[{-19.262826160965126, -0.9413915439604312}, 2.5108112139692786], DiskBox[{-24.087225148851925, -3.9558154045650227}, 3.177912439514466], DiskBox[{-0.12433711728267491, 0.89290536219057}, 0.11736856218861175], DiskBox[{-0.01738963982325203, 0.7120629694105874}, 0.09273078088823647], DiskBox[{0.050314597668978944, 0.5605020666170302}, 0.07326491492946381], DiskBox[{0.0898448779550248, 0.4354511485584329}, 0.0578852858587596], DiskBox[{0.10964116492580535, 0.333740342683014}, 0.04573411874123138], DiskBox[{0.1160437306045173, 0.25212326678882163}, 0.03613370109531099], DiskBox[{0.11373780294812598, 0.18748209746526504}, 0.02854858453122835], DiskBox[{0.1061210172985647, 0.13694859753781052}, 0.022555720948343558], DiskBox[{0.09560272247691463, 0.09796610937146932}, 0.0178208676841063], DiskBox[{0.08384449254593386, 0.06831133032711978}, 0.014079945648456292], DiskBox[{0.07195087467981282, 0.04608980037821219}, 0.01112431072255195], DiskBox[{0.06061871299691341, 0.02971522516113641}, 0.008789116956957298], DiskBox[{0.050252504172462714, 0.017879831638934026}, 0.006944122544731763], DiskBox[{0.04105228386280769, 0.009520736109064133}, 0.005486425786845542], DiskBox[{0.0330795927420952, 0.0037856496284905186}, 0.004334725909668759], DiskBox[{0.026306176422271465, 3.245116724102908*^-8}, 0.0034247886405398735], DiskBox[{0.02064926235133606, -0.002363063101354445}, 0.0027058636409302405], DiskBox[{0.015996541697660883, -0.003709833668152777}, 0.002137853985101424], DiskBox[{0.01222336796054169, -0.004349038072071348}, 0.0016890798163217082], DiskBox[{0.009204162936431455, -0.004511842189020282}, 0.0013345114520391457]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{-0.5704180747466572, 1.0132287464523957}, 0.15137908681523293], DiskBox[{-0.8631010294168696, 1.1920325789561521}, 0.19159922514124758], DiskBox[{-1.2568760695154386, 1.3747568009273625}, 0.2425055127960543], DiskBox[{-1.7783369615806388, 1.5478631224840425}, 0.3069371689427404], DiskBox[{-2.4589767058816396, 1.6905003652813506}, 0.3884877691741992], DiskBox[{-3.3353966446302548, 1.7719164826566636}, 0.491705671612879], DiskBox[{-4.449196987161694, 1.7481741243617717}, 0.6223476945238396], DiskBox[{-5.846366498127418, 1.5580362656331814}, 0.7877001939161555], DiskBox[{-7.5759229586861006, 1.117880278699535}, 0.9969854487374202], DiskBox[{-9.687471674011316, 0.3154981041834153}, 1.2618760191646676], DiskBox[{-12.227243144715484, -0.9973485898132372}, 1.5971457655268617], DiskBox[{-15.232039146774392, -3.01371997477408}, 2.0214938374286597], DiskBox[{-18.720354866916633, -5.9816821235486}, 2.558587589789606], DiskBox[{-22.679749584855074, -10.215835730309482}, 3.2383825928217367], DiskBox[{-0.35673605271082515, 0.846583377652596}, 0.11960188204373136], DiskBox[{-0.20397429522766425, 0.6965785675413699}, 0.0944952865640037], DiskBox[{-0.09753759897749853, 0.5651083854504992}, 0.07465901899058944], DiskBox[{-0.02579918899464447, 0.45234850764496}, 0.05898674229493792], DiskBox[{0.020383252760098315, 0.35739239742702555}, 0.04660435957520405], DiskBox[{0.04810463310753252, 0.2787072049399749}, 0.03682126265856363], DiskBox[{0.06279646399917846, 0.21445236974529674}, 0.029091814502527593], DiskBox[{0.06855691958034409, 0.16269521439797086}, 0.02298491713598639], DiskBox[{0.06842928413029424, 0.12155052739213293}, 0.018159967839141138], DiskBox[{0.0646330609289479, 0.08926511696609321}, 0.014347862555584881], DiskBox[{0.05875297863306846, 0.06426342178762215}, 0.011335987031334456], DiskBox[{0.05189145067294429, 0.045166334976779084}, 0.008956358584893383], DiskBox[{0.04478994053244948, 0.030792284729422255}, 0.007076257133980724], DiskBox[{0.03792432554206831, 0.020147180296922588}, 0.005590822938986777], DiskBox[{0.03157885035397626, 0.012407953449734726}, 0.0044172082137887295], DiskBox[{0.02590269888506541, 0.006902995953661636}, 0.00348995641909896], DiskBox[{0.020952643645148365, 0.0030917219307469218}, 0.0027573515256060746], DiskBox[{0.016724687777140836, 0.0005446939618302867}, 0.0021785336327280248], DiskBox[{0.013177117472856104, -0.0010748195103609985}, 0.0017212200710912172], DiskBox[{0.010246940463243835, -0.002027391658946061}, 0.001359904886764315]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{-0.8275491541387416, 0.8480058810533457}, 0.15425956787361925], DiskBox[{-1.1626627492621333, 0.947264831269423}, 0.19524502556475318], DiskBox[{-1.598346680957913, 1.0238566209078848}, 0.2471199714432775], DiskBox[{-2.1572342736622008, 1.0574721725116214}, 0.31277765008088737], DiskBox[{-2.8648639798994697, 1.0193160805234023}, 0.39588001657153543], DiskBox[{-3.7492061734299793, 0.8695034526094035}, 0.501061976391694], DiskBox[{-4.839693489797336, 0.5538545762945947}, 0.6341898900577203], DiskBox[{-6.165540229275346, 3.802889752213545*^-6}, 0.8026887602762638], DiskBox[{-7.753069079074503, -0.8872516214273392}, 1.0159563499430808], DiskBox[{-9.621680179405868, -2.2314156264454375}, 1.2858873277787315], DiskBox[{-11.777995977370955, -4.190584225487709}, 1.6275366750102647], DiskBox[{-14.207593176607148, -6.964513642453444}, 2.05995935357664], DiskBox[{-16.86358865200315, -10.802318549273249}, 2.607273067048474], DiskBox[{-19.651178599169754, -16.010509924792856}, 3.3000033881025033], DiskBox[{-0.5734153048152706, 0.7399883996658704}, 0.1218776980961483], DiskBox[{-0.38363398388159464, 0.6323702590808109}, 0.09629336771762188], DiskBox[{-0.2443308607329599, 0.5308463837289983}, 0.07607965043027165], DiskBox[{-0.1441035841420285, 0.4386407199017591}, 0.060109157533734234], DiskBox[{-0.07371217276679683, 0.3572596567009504}, 0.04749115958053407], DiskBox[{-0.02576830457702925, 0.2870556180171617}, 0.037521907323987705], DiskBox[{0.005559205651900233, 0.22764154771345252}, 0.02964538119652477], DiskBox[{0.024812827592176522, 0.17818980632535614}, 0.0234222801815146], DiskBox[{0.035483864879337856, 0.13764268026669055}, 0.018505520481068478], DiskBox[{0.04021783172774743, 0.10485628372534077}, 0.014620877456052199], DiskBox[{0.04098859180456735, 0.07869506667559892}, 0.011551691172565852], DiskBox[{0.039243539708414, 0.05809035682882617}, 0.009126782530490245], DiskBox[{0.03602282125369229, 0.04207327096270958}, 0.007210906014929396], DiskBox[{0.032055872888816, 0.029789839372574005}, 0.005697206587582832], DiskBox[{0.027838559775044066, 0.02050420578616487}, 0.004501260012874406], DiskBox[{0.02369401343383286, 0.013594209836739672}, 0.0035563642272797465], DiskBox[{0.01981998995413723, 0.008542454430488886}, 0.0028098191352866338], DiskBox[{0.01632524180455272, 0.004925039803459263}, 0.0022199873433835136], DiskBox[{0.013257056178383228, 0.002399452936192916}, 0.0017539718990774989], DiskBox[{0.010621783558385136, 0.0006925874710819307}, 0.0013857815144408506]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{-1.0373806223311377, 0.6178437310891504}, 0.15719485948280412], DiskBox[{-1.3934008287694721, 0.6276436524868482}, 0.19896019923712358], DiskBox[{-1.8425008263810985, 0.5887335591594007}, 0.2518222352226868], DiskBox[{-2.401637528350421, 0.4751766861516337}, 0.31872926542947416], DiskBox[{-3.088401534232564, 0.2519177685621347}, 0.40341292559561887], DiskBox[{-3.919868089941349, -0.1276560178858303}, 0.5105963153974217], DiskBox[{-4.910801193692292, -0.7246167817756324}, 0.6462574220012912], DiskBox[{-6.070977713093264, -1.6178863494343414}, 0.8179625330172601], DiskBox[{-7.401334602343065, -2.9081146061087733}, 1.0352882344439451], DiskBox[{-8.8885659738744, -4.722002010737068}, 1.3103555298851866], DiskBox[{-10.497706967563316, -7.216957577147976}, 1.6585058707084679], DiskBox[{-12.162137774445736, -10.585888987631868}, 2.099156801677683], DiskBox[{-13.770324531259124, -15.061787606382099}, 2.6568849443670413], DiskBox[{-15.14848639715419, -20.921585999894372}, 3.3627967200747215], DiskBox[{-0.7587998279439149, 0.5781698391235013}, 0.12419681897467615], DiskBox[{-0.5436893502513789, 0.5220025133773367}, 0.09812566323210989], DiskBox[{-0.37988205167468386, 0.458590074928805}, 0.07752731401844305], DiskBox[{-0.2569964545734337, 0.39409909678704913}, 0.06125293038475435], DiskBox[{-0.16632958441903062, 0.3324375134634559}, 0.0483948338494871], DiskBox[{-0.1006989160406734, 0.27589110199191896}, 0.03823588404029063], DiskBox[{-0.05426113276688302, 0.22560889518268823}, 0.030209481303096693], DiskBox[{-0.02232625509465995, 0.18196793003189426}, 0.023867965486046912], DiskBox[{-0.0011789739742653247, 0.14484286326753987}, 0.01885764838950513], DiskBox[{0.012085814778703241, 0.11380155872796652}, 0.014899087355815625], DiskBox[{0.01970967881058031, 0.08824384138334895}, 0.0117714997889008], DiskBox[{0.023398242093368694, 0.06749723825595949}, 0.009300449347724888], DiskBox[{0.024429940464667965, 0.05088066938900613}, 0.007348117030181193], DiskBox[{0.02374711159534536, 0.0377446730906404}, 0.005805614532210457], DiskBox[{0.02203111028403038, 0.02749479845697938}, 0.0045869111716885826], DiskBox[{0.01976337220814177, 0.019603219913788963}, 0.00362403566069185], DiskBox[{0.01727438977682688, 0.013612368783100341}, 0.002863285112436855], DiskBox[{0.014782482372241165, 0.009133384402954147}, 0.0022622298461426873], DiskBox[{0.012424090247701938, 0.005841415582752957}, 0.0017873469374564872], DiskBox[{0.010277131912481868, 0.0034692111338923237}, 0.0014121505293912505]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{-1.1835973140636549, 0.3361501174947109}, 0.1601860045923567], DiskBox[{-1.53672866966408, 0.2523770089857413}, 0.202746066210775], DiskBox[{-1.9687302907208692, 0.09621604463828176}, 0.25661397491341975], DiskBox[{-2.4894929877299163, -0.16232137526483897}, 0.32479412967947174], DiskBox[{-3.107138766649601, -0.5623687807560909}, 0.4110891727928602], DiskBox[{-3.826249382305579, -1.1543047648668923}, 0.5203120763121329], DiskBox[{-4.645336551471083, -2.0021389457234102}, 0.6585545781149912], DiskBox[{-5.553317432597941, -3.186148225072924}, 0.8335269391211342], DiskBox[{-6.524703225137497, -4.80568464277845}, 1.0549879711250485], DiskBox[{-7.513144843626003, -6.982013821076845}, 1.335289319373512], DiskBox[{-8.442908237440541, -9.860955448665091}, 1.690064356403583], DiskBox[{-9.197774760594159, -13.61497689723086}, 2.139100109125398], DiskBox[{-9.606782280371926, -18.44422861076595}, 2.7074408495291715], DiskBox[{-9.426145850364318, -24.57579415532783}, 3.4267849000747868], DiskBox[{-0.898878465829036, 0.3701866861471211}, 0.12656006869493003], DiskBox[{-0.6723284460007751, 0.3713276379458599}, 0.09999282414732058], DiskBox[{-0.49439356752425473, 0.35187220871798874}, 0.07900252412993132], DiskBox[{-0.3564697390034374, 0.32061657997716075}, 0.062418467246258165], DiskBox[{-0.2510129423227448, 0.2836924829740634}, 0.04931570346998722], DiskBox[{-0.1715506210533924, 0.24523539238316697}, 0.038963446493241224], DiskBox[{-0.11263059592145522, 0.20791005370671845}, 0.03078431525478683], DiskBox[{-0.06973375734364226, 0.1733184115977311}, 0.024322131407715417], DiskBox[{-0.039168888407488334, 0.1423119738603522}, 0.01921647668035074], DiskBox[{-0.017962045550541428, 0.11522755618785993}, 0.015182591106687456], DiskBox[{-0.003748549980731364, 0.09206239506879559}, 0.011995490981370564], DiskBox[{0.005327525011121426, 0.07260190173854382}, 0.009477420742811328], DiskBox[{0.010703728510359266, 0.05651091466955738}, 0.007487938932701174], DiskBox[{0.013478369415072503, 0.04339721064443903}, 0.005916085291706691], DiskBox[{0.014478341258744237, 0.032854249388795526}, 0.0046741921232686156], DiskBox[{0.01431620164621282, 0.024488633622378252}, 0.003692994763928356], DiskBox[{0.013437443989206472, 0.017936536606373066}, 0.0029177684542554044], DiskBox[{0.012159079551261779, 0.012872350659403294}, 0.0023052761503490533], DiskBox[{0.010700699653470985, 0.00901201005249427}, 0.0018213570448393668], DiskBox[{0.009209156716296641, 0.006112809020508678}, 0.0014390213008900023]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{-1.2536526227374103, 0.02040845760979043}, 0.16323406599736473], DiskBox[{-1.5793850776673308, -0.15474445244578305}, 0.20660397165642808], DiskBox[{-1.9637829433753042, -0.4218712021590264}, 0.2614968930866383], DiskBox[{-2.408716067655827, -0.8130958759672371}, 0.33097439776074716], DiskBox[{-2.9119129153298253, -1.3690830796097484}, 0.4189114856396992], DiskBox[{-3.464665198435947, -2.1406410195589682}, 0.5302127112796042], DiskBox[{-4.048710793021523, -3.190407033037727}, 0.671085727747894], DiskBox[{-4.632071499324822, -4.594518549089415}, 0.8493875088359172], DiskBox[{-5.163578630740953, -6.444115325432353}, 1.0750625595743784], DiskBox[{-5.565772848782068, -8.846440688381222}, 1.3606975555628058], DiskBox[{-5.7258173440429605, -11.925204570245244}, 1.722223345260587], DiskBox[{-5.484019062997994, -15.819732377983199}, 2.1798034683275094], DiskBox[{-4.619516816376509, -20.682242848176067}, 2.7589587457448435], DiskBox[{-2.8326760358358323, -26.672365430227266}, 3.4919906639850806], DiskBox[{-0.9822321131762725, 0.12863563561412722}, 0.12896828695211096], DiskBox[{-0.7594561828422522, 0.18920773648293876}, 0.10189551389126432], DiskBox[{-0.5791450975307991, 0.21674232601192206}, 0.08050580492722359], DiskBox[{-0.43513492315479907, 0.2221584615563024}, 0.06360618224955851], DiskBox[{-0.3216063657457061, 0.2134734437883073}, 0.05025409563970404], DiskBox[{-0.2332713248865864, 0.19645777359851135}, 0.03970485319580787], DiskBox[{-0.16546049553727563, 0.17516602427723435}, 0.031370087298021834], DiskBox[{-0.11414444349664533, 0.15236142348700224}, 0.024784939317932356], DiskBox[{-0.07591200849278447, 0.1298510257461436}, 0.01958213285024317], DiskBox[{-0.04792324289821416, 0.10874686889822706}, 0.015471489441458203], DiskBox[{-0.02784901083686438, 0.089666743605192}, 0.012223744337133337], DiskBox[{-0.013805540823809772, 0.07288636326463761}, 0.00965775959612563], DiskBox[{-0.004289382845807483, 0.05845293194699781}, 0.007630421403138619], DiskBox[{0.0018838494660406925, 0.046268447707409156}, 0.0060286581178551155], DiskBox[{0.0056350468462568575, 0.036149589435152805}, 0.004763133879739686], DiskBox[{0.007670602628830084, 0.027869733866836485}, 0.0037632660391091807], DiskBox[{0.00852464872816931, 0.02118753568208424}, 0.00297328851942463], DiskBox[{0.008594776490766846, 0.015865567629669956}, 0.0023491415509478484], DiskBox[{0.008171750530832371, 0.011681743444295744}, 0.0018560143054860878], DiskBox[{0.007463858983811087, 0.00843561516414714}, 0.001466403376492607]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{-1.2397801715204464, -0.30887364576046306}, 0.16634012671606022], DiskBox[{-1.5145551187506923, -0.56681512234303}, 0.21053528634106553], DiskBox[{-1.8229609841195578, -0.9307140984523745}, 0.2664727247104762], DiskBox[{-2.158409304320025, -1.4326926217071319}, 0.33727226560773904], DiskBox[{-2.5079926459362865, -2.1121955373710515}, 0.4268826435117138], DiskBox[{-2.8498037790476562, -3.016966656149985}, 0.540301738131911], DiskBox[{-3.149424104666488, -4.203890483423876}, 0.6838553233901942], DiskBox[{-3.3553867785944487, -5.739545345015466}, 0.8655498776406519], DiskBox[{-3.393392064057224, -7.700246051672444}, 1.09551913256992], DiskBox[{-3.159027090213698, -10.171265105225498}, 1.3865892663496147], DiskBox[{-2.5087231374367236, -13.244805709476926}, 1.7549942638115017], DiskBox[{-1.2486762630291692, -17.01615156549015}, 2.2212813417485977], DiskBox[{0.8785307688659261, -21.577230915406375}, 2.8114569380327077], DiskBox[{4.209825026295022, -27.00659824957585}, 3.55843718031232], DiskBox[{-1.000922284034526, -0.13108334830426877}, 0.13142232941936086], DiskBox[{-0.7974577963913769, -0.01298197230881339}, 0.10383440851583405], DiskBox[{-0.6271375289494844, 0.06144546690843965}, 0.0820376905467085], DiskBox[{-0.48675733984108827, 0.10456802510237853}, 0.06481649740616761], DiskBox[{-0.37269099583888915, 0.12580707032923105}, 0.051210343782310326], DiskBox[{-0.2812457307903963, 0.13223224129077307}, 0.04046036758001159], DiskBox[{-0.2088878092234647, 0.12906118984062795}, 0.031967005565682986], DiskBox[{-0.1523746924789798, 0.12007212058214199}, 0.02525655365872765], DiskBox[{-0.10882172514693199, 0.10793948988144274}, 0.019954746821859857], DiskBox[{-0.07572432525505872, 0.09450350614959598}, 0.01576588500968844], DiskBox[{-0.05095119338930261, 0.08098366975564615}, 0.01245634095775271], DiskBox[{-0.03271979980559277, 0.06814578299203229}, 0.009841529984548196], DiskBox[{-0.01956214029208241, 0.05643084398618564}, 0.007775615067479278], DiskBox[{-0.010286277375352178, 0.046053146927952524}, 0.00614337300933259], DiskBox[{-0.003937339398315209, 0.03707383192646273}, 0.004853768043333858], DiskBox[{0.00023970058593187214, 0.02945511514299596}, 0.0038348744545870293], DiskBox[{0.002834113344130711, 0.02309951362151591}, 0.0030298650349889866], DiskBox[{0.004299695121293497, 0.017877572977959888}, 0.0023938416339205552], DiskBox[{0.004981028272266715, 0.013646912281586059}, 0.0018913310335990801], DiskBox[{0.005135805575466473, 0.010264814501116392}, 0.0014943064854279664]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{-1.1397140688674074, -0.6294651604339668}, 0.1695052903746309], DiskBox[{-1.3425886427477498, -0.9555537574832196}, 0.21454140711498446], DiskBox[{-1.5507741757400237, -1.3947997772059701}, 0.2715432377664969], DiskBox[{-1.749354156630798, -1.9771037290080753}, 0.3436899709397042], DiskBox[{-1.9152684565676918, -2.7379184556801706}, 0.43500547867117156], DiskBox[{-2.014417464922094, -3.7185068576905276}, 0.5505827416393623], DiskBox[{-1.9979834983140112, -4.965849246008423}, 0.6968679022552421], DiskBox[{-1.7978183635712521, -6.531997469534958}, 0.8820197882477604], DiskBox[{-1.3207362364400068, -8.472598984648718}, 1.1163649586140367], DiskBox[{-0.4415494423708264, -10.844219608888903}, 1.4129736514156765], DiskBox[{1.0053036670875806, -13.699974735534656}, 1.7883887560154084], DiskBox[{3.2356578330948267, -17.082830859260234}, 2.2635484670488277], DiskBox[{6.527104924919167, -21.01575781179543}, 2.864954079724126], DiskBox[{11.23201778189197, -25.487692737094203}, 3.6261480584196635], DiskBox[{-0.9511733297149965, -0.39172337113890343}, 0.13392306805179516], DiskBox[{-0.7818202670945078, -0.22204255748203655}, 0.10581019693701584], DiskBox[{-0.6336426659178466, -0.10406315958499844}, 0.08359872528846238], DiskBox[{-0.5067312728326411, -0.024765037139050903}, 0.06604984275774378], DiskBox[{-0.39998771864740906, 0.026080232762213617}, 0.05218478766595221], DiskBox[{-0.31163100794337073, 0.05640287194893426}, 0.04123025809052725], DiskBox[{-0.23955075979083565, 0.07226778911295864}, 0.03257528215105882], DiskBox[{-0.18154560068610526, 0.0782461105952156}, 0.025737142001177358], DiskBox[{-0.13547691845999782, 0.07772823155325011}, 0.020334450990081052], DiskBox[{-0.09936143128788803, 0.07318335990900632}, 0.016065882414181536], DiskBox[{-0.07142053565064674, 0.06637156309379302}, 0.012693363488014125], DiskBox[{-0.05009999424365359, 0.05851464890074576}, 0.010028797204231147], DiskBox[{-0.0340700399125009, 0.0504320684480939}, 0.007923571515033458], DiskBox[{-0.022213249050508418, 0.04264760371561136}, 0.006260270725921299], DiskBox[{-0.013605438957156336, 0.03547202350906032}, 0.004946126817618772], DiskBox[{-0.007493248055090939, 0.029066248976648355}, 0.003907845453818981], DiskBox[{-0.003270863118895944, 0.02348892195129277}, 0.0030875181033643124], DiskBox[{-0.0004574780403847305, 0.01873165353276731}, 0.002439392281822806], DiskBox[{0.0013235664939494685, 0.014744667882242787}, 0.001927319777698654], DiskBox[{0.0023634610792242863, 0.01145505765283005}, 0.0015227405420553059]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{-0.9570567877343998, -0.9188814318529646}, 0.1727306815993537], DiskBox[{-1.0712513719908678, -1.2932046796714036}, 0.2186237574081167], DiskBox[{-1.1609819906428733, -1.7803434473748643}, 0.27671023387788163], DiskBox[{-1.2037147658702647, -2.405825428367813}, 0.3502297940558095], DiskBox[{-1.1674401249303572, -3.198508536541977}, 0.44328287727337073], DiskBox[{-1.007753722078983, -4.190074778410114}, 0.561059374784219], DiskBox[{-0.6642585791160686, -5.413973733399972}, 0.7101280878916747], DiskBox[{-0.056192873699239865, -6.903576244674124}, 0.8988030926435028], DiskBox[{0.9228023527178064, -8.68922352857628}, 1.1376074445160613], DiskBox[{2.4108380687457163, -10.79376352014103}, 1.4398600854966905], DiskBox[{4.584874563463392, -13.22605217729091}, 1.8224186873956993], DiskBox[{7.668711001697133, -15.971760131036858}, 2.3066198623204337], DiskBox[{11.941709186925186, -18.980662452116423}, 2.9194691790909535], DiskBox[{17.74793447896188, -22.149400335962717}, 3.6951473569154403], DiskBox[{-0.8337932417730411, -0.6353112991135409}, 0.13647139139632042], DiskBox[{-0.7115633050225431, -0.42379327106894754}, 0.1078235811796702], DiskBox[{-0.5966171622763424, -0.26874031300681284}, 0.08518946380964643], DiskBox[{-0.4924607637040707, -0.15735579274138373}, 0.067306656528891], DiskBox[{-0.400696611267262, -0.07927994364118038}, 0.053177773523973404], DiskBox[{-0.32165198295776937, -0.02623682474644292}, 0.042014798280065456], DiskBox[{-0.2548403491805812, 0.008299234419777654}, 0.03319513318320465], DiskBox[{-0.19929360218925352, 0.02940690998290503}, 0.02622687510494405], DiskBox[{-0.15379559908909288, 0.040985787154626516}, 0.020721380269031624], DiskBox[{-0.11704141761200522, 0.045987632550675214}, 0.016371588248150507], DiskBox[{-0.08774159007265399, 0.04661223936078262}, 0.012934896145289731], DiskBox[{-0.0646863299018885, 0.044470521054341274}, 0.010219627793798945], DiskBox[{-0.04678129607955159, 0.040718302668483086}, 0.008074343316766423], DiskBox[{-0.03306364823806717, 0.03616455415581723}, 0.006379392802991276], DiskBox[{-0.02270492663293289, 0.03135779131447996}, 0.00504024301894001], DiskBox[{-0.015005551389193518, 0.02665415564956137}, 0.003982204964406899], DiskBox[{-0.009384389011414482, 0.022270360112190375}, 0.003146268209480496], DiskBox[{-0.0053658064006550195, 0.01832431207051247}, 0.002485809679427674], DiskBox[{-0.002565859624933571, 0.0148658377201569}, 0.0019639933250816585], DiskBox[{-0.000678692696481716, 0.011899558809245748}, 0.0015517156493868817]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{-0.7012557126398105, -1.1559279816586887}, 0.17601744641618988], DiskBox[{-0.7154732481943301, -1.5544757028212879}, 0.2227837877357931], DiskBox[{-0.6759982823123956, -2.0576890919910014}, 0.2819755489495715], DiskBox[{-0.55394386539875, -2.6847912326510093}, 0.3568940586453537], DiskBox[{-0.31021880757545883, -3.4557978489784036}, 0.45171778039213123], DiskBox[{0.10721381600589952, -4.390252949809122}, 0.5717353600586484], DiskBox[{0.7666021029778075, -5.505244404361984}, 0.7236405918262289], DiskBox[{1.7562259897703159, -6.812438645226877}, 0.9159057541672748], DiskBox[{3.188774955052138, -8.313802039022487}, 1.1592541380240446], DiskBox[{5.206237192842439, -9.995590601726102}, 1.467258121713291], DiskBox[{7.985182755500395, -11.82008858163616}, 1.857096149256067], DiskBox[{11.742218156767645, -13.714459584763864}, 2.3505108314238554], DiskBox[{16.739241061480644, -15.55594209428886}, 2.9750216060994368], DiskBox[{23.287917524914395, -17.152476892505707}, 3.7654595922014975], DiskBox[{-0.6542939221263442, -0.844361683895681}, 0.13906820490734742], DiskBox[{-0.5894428040139774, -0.6040136248687696}, 0.10987527662697137], DiskBox[{-0.5169468515755906, -0.4211759363958129}, 0.08681047132158422], DiskBox[{-0.44361618764436467, -0.2841682447698936}, 0.06858738528286625], DiskBox[{-0.3737472266330914, -0.1832101856266793}, 0.054189654177936676], DiskBox[{-0.3098339040921748, -0.11023863015778489}, 0.04281426690656976], DiskBox[{-0.2531095438660819, -0.05870032537543983}, 0.0338267789037363], DiskBox[{-0.20395357421584112, -0.023340449280355374}, 0.026725926978950015], DiskBox[{-0.16219178901005288, -1.0003948840447186*^-7}, 0.02111567214001785], DiskBox[{-0.12731384874555496, 0.014569639142585175}, 0.016683111133092045], DiskBox[{-0.09862730725812037, 0.022873189558000568}, 0.013181024749461962], DiskBox[{-0.07536365035904288, 0.026814215676126758}, 0.010414089557990492], DiskBox[{-0.05674861970333486, 0.027817979526963216}, 0.008227984043977581], DiskBox[{-0.04204642299857338, 0.02693370103249809}, 0.006500781566258496], DiskBox[{-0.03058524214154234, 0.02491887804022334}, 0.005136150088081211], DiskBox[{-0.021769681565655948, 0.02230776545917707}, 0.004057979407309877], DiskBox[{-0.015084388185188403, 0.019466246784048766}, 0.0032061362280600574], DiskBox[{-0.010091963782721121, 0.01663523115020676}, 0.00253311031947635], DiskBox[{-0.006427427954431467, 0.013964530694678226}, 0.0020013647063649906], DiskBox[{-0.003790828541925209, 0.011538955487398332}, 0.0015812421026777245]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{-0.3871749405818955, -1.32221447412003}, 0.17936675265798407], DiskBox[{-0.29659211053179646, -1.7183803013096888}, 0.22702297621413145], DiskBox[{-0.12567512401976003, -2.203517126458227}, 0.28734105382058905], DiskBox[{0.15906421739765378, -2.7889730196491405}, 0.36368513261340674], DiskBox[{0.6013698413178049, -3.4841988553206296}, 0.4603131850647991], DiskBox[{1.257609073952754, -4.294783956719069}, 0.582614490787378], DiskBox[{2.1994672647582316, -5.219645228980764}, 0.7374102152378108], DiskBox[{3.51693173415909, -6.247104766947528}, 0.9333338496304614], DiskBox[{5.321479585630195, -7.349528102439058}, 1.1813127305065712], DiskBox[{7.7493147417623645, -8.47612314134866}, 1.495177494965405], DiskBox[{10.964402191479909, -9.543419113906527}, 1.8924334629767097], DiskBox[{15.160913374177706, -10.422857360964155}, 2.395236969425416], DiskBox[{20.56451545465481, -10.924835040881456}, 3.0316310992926354], DiskBox[{27.431696364202633, -10.778454811336339}, 3.8371097471842273], DiskBox[{-0.4226910643797703, -1.0031036287668607}, 0.14171443126851144], DiskBox[{-0.4219039664090976, -0.7494244062968077}, 0.11196601227459256], DiskBox[{-0.39849807676403176, -0.5503674239330123}, 0.08846232379058887], DiskBox[{-0.3622440977386469, -0.3962184888713741}, 0.06989248408024953], DiskBox[{-0.3199389984420879, -0.27847465797079185}, 0.05522078916298631], DiskBox[{-0.2761542973193319, -0.18985089991934814}, 0.04362894803226314], DiskBox[{-0.2338240314152623, -0.12421810640511101}, 0.034470443745084976], DiskBox[{-0.19470071943778577, -0.07650161606642898}, 0.027234474943205102], DiskBox[{-0.15970415827400916, -0.04256060074971768}, 0.02151746670037648], DiskBox[{-0.12918437906131044, -0.01906205626115924}, 0.017000561757381252], DiskBox[{-0.10311673738344268, -0.0033582689321642726}, 0.013431836753416568], DiskBox[{-0.0812440437973614, 0.006626893041465755}, 0.010612251591751104], DiskBox[{-0.06317791594317233, 0.012500003801714102}, 0.008384548287335121], DiskBox[{-0.04846917090205337, 0.015487269081656532}, 0.006624480146823789], DiskBox[{-0.036655068396318165, 0.016510859435154544}, 0.005233882102146038], DiskBox[{-0.027289537717838937, 0.016253072527213572}, 0.004135195706231966], DiskBox[{-0.019961140905368015, 0.015209413166079018}, 0.00326714343103523], DiskBox[{-0.01430240490621379, 0.013731872566419308}, 0.002581311008538244], DiskBox[{-0.009993259152791907, 0.012063739088963845}, 0.002039447200115556], DiskBox[{-0.006760606862882728, 0.010367232028103024}, 0.001611330393083687]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{-0.03427637178531462, -1.4035330991407493}, 0.18277979037941125], DiskBox[{0.1588744268690261, -1.7698530589183292}, 0.23134282908523152], DiskBox[{0.4544740079618935, -2.202699066006076}, 0.2928086549287739], DiskBox[{0.8884747771081436, -2.704457552762639}, 0.37060542892215825], DiskBox[{1.5064297323522642, -3.2729556636098036}, 0.4690721453571346], DiskBox[{2.365308356104764, -3.8989057310777597}, 0.5937006324755147], DiskBox[{3.5354123158264343, -4.562430427972194}, 0.7514418506634206], DiskBox[{5.102284376672322, -5.228417521374684}, 0.9510935714756111], DiskBox[{7.1684403513118395, -5.840403846447604}, 1.2037910596856083], DiskBox[{9.85466686816089, -6.312635263553693}, 1.523628125391192], DiskBox[{13.300510676785796, -6.51989542468371}, 1.9284431843922858], DiskBox[{17.663430243125386, -6.284645195576171}, 2.440814168138457], DiskBox[{23.115878183504254, -5.360972774374815}, 3.089317772803792], DiskBox[{-0.15298516435782608, -1.0986363249853186}, 0.14441101072051446], DiskBox[{-0.21877771984366642, -0.8486413475083388}, 0.11409653098972831], DiskBox[{-0.24796505820854006, -0.6464954826569184}, 0.09014560814261198], DiskBox[{-0.2527171109810684, -0.4851974435588153}, 0.07122241664063322], DiskBox[{-0.24195784372261375, -0.3581582827222327}, 0.056271544855595775], DiskBox[{-0.22210031361164584, -0.25940430770697054}, 0.04445913112457923], DiskBox[{-0.19764188716800693, -0.18367033117030526}, 0.03512635641024117], DiskBox[{-0.1716398381933548, -0.12641939977696626}, 0.027752699691810913], DiskBox[{-0.14608644471656834, -0.08381555752790827}, 0.021926906713253192], DiskBox[{-0.12220097789207883, -0.052668771074694}, 0.017324052915600716], DiskBox[{-0.10065395382800091, -0.030365468955915683}, 0.013687421274115768], DiskBox[{-0.08173692231444009, -0.014793873191227195}, 0.010814184304782858], DiskBox[{-0.06548903646971282, -0.004270135521775876}, 0.008544091676272809], DiskBox[{-0.05178976947789597, 0.0025310123573118733}, 0.006750532496497905], DiskBox[{-0.04042546368727438, 0.006639024254665043}, 0.005333473786666242], DiskBox[{-0.03113593066514886, 0.00884278588606877}, 0.0042138812971885325], DiskBox[{-0.023646067517269418, 0.009738167105306787}, 0.003329311495106162], DiskBox[{-0.017686402764223303, 0.0097681885364263}, 0.0026304288729825853], DiskBox[{-0.013005615827993134, 0.009256396356981405}, 0.002078254337568315], DiskBox[{-0.009377366247807757, 0.00843418474892539}, 0.0016419912113890913]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{0.33454833899451275, -1.391000925680335}, 0.18625777227981954], DiskBox[{0.6208621687097482, -1.7010180711771599}, 0.2357448812523639], DiskBox[{1.0255104798309704, -2.049657495512274}, 0.29838029498816576], DiskBox[{1.5845204807382234, -2.429834812890814}, 0.3776574064482771], DiskBox[{2.3421763280124237, -2.8274570003695048}, 0.47799777344846417], DiskBox[{3.3521365760854422, -3.218429563601471}, 0.6049977241820134], DiskBox[{4.678408666439262, -3.564732288101693}, 0.7657404837365391], DiskBox[{6.39600961046173, -3.8093443244798744}, 0.9691912299766984], DiskBox[{8.591066478424175, -3.869767488006712}, 1.226697112421357], DiskBox[{11.360010728636915, -3.6298674501492556}, 1.5526201218918103], DiskBox[{14.807390990137382, -2.9297301076443905}, 1.9651381082531767], DiskBox[{19.041662945451076, -1.5532208813896657}, 2.4872586217699233], DiskBox[{24.168104887447864, 0.7870534069579873}, 3.148102123503165], DiskBox[{0.13765273195121341, -1.1219306779538925}, 0.14715890139520577], DiskBox[{0.007268460646161226, -0.8930345048829538}, 0.11626758977504548], DiskBox[{-0.07451600999644674, -0.7016480425304976}, 0.09186092247178641], DiskBox[{-0.12152115319432878, -0.5440708790810953}, 0.07257765550738797], DiskBox[{-0.14426305960554414, -0.4161568488511663}, 0.05734229460374638], DiskBox[{-0.1506239742272882, -0.31370672110600595}, 0.045305111159014075], DiskBox[{-0.1464139154090234, -0.23271621007354285}, 0.03579474995401597], DiskBox[{-0.13583380131147843, -0.16952020220044067}, 0.02828078535716387], DiskBox[{-0.12185194096432458, -0.12086436584387188}, 0.022344137658328322], DiskBox[{-0.1065059968715467, -0.08392754165533725}, 0.017653699548617983], DiskBox[{-0.09114202448786053, -0.05631219274969911}, 0.013947869124262777], DiskBox[{-0.07660125044861328, -0.0360154355239338}, 0.011019959446562158], DiskBox[{-0.06336408344100394, -0.021389521727063456}, 0.008706670898755894], DiskBox[{-0.05165960687326539, -0.011097881998519826}, 0.006878983403418206], DiskBox[{-0.041547577470181646, -0.00407078611929586}, 0.00543496052794011], DiskBox[{-0.03297880772825194, 0.0005368278038986752}, 0.004294064138254649], DiskBox[{-0.025838775431212078, 0.0033838798500776864}, 0.003392662509442945], DiskBox[{-0.019978394470845057, 0.004977307451139238}, 0.0026804813650636535], DiskBox[{-0.015235100143280297, 0.005701643072308687}, 0.0021177999074341283], DiskBox[{-0.011446743265303079, 0.005844125562764346}, 0.001673235451805312], DiskBox[{-0.008460240723294538, 0.005615659637263106}, 0.0013219931058407644]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{0.6944276795419758, -1.2818782285213097}, 0.18980193413411914], DiskBox[{1.057701322858701, -1.5120093297686399}, 0.24023069682534193], DiskBox[{1.5476293151084195, -1.7491183710941458}, 0.30405795367927796], DiskBox[{2.1978272970754706, -1.976775777636979}, 0.38484357085658355], DiskBox[{3.0482020915345345, -2.1694841385389627}, 0.48709324073748067], DiskBox[{4.145266668985888, -2.289438046787947}, 0.6165097799192777], DiskBox[{5.542069934519072, -2.2824043241179073}, 0.7803111949585911], DiskBox[{7.297515576779874, -2.0725515735793705}, 0.9876332554812485], DiskBox[{9.47476147453273, -1.5560464458554828}, 1.2500390275500943], DiskBox[{12.13828544213346, -0.5932313807833252}, 1.5821637857232453], DiskBox[{15.349069783637974, 1.000789501999295}, 2.0025312727716384], DiskBox[{19.157191202345576, 3.467295525334033}, 2.534586832674387], DiskBox[{23.59089888353876, 7.116897913826481}, 3.2080050382808505], DiskBox[{0.42994562712994056, -1.0686019043697053}, 0.1499590796560194], DiskBox[{0.24149681601561931, -0.8774303488985474}, 0.11847996003765661], DiskBox[{0.11074527624424699, -0.7104402015050149}, 0.09360887625293744], DiskBox[{0.023111485604509905, -0.5676144146554217}, 0.07395868221556387], DiskBox[{-0.03284734587556775, -0.4476299256308974}, 0.05843341885958301], DiskBox[{-0.06599448363863974, -0.3484202770832029}, 0.04616718872393497], DiskBox[{-0.0831015938884715, -0.2675671968098722}, 0.036475861865848704], DiskBox[{-0.0892669204250529, -0.20256414124972816}, 0.028818919575380075], DiskBox[{-0.08826721030771686, -0.15098560131582142}, 0.022769307783507817], DiskBox[{-0.08284916970475789, -0.11058838691934499}, 0.017989618784425655], DiskBox[{-0.07496734307639409, -0.079364949596251}, 0.014213272844568787], DiskBox[{-0.06597562846654875, -0.055563869831706185}, 0.011229650131833307], DiskBox[{-0.056779449458366944, -0.03768873490841577}, 0.008872343721423138], DiskBox[{-0.04795510305640785, -0.024483588429795273}, 0.0070098785079625], DiskBox[{-0.0398421357612977, -0.014910787756248586}, 0.0055383783856057245], DiskBox[{-0.03261386589354051, -0.00812532484987861}, 0.004375772719499002], DiskBox[{-0.02633043393498749, -0.003448334167610587}, 0.0034572189835342143], DiskBox[{-0.020978065059907243, -0.00034153193230100555}, 0.002731486269121815], DiskBox[{-0.016497592471549635, 0.001616374941497422}, 0.0021580979607990674], DiskBox[{-0.012804727850049685, 0.00275076912062784}, 0.0017050742158416434], DiskBox[{-0.009804079170116138, 0.0033094908929920306}, 0.001347148338183653]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{1.0201526754538284, -1.0799937987115336}, 0.19341353523187], DiskBox[{1.4382429908173537, -1.211269193580621}, 0.2448018696762718], DiskBox[{1.9828761741802199, -1.3161803285923108}, 0.30984364835250494], DiskBox[{2.6828410290294133, -1.3697285867694435}, 0.392166475490347], DiskBox[{3.5707415731665657, -1.3363357328381744}, 0.4963617789690849], DiskBox[{4.682456928149637, -1.1665707991038226}, 0.6282408900793945], DiskBox[{6.055991119087302, -0.7931119216177432}, 0.795159161504118], DiskBox[{7.729445601412937, -0.1258339339133352}, 1.0064262006951303], DiskBox[{9.737762822351186, 0.9540771405843348}, 1.273825098776013], DiskBox[{12.107784343274858, 2.6010564004341985}, 1.6122696141564894], DiskBox[{14.851038908147888, 5.013166173452227}, 2.0406359642544545], DiskBox[{17.953521430084503, 8.441125730870299}, 2.582815617217558], DiskBox[{21.361540802548873, 13.198195146788033}, 3.2690478014681754], DiskBox[{0.7037615789131177, -0.9393909199775048}, 0.15281254044488934], DiskBox[{0.46803804843821945, -0.8006020117355167}, 0.12073442786321159], DiskBox[{0.2954722684539202, -0.6704833772465606}, 0.0953900905581375], DiskBox[{0.1717038556674721, -0.5528440208326475}, 0.07536598746298667], DiskBox[{0.0851183401572983, -0.44938385737465003}, 0.05954530531459397], DiskBox[{0.026446140204533675, -0.36039391975035945}, 0.047045670127383775], DiskBox[{-0.011615125622578465, -0.2852699685220822}, 0.037169934154190204], DiskBox[{-0.0347432454973511, -0.2228817265047599}, 0.029367293552964996], DiskBox[{-0.0472935150763625, -0.17183193616472187}, 0.02320256815759777], DiskBox[{-0.05255914524783118, -0.13063257118879804}, 0.018331929979758587], DiskBox[{-0.05299150055045757, -0.09781976279603141}, 0.014483726736634004], DiskBox[{-0.050383301065831616, -0.07202422807761263}, 0.0114433308665872], DiskBox[{-0.04601875491003995, -0.05201009626900154}, 0.009041169010112097], DiskBox[{-0.04079489379523887, -0.03669189933735732}, 0.007143264318965713], DiskBox[{-0.03531834268982553, -0.02513700929388656}, 0.005643764105453444], DiskBox[{-0.029981498939691695, -0.016558858547101197}, 0.004459036073106789], DiskBox[{-0.025021720707761465, -0.010304774976591711}, 0.0035230038551850723], DiskBox[{-0.02056669467115536, -0.005841116061355044}, 0.002783461707902545], DiskBox[{-0.0166687123813423, -0.0027375243975460792}, 0.002199162816116972], DiskBox[{-0.013330161458163273, -0.0006514898801052567}, 0.0017375188162498197], DiskBox[{-0.010522148339814621, 0.0006860582241083456}, 0.0013727822309003595]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{1.2879057003669896, -0.7957327523778435}, 0.19709385882472494], DiskBox[{1.7340313646354975, -0.8152842728320133}, 0.249460024005877], DiskBox[{2.297840849502944, -0.7756699705449153}, 0.315739434744915], DiskBox[{3.0011215630246104, -0.644720216549088}, 0.3996287222785236], DiskBox[{3.866641430356042, -0.37884688306547276}, 0.5058066813826694], DiskBox[{4.916758174169312, 0.08003783988124702}, 0.6401952228875072], DiskBox[{6.171227107088555, 0.8081958509609861}, 0.8102896590603001], DiskBox[{7.643915697579621, 1.9043681739517697}, 1.0255767430108231], DiskBox[{9.33805266964771, 3.49471567968144}, 1.2980637776180906], DiskBox[{11.239542823391613, 5.738348283442207}, 1.642948304207368], DiskBox[{13.307764845399412, 8.833315787128665}, 2.07946572182375], DiskBox[{15.463137585693651, 13.022817020137548}, 2.631962111751378], DiskBox[{17.570591318450806, 18.60121845138547}, 3.3312521024003234], DiskBox[{0.9394718397815729, -0.7403100693277533}, 0.1557202976357664], DiskBox[{0.6709443137305741, -0.6655056810285178}, 0.12303179429520474], DiskBox[{0.4668810143083807, -0.5826654569441647}, 0.09720519827738174], DiskBox[{0.3141413245993656, -0.4993082675545568}, 0.07680007128460917], DiskBox[{0.20173498284431818, -0.4201556909226343}, 0.06067834903736306], DiskBox[{0.12061094834128405, -0.3479267131614513}, 0.047940867505912164], DiskBox[{0.06342028183217821, -0.2839425691865986}, 0.03787721343249165], DiskBox[{0.02427568346892772, -0.22858021716926644}, 0.029926102134751692], DiskBox[{-0.0014779956200993525, -0.18160669646052427}, 0.023644072723981193], DiskBox[{-0.017473927682467624, -0.14242096973232968}, 0.018680754762502916], DiskBox[{-0.026510011230393083, -0.11022487904615112}, 0.01475932689645423], DiskBox[{-0.030710782093521186, -0.08414056773520934}, 0.011661077574534278], DiskBox[{-0.03166505492123305, -0.06328810722177972}, 0.00921320675077494], DiskBox[{-0.030540939294708396, -0.04683406649409892}, 0.007279188230245095], DiskBox[{-0.0281804856181908, -0.03401930521690045}, 0.005751155132482175], DiskBox[{-0.025176474885498522, -0.02417228811508339}, 0.004543883783695257], DiskBox[{-0.021933891501186055, -0.016712638175107226}, 0.0035900404986671983], DiskBox[{-0.018718496084951273, -0.011148403646371067}, 0.002836426148995673], DiskBox[{-0.015694707606459593, -0.007069549446656989}, 0.0022410090642969753], DiskBox[{-0.012954754624666682, -0.0041394452258478286}, 0.001770580781043584], DiskBox[{-0.010540793175076215, -0.0020855651872453756}, 0.0013989038920663055]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{1.476959571617438, -0.44557087204186285}, 0.20084421258238655], DiskBox[{1.9213733016705739, -0.34775536114618655}, 0.2542068149205995], DiskBox[{2.4661402713564193, -0.16080024539348897}, 0.32174740771068144], DiskBox[{3.124272142260256, 0.1526879057171521}, 0.4072329626602576], DiskBox[{3.9067497434424845, 0.6416031871336079}, 0.515431303882251], DiskBox[{4.82034515323735, 1.3690093475903986}, 0.6523770258828421], DiskBox[{5.864498919052386, 2.4151825862969583}, 0.8257080637014798], DiskBox[{7.026955335259699, 3.8809884353759294}, 1.0450916868799847], DiskBox[{8.277787922095026, 5.891500027281417}, 1.322763676413028], DiskBox[{9.561365871316207, 8.599688240724477}, 1.674210756437335], DiskBox[{10.785720946664734, 12.189905926048594}, 2.1190343422276237], DiskBox[{11.808675130832235, 16.880739099416733}, 2.682043778702796], DiskBox[{12.419986059603643, 22.926595963319663}, 3.394640043122847], DiskBox[{1.1193264069168078, -0.48243023305703414}, 0.1586833843948614], DiskBox[{0.8352880953114771, -0.4792370537957778}, 0.12537287561959648], DiskBox[{0.6126166235356023, -0.45121532749308385}, 0.09905484434346243], DiskBox[{0.4403459333467194, -0.4092168139390909}, 0.0782614432301808], DiskBox[{0.30889330747095084, -0.3607746123242251}, 0.06183295261394302], DiskBox[{0.21006000990594473, -0.3109410764268964}, 0.04885309893548828], DiskBox[{0.13695651845968695, -0.2629456008653317}, 0.03859795100682988], DiskBox[{0.08388474633110275, -0.21870423969889655}, 0.030495543873131976], DiskBox[{0.0461998117958621, -0.179209155875655}, 0.024093978355316275], DiskBox[{0.020166548818225424, -0.14482190567173617}, 0.019036217074912206], DiskBox[{0.002820528027588871, -0.11549076515686307}, 0.015040171248565154], DiskBox[{-0.008160558536912743, -0.09090883796189458}, 0.01188296762408133], DiskBox[{-0.014572057926605209, -0.07062660979921018}, 0.00938851807079232], DiskBox[{-0.017782863301249494, -0.0541299542130322}, 0.007417698537439917], DiskBox[{-0.018821315047864662, -0.04089233530049328}, 0.005860589624204112], DiskBox[{-0.018447318982616305, -0.030408068173520063}, 0.00463034599882553], DiskBox[{-0.017211943946953343, -0.022211948653367498}, 0.0036583527330240648], DiskBox[{-0.015505966792282916, -0.01588930810536057}, 0.0028903984113971895], DiskBox[{-0.013598881410834518, -0.011079545263172383}, 0.0022836515738878698], DiskBox[{-0.011669836474356904, -0.007475394376387144}, 0.001804271857594758], DiskBox[{-0.009831854535760406, -0.0048195715939862915}, 0.0014255226030677672]}, {RGBColor[0.163302, 0.119982, 0.79353], DiskBox[{1.5712283933543765, -0.05117023281707811}, 0.2046659290572402], DiskBox[{1.983158340528067, 0.16176297525561098}, 0.25904392902068146], DiskBox[{2.4705113779954946, 0.488802158089343}, 0.3278697019654138], DiskBox[{3.036287248363841, 0.9701815976825233}, 0.4149818985269746], DiskBox[{3.67846813748067, 1.656926942202261}, 0.5252390662288713], DiskBox[{4.3871737944317015, 2.6129117556749875}, 0.6647906274279193], DiskBox[{5.1407881910684186, 3.917034201973945}, 0.841419853799355], DiskBox[{5.900775620882258, 5.6653967944421355}, 1.0649779662311685], DiskBox[{6.604848347590927, 7.9733014033503125}, 1.347933571375334], DiskBox[{7.158087939222659, 10.976774731629968}, 1.7060680788265938], DiskBox[{7.421560962634736, 14.833208885620797}, 2.1593558847423235], DiskBox[{7.197911219103686, 19.720528616084085}, 2.7330784127784127], DiskBox[{6.213362049072368, 25.83407077758324}, 3.459234146244834], DiskBox[{1.228752609903803, -0.18131024440987725}, 0.16170285354774336], DiskBox[{0.948232797404875, -0.2527001043980743}, 0.1277585036548512], DiskBox[{0.7216233938923378, -0.28353904363592813}, 0.10093968596112265], DiskBox[{0.5409741261123272, -0.28738997062711075}, 0.0797506225452976], DiskBox[{0.3988260001777815, -0.27418503257235854}, 0.06300952629089984], DiskBox[{0.28843180810890046, -0.25105051107445364}, 0.049782688544513384], DiskBox[{0.20385511580859966, -0.22297413925890708}, 0.03933240296519981], DiskBox[{0.13998801930786975, -0.19333781019498}, 0.03107582109860476], DiskBox[{0.09251722938971582, -0.16433732599919493}, 0.024552444909275405], DiskBox[{0.05785974328532124, -0.13730883687995551}, 0.019398443217645795], DiskBox[{0.033083025540403085, -0.11297930365011058}, 0.015326359580836288], DiskBox[{0.015819854207059364, -0.0916559302631875}, 0.012109079855821518], DiskBox[{0.00418446187076314, -0.07336721113002598}, 0.009567165260692755], DiskBox[{-0.0033059604776518466, -0.057966114356411275}, 0.00755884445517157], DiskBox[{-0.007802148621656723, -0.045204024991568864}, 0.005972106464202626], DiskBox[{-0.010185049385826777, -0.03478241978856115}, 0.00471845343971445], DiskBox[{-0.011119353159808318, -0.026387834744980167}, 0.0037279648305341626], DiskBox[{-0.011098655853917066, -0.01971450433847605}, 0.002945397672195885], DiskBox[{-0.010482942851225176, -0.014478075482780628}, 0.0023271054963611036], DiskBox[{-0.009529244285286946, -0.010423005225259968}, 0.001838604016807243], DiskBox[{-0.008416362700554701, -0.0073256138641053}, 0.0014526478218996792]}, {RGBColor[0.534081, 0.0853132, 0.16669], DiskBox[{1.5605572983507272, 0.3619182550261364}, 0.2085603661578285], DiskBox[{1.9102938192991004, 0.6796795307938507}, 0.2639730849994383], DiskBox[{2.304354258114553, 1.1295883485747973}, 0.33410849284465105], DiskBox[{2.735134531939597, 1.7520490579878891}, 0.42287828318240017], DiskBox[{3.1872582114721872, 2.596775213559215}, 0.535233453255683], DiskBox[{3.634235618002265, 3.7240680615728277}, 0.6774404382464779], DiskBox[{4.03407870965472, 5.205943441909843}, 0.8574306119695209], DiskBox[{4.323624703156578, 7.1269178062635365}, 1.0852426469335426], DiskBox[{4.411285006212166, 9.584179760309835}, 1.3735824057156334], DiskBox[{4.167902429682867, 12.686762305264638}, 1.7385315907209131], DiskBox[{3.4153733968413427, 16.553186245528096}, 2.2004446761677015], DiskBox[{1.9126796800025403, 21.306859482391634}, 2.785084147287181], DiskBox[{-0.6610144000705516, 27.06828158646523}, 3.5250573629414927], DiskBox[{1.2574840554934192, 0.14390570339443468}, 0.16477977795342305], DiskBox[{1.0000000000000009, -1.992472537478919*^-15}, 0.1301895260474935], DiskBox[{0.7849586007778647, -0.08983018042016437}, 0.10286039284057001], DiskBox[{0.6080905436208236, -0.1410259454604694}, 0.08126813835589722], DiskBox[{0.4646575161422144, -0.16532441206727888}, 0.06420848812107892], DiskBox[{0.3498857919480495, -0.17151308767939408}, 0.0507299666289891], DiskBox[{0.2592388100689367, -0.16606097713705312}, 0.04008083026850598], DiskBox[{0.18857444608206103, -0.15363846133770698}, 0.03166713999166685], DiskBox[{0.134221762637593, -0.13753950815149424}, 0.025019635285344743], DiskBox[{0.09300332816179444, -0.12001998502431979}, 0.019767561894645166], DiskBox[{0.06222234543280681, -0.10256522525851988}, 0.015617993579926936], DiskBox[{0.039628512518245486, -0.08609890022378894}, 0.012339494610547543], DiskBox[{0.0233724619961495, -0.07114390867747497}, 0.009749211796285306], DiskBox[{0.011955544912938161, -0.05794457548731641}, 0.007702676134530197], DiskBox[{0.004179436136001479, -0.0465580616537418}, 0.006085745275948127], DiskBox[{-0.0009016347370125219, -0.036921590432802256}, 0.004808237412150248], DiskBox[{-0.004024419071556048, -0.028900925953526915}, 0.00379890152533528], DiskBox[{-0.005755177756067473, -0.022324516106380924}, 0.0030014434733872408], DiskBox[{-0.006522991588259639, -0.017006832269730012}, 0.0023713862714943063], DiskBox[{-0.006648005161171357, -0.012763697750858529}, 0.0018735894573704464], DiskBox[{-0.006364974101065134, -0.009421782824203287}, 0.0014802891865261908]}}]], "Output", CellChangeTimes->{{3.76164729948833*^9, 3.761647364613152*^9}, 3.761648337807839*^9, 3.762788676999228*^9, 3.762788907171418*^9}, CellLabel->"Out[132]=", CellID->458497240] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["GraphicType", "Subsubsection", CellChangeTimes->{3.7616472321261053`*^9}, CellID->632381321], Cell["Select a GraphicType:", "Text", CellChangeTimes->{{3.7616476212442083`*^9, 3.761647627531146*^9}, { 3.7616476758418503`*^9, 3.7616476790284758`*^9}, {3.7616484206437473`*^9, 3.761648420833042*^9}}, CellID->281185949], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"DoyleSpiral", "[", RowBox[{"2", ",", "25", ",", RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "\"\\""}]}], "]"}]], "Input", CellChangeTimes->{{3.761583463757721*^9, 3.761583466805778*^9}, { 3.761585171772769*^9, 3.7615851817039623`*^9}, {3.76158625993651*^9, 3.761586267269388*^9}, {3.761586309724065*^9, 3.76158632590866*^9}, { 3.761591441101303*^9, 3.761591500197473*^9}, {3.761598138985035*^9, 3.761598189625124*^9}, {3.761598829963046*^9, 3.761598848918997*^9}, { 3.761598983111081*^9, 3.761598987812285*^9}, 3.76159902354344*^9, { 3.761599176620278*^9, 3.761599199503694*^9}, 3.76159923522394*^9, { 3.7616463844429483`*^9, 3.761646398333126*^9}, {3.761647011070691*^9, 3.761647011351948*^9}, {3.761647283929953*^9, 3.761647284647046*^9}, { 3.762788915511739*^9, 3.762788922797015*^9}}, CellLabel->"In[134]:=", CellID->312926953], Cell[BoxData[ GraphicsBox[{ {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.005217386340054871, 0.1315283543206585}, 0.06649726471708013], DiskBox[{0.24907527807405527, 0.23554190477465514}, 0.06536280128459007], DiskBox[{0.49048411842143763, 0.2942917429276172}, 0.058357316687727014], DiskBox[{0.7015700849679131, 0.2929354368492349}, 0.04708447468080846], DiskBox[{0.8571574748651373, 0.24498182099242607}, 0.034610051704332664], DiskBox[{0.9521744555638874, 0.17913068643453062}, 0.023665765874999262], DiskBox[{0.999867240942362, 0.11832116061619258}, 0.01542920823283107], DiskBox[{1.018405708200567, 0.07216313528786646}, 0.009789381992094504], DiskBox[{-0.22561049273295164, 0.015513454139743574}, 0.06204926828744105], DiskBox[{-0.4369082479732316, -0.07969755816994299}, 0.05345805907791034], DiskBox[{-0.621269090490255, -0.13461909549190296}, 0.04267370287235684], DiskBox[{-0.7690663667773499, -0.14771370666093117}, 0.03173044682636854], DiskBox[{-0.8749834416218105, -0.13136636317567804}, 0.02220825754806862], DiskBox[{-0.9422224130289045, -0.1019710430588753}, 0.014844513658534541], DiskBox[{-0.9799937054967184, -0.07181967559783851}, 0.00961679931665452], DiskBox[{-0.9985337454728191, -0.04694122350040755}, 0.006111458115496907], DiskBox[{-1.0060077798255638, -0.028802918287802567}, 0.003842234138042035]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.1261517853554259, 0.18731322528457617}, 0.06668336710928524], DiskBox[{0.37162904242170486, 0.2721517463023157}, 0.06254226371464913], DiskBox[{0.6017240722483408, 0.30090260356145615}, 0.05307890186679669], DiskBox[{0.7871752067620562, 0.2730646665932542}, 0.040796606263590995], DiskBox[{0.9116867371091698, 0.2125517868612121}, 0.028833998880652738], DiskBox[{0.9807694056581828, 0.14720254572153096}, 0.019195374337136487], DiskBox[{1.0117536327173382, 0.09324737016553025}, 0.012319328250953788], DiskBox[{-0.11230709149955034, 0.07276769069114511}, 0.06489839153400238], DiskBox[{-0.33406855639506927, -0.03631674323114187}, 0.05815689184106846], DiskBox[{-0.53306724751904, -0.11270750831669255}, 0.04820909393790704], DiskBox[{-0.700255387447397, -0.1458423618048255}, 0.03710597382373259], DiskBox[{-0.827257585400472, -0.1421672015129209}, 0.026724507148473242], DiskBox[{-0.912941583951188, -0.11738169134550461}, 0.01824408002709406], DiskBox[{-0.9641255150476462, -0.08647684895534752}, 0.011984871890918366], DiskBox[{-0.9910915831256337, -0.05855245597326348}, 0.007680079142567106], DiskBox[{-1.0032546968408178, -0.03704805528829647}, 0.0048503920518851145], DiskBox[{-1.007381091670129, -0.02205952062810782}, 0.0030395822950808407]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.015547699587928933, 0.2676553413432701}, 0.07002112952945919], DiskBox[{0.2793969754010137, 0.36781789870785714}, 0.07034402941970522], DiskBox[{0.5454999290159271, 0.40277856251583055}, 0.06328202497332576], DiskBox[{0.7698361461783007, 0.36278734076859764}, 0.05058611246977797], DiskBox[{0.9204669600425913, 0.27723375846994575}, 0.036441186036385916], DiskBox[{0.9996503745480213, 0.1864680813923807}, 0.024373803733350893], DiskBox[{1.0305797905346836, 0.11387014914819743}, 0.015604196439377242], DiskBox[{1.0362718680099021, 0.06419124773511019}, 0.009774632357892313], DiskBox[{-0.22113528129796695, 0.14107235148944455}, 0.06358935722661274], DiskBox[{-0.42623626515206336, 0.02674869279988134}, 0.053521824838956], DiskBox[{-0.600357914576387, -0.05243805741192292}, 0.04212606303536188], DiskBox[{-0.7412968419195278, -0.09124656239593636}, 0.031195580318787892], DiskBox[{-0.8466369889666863, -0.09756548211188626}, 0.021905469780482932], DiskBox[{-0.9181246100804955, -0.08480522282344947}, 0.014742130140573406], DiskBox[{-0.9620153404945839, -0.06497474846404855}, 0.009620524707670417], DiskBox[{-0.9863485394259573, -0.04555912679722641}, 0.006151879020104214], DiskBox[{-0.9983473020317424, -0.029820719871167346}, 0.0038855624491316494]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.14500553597236002, 0.32377930185344955}, 0.07107894256367003], DiskBox[{0.41473546536488576, 0.39506405937190964}, 0.06770980115602503], DiskBox[{0.6656101087253234, 0.3910375295720884}, 0.057400646211933866], DiskBox[{0.8550056619526267, 0.32298648299192767}, 0.04342428427968722], DiskBox[{0.9677325546179258, 0.2305117897976607}, 0.030019168966983468], DiskBox[{1.019542334081878, 0.14727576228848932}, 0.01957762321547327], DiskBox[{1.0354534068095935, 0.08632224405768744}, 0.012371493194139037], DiskBox[{-0.10676528239207271, 0.20496961947219627}, 0.06741964057656792], DiskBox[{-0.32755560714635124, 0.08051377607916778}, 0.058855025288055814], DiskBox[{-0.5172394859730752, -0.01794640813696794}, 0.0478647534027076], DiskBox[{-0.6751859924120353, -0.07662296779922473}, 0.03651331083688879], DiskBox[{-0.798432438820574, -0.09766301943847533}, 0.02629917904428446], DiskBox[{-0.8863013938260631, -0.09272893963024462}, 0.018052722821601305], DiskBox[{-0.943021844741163, -0.07519183783055497}, 0.011946621511947628], DiskBox[{-0.976135685946563, -0.054929520026845216}, 0.007708375143122971], DiskBox[{-0.9935100795505731, -0.037148408744243}, 0.004894741962044871], DiskBox[{-1.001456375177506, -0.023588397281228253}, 0.0030792190040639564]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.027963489331392553, 0.41361403245509437}, 0.07646467642467014], DiskBox[{0.32412007624961636, 0.5096732752266248}, 0.07839434356049015], DiskBox[{0.6231838920583607, 0.511704872380089}, 0.07050788157654322], DiskBox[{0.8577811808171577, 0.42156349529183457}, 0.05519179381584127], DiskBox[{0.9935683511404099, 0.29404802359508764}, 0.03856903254838292], DiskBox[{1.0488096556661848, 0.18101520965919493}, 0.02508697598344303], DiskBox[{1.059269071627216, 0.1012524489445249}, 0.015737169325950814], DiskBox[{1.051307233749778, 0.05176544980929902}, 0.009730820136857058], DiskBox[{-0.22370468232918891, 0.2720103358835434}, 0.06737383446803319], DiskBox[{-0.4274420048378198, 0.1353644392872706}, 0.055100613879766766], DiskBox[{-0.5926472592601564, 0.03182146668143819}, 0.04248552958553982], DiskBox[{-0.7251670102186808, -0.031047002706891435}, 0.03112743675718939], DiskBox[{-0.8266401250905624, -0.0586994870723158}, 0.021803112160552123], DiskBox[{-0.8989057624977165, -0.06248749919645129}, 0.014710287252590886], DiskBox[{-0.9462879025340911, -0.05384982949091041}, 0.009643849846413224], DiskBox[{-0.9748395298700504, -0.041085765477559384}, 0.006195924932593456], DiskBox[{-0.9905973523297301, -0.028819494416668867}, 0.0039287943890512055]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.17199836491984094, 0.47097595153811483}, 0.0785722067569352], DiskBox[{0.4775205701230623, 0.523967069852301}, 0.07567065598651301], DiskBox[{0.7520950366271784, 0.47540197562096964}, 0.06341740919090595], DiskBox[{0.937803041803448, 0.3585246531340371}, 0.04667770042215345], DiskBox[{1.028970099187217, 0.23380394515824365}, 0.03130680556089648], DiskBox[{1.0576536588487566, 0.1368793063017705}, 0.019926292698904835], DiskBox[{1.0564890586322246, 0.07326684698826441}, 0.012386173098209248], DiskBox[{-0.10427463992963737, 0.3449189770568455}, 0.07255187791284391], DiskBox[{-0.3309876734274863, 0.20074300950730345}, 0.06142318408369738], DiskBox[{-0.5143530151317173, 0.0785875734224559}, 0.04871237282101692], DiskBox[{-0.6628438286807213, -0.004573919645300906}, 0.036585214082954745], DiskBox[{-0.7797190706525495, -0.04862613025972673}, 0.026187072951080085], DiskBox[{-0.8662136537652557, -0.06281094512323673}, 0.017983421479252033], DiskBox[{-0.9253483836764412, -0.05911244134515894}, 0.011946854947973507], DiskBox[{-0.9625216998902657, -0.0476158394499712}, 0.007745767988141261], DiskBox[{-0.9839789468925696, -0.034723216516416466}, 0.004940096475182784], DiskBox[{-0.9952589818217528, -0.02353439317340747}, 0.0031184096432170143]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.04426802878750093, 0.576148835039155}, 0.08688586706360688], DiskBox[{0.38994997734520087, 0.6654449111341592}, 0.09071620735684313], DiskBox[{0.7307744591715165, 0.6178925723639053}, 0.08065943552468577], DiskBox[{0.9665298303413691, 0.46219563876134945}, 0.06089972118963656], DiskBox[{1.072918870780314, 0.29101900416676646}, 0.04083927889204499], DiskBox[{1.0958580962790907, 0.1618503699941725}, 0.02571505983690751], DiskBox[{1.0835501801016694, 0.0811344583912353}, 0.015795445101819638], DiskBox[{1.0623382786074713, 0.035831572616691544}, 0.009648870083617122], DiskBox[{-0.23402315936614887, 0.41296368267916084}, 0.07395668927417873], DiskBox[{-0.4410730288231621, 0.24803331941018292}, 0.05838983225135124], DiskBox[{-0.5980858535636069, 0.11794394752653627}, 0.043808502739481496], DiskBox[{-0.7206678889454265, 0.03147326489335009}, 0.03155450604165248], DiskBox[{-0.8154651996292444, -0.016422301770049143}, 0.021926046945794954], DiskBox[{-0.8854139649883952, -0.036278614643879825}, 0.014767403116950456], DiskBox[{-0.9337166111144948, -0.03915135803214303}, 0.009697360849420139], DiskBox[{-0.9647506382118997, -0.033800097770421526}, 0.006248619608237954], DiskBox[{-0.9832791005368834, -0.02583662474097625}, 0.003974010227392048]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.21138379865868917, 0.6352742411126393}, 0.09038086467981513], DiskBox[{0.567979449946704, 0.6596565107055886}, 0.08740734160367669], DiskBox[{0.865751583680325, 0.547893155798556}, 0.0713890516764556], DiskBox[{1.033753914741029, 0.3734557246505432}, 0.05042794778697417], DiskBox[{1.0913259811539981, 0.21995698157551313}, 0.032568028421796756], DiskBox[{1.0919721492223746, 0.11611522415755984}, 0.020184876429102955], DiskBox[{1.073147401855371, 0.05498675422864953}, 0.012345632137969412], DiskBox[{-0.10473793954394275, 0.4985741848303352}, 0.08110402832719313], DiskBox[{-0.34517620975804364, 0.3275802070230607}, 0.0662051405031859], DiskBox[{-0.5246055124530518, 0.17762701955537297}, 0.05085632502945712], DiskBox[{-0.6631108588811773, 0.06936801805581366}, 0.03735720578631558], DiskBox[{-0.7713318747315475, 0.0033026366737584473}, 0.02641465601907363], DiskBox[{-0.8533753619762724, -0.029133279298226813}, 0.01805831698436989], DiskBox[{-0.9120194184870289, -0.03921803512389625}, 0.011999934229642333], DiskBox[{-0.9510906889474015, -0.03708049463361764}, 0.007799697639344738], DiskBox[{-0.9752940076505887, -0.02990934189147268}, 0.004989735272715663], DiskBox[{-0.9892068181071018, -0.021870011011565056}, 0.003158440969120047]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.06749309020507488, 0.764895467136688}, 0.1032843056923005], DiskBox[{0.48841227137094934, 0.8396700680318903}, 0.10940682640202272], DiskBox[{0.8776481557257118, 0.7133812388656222}, 0.09452608947601193], DiskBox[{1.0943533048445082, 0.4746571759175189}, 0.06752975573193842], DiskBox[{1.1524435145852394, 0.26442441115504145}, 0.04301441124595426], DiskBox[{1.1363606388758722, 0.12943811229813756}, 0.02615988985712441], DiskBox[{1.1012448526393428, 0.055016850714195806}, 0.015751834764870097], DiskBox[{1.0685218788164077, 0.017683881606627955}, 0.009523391142975424], DiskBox[{-0.25401436550783685, 0.5700596577237096}, 0.08440616526626299], DiskBox[{-0.4690629136235895, 0.36696532583716873}, 0.06379140936899659], DiskBox[{-0.6174855981445894, 0.20585633625941904}, 0.04621892742782282], DiskBox[{-0.7280695492010665, 0.09511781815752435}, 0.032518996552916485], DiskBox[{-0.8134614765780818, 0.02775557658655874}, 0.022297248297289355], DiskBox[{-0.8782442182034605, -0.007460874933323517}, 0.014928849020069326], DiskBox[{-0.9250046089362621, -0.021719526227128333}, 0.009790269638452375], DiskBox[{-0.9567210022416052, -0.024137737593294645}, 0.006314670486636595], DiskBox[{-0.9768819519474305, -0.021037274756261555}, 0.004023318723658919]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.27072465233443327, 0.8253585752230914}, 0.10875072746261778], DiskBox[{0.6986002444945165, 0.8001911464275222}, 0.10445660968941688], DiskBox[{1.0102832119344352, 0.5976847443311758}, 0.08147884506575177], DiskBox[{1.1378071465060122, 0.3607331894356588}, 0.05440018747752096], DiskBox[{1.1492209266282072, 0.1878382767360171}, 0.03363949314507901], DiskBox[{1.1192837150884816, 0.0862308132541836}, 0.020299684147745793], DiskBox[{1.0840331656445477, 0.03294560482829295}, 0.012237128491434709], DiskBox[{-0.10843676676881112, 0.6742594861446249}, 0.09462020568943985], DiskBox[{-0.37240049685275345, 0.46499344329422}, 0.07387897462172298], DiskBox[{-0.549348343061307, 0.2800601858864359}, 0.0545228058794475], DiskBox[{-0.676429975287287, 0.14445157620136442}, 0.03889854524687422], DiskBox[{-0.773530052098284, 0.056683399652000095}, 0.027011347386336104], DiskBox[{-0.8482639761946645, 0.0068601680521419624}, 0.018296249671996525], DiskBox[{-0.9037083570761557, -0.01657733727659125}, 0.012118003924110847], DiskBox[{-0.9425307372157131, -0.02394725080082886}, 0.007876873006696688], DiskBox[{-0.9680243486094579, -0.02298942910320749}, 0.005046854565047703], DiskBox[{-0.9837087238827842, -0.018674819222388304}, 0.0032006698703839764]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.10332680819217616, 0.994940784406667}, 0.12953515943599284], DiskBox[{0.6397766284093607, 1.0355474494947372}, 0.13813936555090062], DiskBox[{1.0735444111203667, 0.7814319363602051}, 0.1128533702280466], DiskBox[{1.2337180835254071, 0.4469461686104462}, 0.07456331750792311], DiskBox[{1.2235305058678883, 0.21289895562577693}, 0.044782131380265405], DiskBox[{1.1659147066284563, 0.08605704664259037}, 0.02633163115470394], DiskBox[{1.1107454637239773, 0.025150341867562206}, 0.015589351582610862], DiskBox[{-0.28758281766828203, 0.7521051096062552}, 0.10070836018100801], DiskBox[{-0.5152407066342777, 0.494677750133845}, 0.07201305258668515], DiskBox[{-0.6526762058417576, 0.29533114240415975}, 0.049927418341191875], DiskBox[{-0.7480138793758322, 0.15866281186810594}, 0.034082373791828796], DiskBox[{-0.8209553635048743, 0.07236814645330922}, 0.022940343718502627], DiskBox[{-0.8778018653919866, 0.022672421796183836}, 0.015207694374925028], DiskBox[{-0.9206633210667187, -0.002482677317373364}, 0.009930357540797782], DiskBox[{-0.9512642837411656, -0.012655430787290065}, 0.0063982814278584245], DiskBox[{-0.9718362939338304, -0.014698137847031409}, 0.004078737900691188], DiskBox[{-0.9848572645518159, -0.013009623040742404}, 0.0025797793721019555]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.3642877813160868, 1.053619498643466}, 0.13794160777615663], DiskBox[{0.8880494978482396, 0.9367385778593188}, 0.12907330408375395], DiskBox[{1.1849529893778388, 0.6077595390924946}, 0.09348124364481934], DiskBox[{1.2403629097088151, 0.3144222439847545}, 0.058127090258439804], DiskBox[{1.196157895661093, 0.13865821903587214}, 0.0343440132177419], DiskBox[{1.136830632272496, 0.04969713057023156}, 0.020229370530525974], DiskBox[{1.088288521254507, 0.009029153315145654}, 0.012054942320827348], DiskBox[{-0.11617595209353396, 0.8847919049943743}, 0.11605441161463136], DiskBox[{-0.41715183668879074, 0.6181353649141773}, 0.08566766612816457], DiskBox[{-0.5913753766305138, 0.38670411462179133}, 0.060103539638233776], DiskBox[{-0.7039052483067574, 0.21981982428388172}, 0.04132154853593267], DiskBox[{-0.7867172991016004, 0.11010443246041338}, 0.028013285550595422], DiskBox[{-0.851224652641438, 0.043752094603036265}, 0.01871428733652404], DiskBox[{-0.9008834067201205, 0.007687998200516698}, 0.012311217314615987], DiskBox[{-0.937368186020512, -0.008951022924963997}, 0.007983101310683022], DiskBox[{-0.9626491394553188, -0.014366298829246116}, 0.0051144076189751165], DiskBox[{-0.9791391594220765, -0.014126816973768858}, 0.0032464414063051103]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.1636745338610737, 1.2921330028903457}, 0.17372226045783176], DiskBox[{0.8801249874967239, 1.2490618904486588}, 0.18335052575495991], DiskBox[{1.3218493523869115, 0.7915072318454699}, 0.135655896071015], DiskBox[{1.3683459575637686, 0.3689929395771326}, 0.0810045788743612], DiskBox[{1.2763088431944385, 0.13926982613366948}, 0.04580926777396274], DiskBox[{1.1810992273027934, 0.03579985865016612}, 0.026169365150273367], DiskBox[{1.111320390868106, -0.005738217826198049}, 0.0153045581922307], DiskBox[{-0.34240257990445344, 0.9727916638485876}, 0.1266850468364], DiskBox[{-0.5863493323479237, 0.6338311559365915}, 0.08425628860789254], DiskBox[{-0.7067314468470282, 0.3855643789846878}, 0.05525816082218718], DiskBox[{-0.7815520669630297, 0.22057356581745416}, 0.0363289284345244], DiskBox[{-0.8382909950131464, 0.11586173501951033}, 0.023880766543393155], DiskBox[{-0.884342084011943, 0.052793382410539075}, 0.015615133657693583], DiskBox[{-0.9210257847935502, 0.017568358322853996}, 0.010123953970668587], DiskBox[{-0.9487579022687433, 6.16185209312159*^-8}, 0.0065030144806478415], DiskBox[{-0.9684931075606048, -0.00718780203105072}, 0.004142091692173689], DiskBox[{-0.9817234184003407, -0.008859677411647096}, 0.002620512968292223]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.521028913179594, 1.337719419935426}, 0.18652803286214958], DiskBox[{1.1607592727234335, 1.0442602936916519}, 0.16406751649231013], DiskBox[{1.3779944939326532, 0.5561015310042167}, 0.10635261805142851], DiskBox[{1.32734407842793, 0.23306568138305328}, 0.06097208685923674], DiskBox[{1.226037131736019, 0.07660348101233587}, 0.0345294886504722], DiskBox[{1.1428851973168794, 0.009972529030387962}, 0.019953980815224363], DiskBox[{1.0857353903633882, -0.014690088381312102}, 0.011801312708036167], DiskBox[{-0.12967616579980537, 1.1519203632925352}, 0.15141496794659506], DiskBox[{-0.487744540627703, 0.7939372560095007}, 0.10377793229549635], DiskBox[{-0.6554463665702615, 0.49789901018087307}, 0.06822960709422381], DiskBox[{-0.7473872374398144, 0.29414806922425196}, 0.044791002087556396], DiskBox[{-0.8114748475197527, 0.161977639700074}, 0.029465108938168363], DiskBox[{-0.8625145469509176, 0.08008102395189051}, 0.01932848886544716], DiskBox[{-0.9038354032098453, 0.032411497561204}, 0.0125878931898428], DiskBox[{-0.9359673442032846, 0.0070942201441614745}, 0.008123176438822], DiskBox[{-0.9595402748468683, -0.004536835022484611}, 0.005194976353024077], DiskBox[{-0.9758175049404771, -0.008489139674540605}, 0.0032970128668872627]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.2769548233736201, 1.7054026598291965}, 0.25479172220598095], DiskBox[{1.2708045418991254, 1.449299603501861}, 0.2556547771251266], DiskBox[{1.6034462650576915, 0.6992065928093388}, 0.16068213589955935], DiskBox[{1.4736035662940645, 0.24003891424074397}, 0.08545353851880841], DiskBox[{1.3023521347474587, 0.05139863875844766}, 0.0458400563132724], DiskBox[{1.1803648264737725, -0.016022330951316135}, 0.025658027989548183], DiskBox[{1.1032518947167465, -0.03485370453854521}, 0.014908223815412673], DiskBox[{-0.4343461100847202, 1.25515388853819}, 0.17026956025645412], DiskBox[{-0.693957431356301, 0.786551507073114}, 0.10256718053733999], DiskBox[{-0.7842429162703064, 0.47445774059146556}, 0.06268274654209076], DiskBox[{-0.8301041395374247, 0.27864606919544416}, 0.03936598156513137], DiskBox[{-0.8658035508002211, 0.1564399775943546}, 0.025145088843329087], DiskBox[{-0.8979751918718053, 0.0814956555059521}, 0.016160361787103287], DiskBox[{-0.9262528549525478, 0.037390552096293356}, 0.010375841843896515], DiskBox[{-0.9494369188675846, 0.013117184677929461}, 0.006631671693645237], DiskBox[{-0.9671093191359291, 0.0010538473013141062}, 0.004214920580279826], DiskBox[{-0.9797096028903446, -0.00397293629436271}, 0.002664909593401307]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.8048444317841901, 1.6992954314194941}, 0.27313321271063473], DiskBox[{1.5354034635639338, 1.0647461418482074}, 0.2111363477005143], DiskBox[{1.5592430913663686, 0.42430995766067015}, 0.11774573731080225], DiskBox[{1.38319870864002, 0.12319280542147257}, 0.06228288702903377], DiskBox[{1.2348620009322842, 0.008529353397551344}, 0.034114266832784595], DiskBox[{1.137145210750102, -0.029041324073076146}, 0.019479864796958426], DiskBox[{1.0768938525144411, -0.03623358115293594}, 0.01148591281016102], DiskBox[{-0.15260931734897293, 1.5169199099487094}, 0.21430432126193166], DiskBox[{-0.5998101035160576, 1.001777030933407}, 0.13234928431856527], DiskBox[{-0.7491194752728673, 0.6126345184156438}, 0.07988821136088776], DiskBox[{-0.8095083541219436, 0.3651248077690841}, 0.04953147960316351], DiskBox[{-0.8485161475790046, 0.210297598510695}, 0.031419013208247144], DiskBox[{-0.8822958615704625, 0.11425023147266178}, 0.020153597587461703], DiskBox[{-0.9126867472043156, 0.056371135127979}, 0.012954434872408186], DiskBox[{-0.9385307781065908, 0.023316879410014136}, 0.008300765445895239], DiskBox[{-0.9589510442462812, 0.005932235880336167}, 0.005290663268332294], DiskBox[{-0.9739919968830356, -0.002094091028070645}, 0.00335348537448546]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.5243110944733427, 2.3391418431369764}, 0.4255100323941177], DiskBox[{1.8895808346245453, 1.5221998489320068}, 0.36740103596290735], DiskBox[{1.8554418104086459, 0.46757597481645274}, 0.18159625674083482], DiskBox[{1.524268818052338, 0.07562288106027201}, 0.08659180347722303], DiskBox[{1.2977609978082545, -0.03912131284453001}, 0.04479625085223351], DiskBox[{1.1644524950219435, -0.06394064656620464}, 0.024833231289667218], DiskBox[{1.0877542755444227, -0.059756317393659435}, 0.014422925616924199], DiskBox[{-0.5998561450033353, 1.641397186819327}, 0.24994164512228523], DiskBox[{-0.8579155788604813, 0.9521682903778979}, 0.13048043915706237], DiskBox[{-0.891490871192152, 0.5573243855181192}, 0.07284955468650348], DiskBox[{-0.895266901832325, 0.3295404127267168}, 0.04331666349041205], DiskBox[{-0.9037065722710956, 0.19189787983186454}, 0.02675772290812033], DiskBox[{-0.9186300361629142, 0.10724522132173056}, 0.016849678085502938], DiskBox[{-0.9363253101702205, 0.05589117941992902}, 0.010689000084778985], DiskBox[{-0.953387899263351, 0.025940138993350067}, 0.006786167307591069], DiskBox[{-0.9678371597572207, 0.009535998851432977}, 0.004298401150348352], DiskBox[{-0.9789824974263551, 0.0013562130813983282}, 0.00271361394237838]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.367329970657766, 2.139142269841944}, 0.4409082585724581], DiskBox[{1.9808696441770557, 0.8963114705340862}, 0.2651097615442121], DiskBox[{1.6819222225837027, 0.2156745218594677}, 0.12428507541393723], DiskBox[{1.3967617874234832, 2.9209749018819815*^-7}, 0.061654001931299766], DiskBox[{1.2220392086921796, -0.057466961154832796}, 0.03311621386853224], DiskBox[{1.120781897220149, -0.06368966394581442}, 0.01883808772684304], DiskBox[{1.062871309823418, -0.05396987244320146}, 0.011123990600838253], DiskBox[{-0.19373949564941373, 2.070757317303714}, 0.34105823180834943], DiskBox[{-0.7842466173112368, 1.2534068354294114}, 0.17963530846065653], DiskBox[{-0.8838701456035869, 0.7265892757090762}, 0.09658680065039815], DiskBox[{-0.893545979587974, 0.4286666911676712}, 0.055824552211861514], DiskBox[{-0.8985249243358724, 0.252363236166076}, 0.03392925091615057], DiskBox[{-0.9105673474421889, 0.14443215418388747}, 0.021201273612212676], DiskBox[{-0.9273741461000555, 0.0782713788073321}, 0.01341487227695833], DiskBox[{-0.9450941115802299, 0.038802406815742894}, 0.008518238844483288], DiskBox[{-0.9610077078550018, 0.01642625085525358}, 0.0054029897788367386], DiskBox[{-0.973827633662274, 0.004674141159196426}, 0.003416742258991877]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.208586768393546, 3.4476158823269762}, 0.8771594934170719], DiskBox[{2.6968791142680097, 1.185767003573671}, 0.5071946259010222], DiskBox[{1.9799775599981189, 0.11821182665737283}, 0.1893005765494103], DiskBox[{1.5078373365491953, -0.09409515806359864}, 0.08391979844018317], DiskBox[{1.2647236472706322, -0.1202634689535409}, 0.042813771568519204], DiskBox[{1.1361285425541041, -0.10343906376635674}, 0.023770999438919426], DiskBox[{1.0667067382738213, -0.07867636576779734}, 0.013878435757346772], DiskBox[{-0.9373065321655746, 2.2162070500214486}, 0.4166010336540922], DiskBox[{-1.1119561675268228, 1.1202100221450688}, 0.17410886516147675], DiskBox[{-1.0360081335947986, 0.6246145341768369}, 0.08656563668140768], DiskBox[{-0.9783185391584772, 0.36821130913078154}, 0.04829672358401417], DiskBox[{-0.951861959016733, 0.21947243021728843}, 0.02873369175739554], DiskBox[{-0.9459693131088943, 0.1283445182561819}, 0.01768460046577368], DiskBox[{-0.9510181256036037, 0.07193235566747037}, 0.011064118329925602], DiskBox[{-0.9605395696971467, 0.037688045464153046}, 0.0069673666542806375], DiskBox[{-0.9707158662136941, 0.017737107082350864}, 0.004393268831753773], DiskBox[{-0.9796353505478892, 0.00679790998155801}, 0.00276710520308993]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{2.5454282852956567, 2.465623310132495}, 0.7815914382053545], DiskBox[{2.3420554344435236, 0.4549774396531643}, 0.3051804294147557], DiskBox[{1.7051784891345385, -0.030830255014523397}, 0.12331431666039687], DiskBox[{1.366621202443539, -0.11696983745660901}, 0.05913699968237968], DiskBox[{1.1905226497584893, -0.11404459799538022}, 0.03164737526519048], DiskBox[{1.0961226127979482, -0.09116025342472796}, 0.018076863099807244], DiskBox[{1.0451606992941758, -0.06677982559947267}, 0.010733745448084206], DiskBox[{-0.2794643917506453, 3.0669452481597275}, 0.6588113353826694], DiskBox[{-1.1062335166501736, 1.5576033379241105}, 0.2633218852679373], DiskBox[{-1.075926818970471, 0.8278042940383298}, 0.1205082147694523], DiskBox[{-1.0028167917556996, 0.47777806252511923}, 0.06397543605359529], DiskBox[{-0.9618051951461436, 0.2844888866314084}, 0.03703870024239687], DiskBox[{-0.9470210656634089, 0.1684917007837448}, 0.02247635629993832], DiskBox[{-0.9476010807629165, 0.09673208755204929}, 0.013969916442565154], DiskBox[{-0.9555117320566855, 0.05260740148919262}, 0.008776404670936173], DiskBox[{-0.9657014955008139, 0.0263034771573472}, 0.005532788286154559], DiskBox[{-0.9753971431941161, 0.011397511937469365}, 0.0034873923567785405]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{4.033530174385211, 5.554120057496008}, 2.64671126003862], DiskBox[{3.1970530026470323, 0.21821527808122324}, 0.5819932642812038], DiskBox[{1.918684032194381, -0.24518519010815365}, 0.17922932501179625], DiskBox[{1.4323384945152626, -0.23745454648216724}, 0.07810485831369142], DiskBox[{1.2104490470033615, -0.1830599241366934}, 0.040186993595072454], DiskBox[{1.099385198815868, -0.13167339788633603}, 0.02256743959677551], DiskBox[{1.0423004185160267, -0.09064927681741708}, 0.013306468934813362], DiskBox[{-1.7856796497079963, 3.156819173880342}, 0.8500828709247068], DiskBox[{-1.5087425942221109, 1.2498937802193262}, 0.24333256248781462], DiskBox[{-1.224172597758858, 0.6583936853605085}, 0.10460678975304756], DiskBox[{-1.0791720004177352, 0.38737167063257216}, 0.05436066826309985], DiskBox[{-1.0093970092480407, 0.23577286981402787}, 0.031065859546657294], DiskBox[{-0.9792548698386876, 0.14293617154665406}, 0.018658825797604528], DiskBox[{-0.969857038316301, 0.08434940834561827}, 0.011498856416515279], DiskBox[{-0.9706491807594698, 0.04757737844228055}, 0.007174880076127327], DiskBox[{-0.9756646792285841, 0.025125940230366496}, 0.0044997399698592224], DiskBox[{-0.9816810818838889, 0.012003099568107276}, 0.0028256593486332086]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{4.455343842696779, 1.624748952916745}, 1.305235608060306], DiskBox[{2.3924097502093717, -0.15174147676292343}, 0.30362446597732334], DiskBox[{1.624628263151561, -0.2551124415773234}, 0.11499396711358231], DiskBox[{1.3016493486466012, -0.21107677007188289}, 0.055219707825603585], DiskBox[{1.145729821958659, -0.15622063618839593}, 0.029876730741837446], DiskBox[{1.066112324342861, -0.1098002561471995}, 0.017251130257462405], DiskBox[{1.0254095481194236, -0.07410978106151005}, 0.010333675367083678], DiskBox[{-0.5409430518467158, 5.641099164300082}, 1.9285888025292037], DiskBox[{-1.709497237786377, 1.8856500161732375}, 0.4233670838799488], DiskBox[{-1.3441337244012939, 0.8878833217238338}, 0.15434526199301155], DiskBox[{-1.1390039624010075, 0.5011671877097004}, 0.07420559240282579], DiskBox[{-1.0376452994126946, 0.30180259682272864}, 0.040752597315558504], DiskBox[{-0.9908136062071535, 0.18396868453183363}, 0.023970641807734207], DiskBox[{-0.9727602908784769, 0.11030184743221927}, 0.01461546857923204], DiskBox[{-0.9694328235070067, 0.0637807969933544}, 0.009074129053875314], DiskBox[{-0.972879813409113, 0.03491742998353621}, 0.00568008071711208], DiskBox[{-0.9786742958396073, 0.017643039775110895}, 0.0035657167046639826]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{4.656029398441698, -0.9764667562121554}, 1.3037101287658994], DiskBox[{2.110947739246095, -0.6412271755367084}, 0.26101445662680817], DiskBox[{1.4750798708945443, -0.4126221524323071}, 0.10220186765375251], DiskBox[{1.2163229489423242, -0.27364543943972197}, 0.050588764769723446], DiskBox[{1.0938934937102656, -0.18192390437345798}, 0.027982260967908356], DiskBox[{1.0337628118770155, -0.11911605207705497}, 0.01641301997070481], DiskBox[{1.0052169905460617, -0.07592693720531855}, 0.009940481527951735], DiskBox[{-2.867886823015365, 1.9919805658734488}, 0.7398923957575655], DiskBox[{-1.6959786389319291, 0.8483567878185313}, 0.19971291227166585], DiskBox[{-1.2985154153526504, 0.48244787082484164}, 0.08640049853827174], DiskBox[{-1.1233238337966125, 0.29836528592912837}, 0.04499485955842354], DiskBox[{-1.0402589245439402, 0.18818411534279345}, 0.025654043202330792], DiskBox[{-1.001834466848535, 0.11751716999290741}, 0.015340642449950218], DiskBox[{-0.9862709808449351, 0.07140053510434197}, 0.009407860866500424], DiskBox[{-0.9822371722853876, 0.04164372271031181}, 0.005843945445027353], DiskBox[{-0.9835293855090671, 0.022983267864367635}, 0.0036516187970139216]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{2.8561554151829296, -0.8124843065336143}, 0.5036184521552228], DiskBox[{1.7141581163476052, -0.5113945229502282}, 0.15647628880064035], DiskBox[{1.320529279462036, -0.33542665635289604}, 0.07055527381103423], DiskBox[{1.1443025198365075, -0.22334202426518307}, 0.037259831046077954], DiskBox[{1.0584958742289998, -0.14760944317398839}, 0.021317573842670808], DiskBox[{1.016708898432866, -0.09547614022691624}, 0.012736274978622208], DiskBox[{-4.776873607540934, 4.543991993417333}, 2.4471113491112484], DiskBox[{-2.100407437727585, 1.2193739262659984}, 0.3491189110741057], DiskBox[{-1.4539556363166264, 0.6287734846345368}, 0.12707748053712045], DiskBox[{-1.1945049199578512, 0.3774406459375658}, 0.06139902930535325], DiskBox[{-1.0741584567201892, 0.23691182048569331}, 0.033705602435610035], DiskBox[{-1.0171728568921912, 0.14908255896897538}, 0.019754086361393874], DiskBox[{-0.9920629894944071, 0.09199635497508972}, 0.011986885225562465], DiskBox[{-0.9832861381820294, 0.054852902038344774}, 0.007406818607375367], DiskBox[{-0.9824771299249445, 0.0311850960487163}, 0.004617433590043271], DiskBox[{-0.9850479104984587, 0.01662104313324898}, 0.002889315514891601]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{4.8294848373641095, -4.932963954445271}, 2.656587444512941], DiskBox[{2.117784610652736, -1.264139997208497}, 0.3619358834595749], DiskBox[{1.4602321168306487, -0.644631938984668}, 0.13028253366559178], DiskBox[{1.196968438922465, -0.38523516328085866}, 0.06266697912457071], DiskBox[{1.075002157231196, -0.24130399434324545}, 0.03433047993461885], DiskBox[{1.0172799618597954, -0.15169763876558862}, 0.020100595788797727], DiskBox[{0.9918537522390733, -0.09356965131731108}, 0.012191881637486841], DiskBox[{-2.7996679553079633, 0.774144093961959}, 0.4798532688090712], DiskBox[{-1.699769509907137, 0.49668793432850533}, 0.15197637277657125], DiskBox[{-1.3151315180633427, 0.32795475587369194}, 0.06898359793431277], DiskBox[{-1.1420859437092274, 0.21901975534534202}, 0.03653875309301979], DiskBox[{-1.0576533871703206, 0.14496358052893749}, 0.02093546162071127], DiskBox[{-1.0164979283752185, 0.09383124963560378}, 0.012516850745186105], DiskBox[{-0.9978175965620801, 0.05883184531364617}, 0.00765954366887525], DiskBox[{-0.9908178930529307, 0.03543861692060321}, 0.004745299417190971], DiskBox[{-0.9895777717795159, 0.02031829594526152}, 0.002957848035202875]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{2.89970440411305, -2.092644976202528}, 0.7772827363070249], DiskBox[{1.7061818550290562, -0.8733886455422306}, 0.20560569851131535], DiskBox[{1.3024547873145134, -0.4932934069313054}, 0.08834280108157297], DiskBox[{1.1248182926993957, -0.3041539747722873}, 0.04586782050196721], DiskBox[{1.0406621701362566, -0.19156114996626247}, 0.02611441464212238], DiskBox[{1.0017470756013411, -0.11954700809261826}, 0.015605616670490208], DiskBox[{0.9859920090688633, -0.07261437408195334}, 0.00956779843838303], DiskBox[{-4.480378917790585, 0.9031331055926768}, 1.2058001666665388], DiskBox[{-2.084710271714448, 0.6186398720959716}, 0.2518201913817099], DiskBox[{-1.4664702432766952, 0.40237729618517604}, 0.09966433195401107], DiskBox[{-1.2128664980530057, 0.2680223337075368}, 0.049549222602518934], DiskBox[{-1.0924972361934329, 0.1785557328138589}, 0.027464192405725757], DiskBox[{-1.0332969232612907, 0.11703001910629157}, 0.01612558515220923], DiskBox[{-1.005175537389658, 0.07463339787411871}, 0.009771129196608453], DiskBox[{-0.993308386482661, 0.04591432781628718}, 0.006022387256068237], DiskBox[{-0.989727466823218, 0.027019053534453906}, 0.003744581440384821]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.7220097299889736, -3.2529291731794627}, 0.8759638161510853], DiskBox[{1.5064397136364969, -1.2825256354827124}, 0.24968541669481628], DiskBox[{1.2247523540087915, -0.6723203597618167}, 0.10681948518656949], DiskBox[{1.0792994281356307, -0.39458468610100905}, 0.05537288565219293], DiskBox[{1.0090806701299737, -0.23987584744742788}, 0.031606475296819155], DiskBox[{0.9787249473013928, -0.1453484024648507}, 0.018973717374727504], DiskBox[{0.9692841073661155, -0.08575910220538886}, 0.011691031650493561], DiskBox[{-4.091144962803342, -5.181282573768268}, 2.469042582348662], DiskBox[{-3.1180407497549414, -0.20675024888250154}, 0.5514153422075972], DiskBox[{-1.896363917063345, 0.23731929389143408}, 0.17347938852944172], DiskBox[{-1.4238734803994482, 0.23172784284027903}, 0.07622119938535914], DiskBox[{-1.2067780747585355, 0.17931658680273668}, 0.03936522184916248], DiskBox[{-1.0977583137993823, 0.12922369772263903}, 0.02214758667764482], DiskBox[{-1.041635465198488, 0.08904892622749445}, 0.013071552384376017], DiskBox[{-1.0134040549500352, 0.05896393494260027}, 0.007927474415079877], DiskBox[{-1.0002248171956363, 0.03748466667520632}, 0.0048815661903125005], DiskBox[{-0.995028276306776, 0.022799278716240223}, 0.00303074738539251]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.6960199212656832, -1.9413499692057923}, 0.4358728651677732], DiskBox[{1.3443447788199288, -0.9085228129384632}, 0.15793312945372695], DiskBox[{1.1394082174586615, -0.5110227599228655}, 0.07566486306635213], DiskBox[{1.0375218397083856, -0.3072034603595359}, 0.041481879366770266], DiskBox[{0.9903642714053352, -0.1871104890928937}, 0.024380010782430794], DiskBox[{0.9721923957671617, -0.11215084372472561}, 0.014860468530233357], DiskBox[{0.9688790655483044, -0.06484627713428508}, 0.009225715499308776], DiskBox[{0.2918326622680083, -5.681437936431224}, 1.9423798921686655], DiskBox[{-4.307292497324751, -1.507527145586014}, 1.2110659354505409], DiskBox[{-2.3522892523228225, 0.14571115742790888}, 0.29155820349703726], DiskBox[{-1.611233171165855, 0.2481533785038318}, 0.11185711394692888], DiskBox[{-1.2961236066207829, 0.20644171472250716}, 0.054007132883979535], DiskBox[{-1.1432782493788258, 0.1531939193334154}, 0.029297880170527632], DiskBox[{-1.0650531684019096, 0.10781827569398966}, 0.016939733871280498], DiskBox[{-1.0250183335122007, 0.07282227697675127}, 0.010154149141865793], DiskBox[{-1.0054686868150757, 0.047260881334083155}, 0.00621224026383634], DiskBox[{-0.9969307679252057, 0.029405161270682233}, 0.0038436368547613135]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.8947923243935668, -2.25119115461705}, 0.4231773208903642], DiskBox[{1.1032276806957189, -1.141622887009963}, 0.1774369639356191], DiskBox[{1.0332817005930806, -0.6357604158613639}, 0.08811034992710327], DiskBox[{0.9767810081538276, -0.37441615526689453}, 0.04911058706752486], DiskBox[{0.9506376494810113, -0.22307050797455305}, 0.029204758018857198], DiskBox[{0.9449218174751512, -0.1304356808064552}, 0.01797274190502668], DiskBox[{0.9501503876686892, -0.07311079636879635}, 0.011245377615031278], DiskBox[{-1.2967398658947848, -3.3745460182799536}, 0.8585686970177147], DiskBox[{-2.653638550628236, -1.1327620593836587}, 0.48452253032209985], DiskBox[{-1.9552551118000456, -0.11430196374333973}, 0.18303944917507053], DiskBox[{-1.4971053884196173, 0.09170921273497673}, 0.0817918669377782], DiskBox[{-1.2597587621595292, 0.11769629706333767}, 0.04189985887465919], DiskBox[{-1.1337511930633053, 0.10145155618851807}, 0.023314256697856094], DiskBox[{-1.0655889340276734, 0.07725544988786645}, 0.013627787553610516], DiskBox[{-1.0290157035100003, 0.05490558901426713}, 0.00820304766059637], DiskBox[{-1.0101198016448494, 0.03703277323612123}, 0.0050237316310791464], DiskBox[{-1.0010793952038723, 0.023828133925664515}, 0.003107215057369389]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.087443302845907, -1.587086469868173}, 0.2683061798557117], DiskBox[{1.0713932585761847, -0.8431382779881988}, 0.1227404706835742], DiskBox[{1.0008993994272877, -0.48603120122270815}, 0.06508054779564257], DiskBox[{0.9604624273740864, -0.28920172304924463}, 0.03765228250720372], DiskBox[{0.9458880361668879, -0.17123995025651248}, 0.02284296565852218], DiskBox[{0.9466414733246551, -0.0983109932765428}, 0.014197939858579768], DiskBox[{0.954738468313224, -0.05347339923095237}, 0.00892087762361307], DiskBox[{0.19438476445337405, -3.079396213130467}, 0.6614859305239104], DiskBox[{-2.543390764460452, -2.3606654872087134}, 0.7483202830241173], DiskBox[{-2.3053891518414096, -0.4372594425409108}, 0.2932959149403504], DiskBox[{-1.6889913266103416, 0.02994870877368047}, 0.11978832337091194], DiskBox[{-1.3593749755797202, 0.11427598398562791}, 0.057775055310037064], DiskBox[{-1.1870910303767044, 0.11175036535958993}, 0.03101072572240855], DiskBox[{-1.094482836012531, 0.08946927467950558}, 0.017741546005638736], DiskBox[{-1.044414423132206, 0.06559771208097956}, 0.010543740375678894], DiskBox[{-1.0179470446776733, 0.04536614088632589}, 0.006409148578578026], DiskBox[{-1.0047073840959353, 0.02987831821874873}, 0.003947360293508545]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.571519391247792, -1.6579153015155812}, 0.25245691978868146], DiskBox[{0.8478704940008741, -0.9661529799857517}, 0.13239683194177024], DiskBox[{0.8870533923351813, -0.5658615342142534}, 0.07396547119216239], DiskBox[{0.8926239081882241, -0.3346150373152046}, 0.043983700967912286], DiskBox[{0.901811706171241, -0.19488228568047178}, 0.027173860412153108], DiskBox[{0.917186949308975, -0.10894131165937834}, 0.017116156869742535], DiskBox[{0.9352366471791624, -0.05679245029825749}, 0.010861365109007159], DiskBox[{-0.5750766697554908, -2.3172600018868827}, 0.4215295371511775], DiskBox[{-1.8857310087128412, -1.4738622824990188}, 0.3557341894605483], DiskBox[{-1.8364035395189817, -0.45305216037883334}, 0.17595552565642644], DiskBox[{-1.5130884781046345, -0.07368491618119638}, 0.08437274131506015], DiskBox[{-1.2919734338171707, 0.03826487427021358}, 0.04381557729030342], DiskBox[{-1.161468944957246, 0.06268204196151206}, 0.024344415162069578], DiskBox[{-1.086230746060597, 0.05865619853426144}, 0.014157398335944753], DiskBox[{-1.043480784326885, 0.046599956265983296}, 0.008476943298285787], DiskBox[{-1.019832520817394, 0.033942931705958114}, 0.005168620129247347], DiskBox[{-1.007346253426144, 0.02325081893411871}, 0.0031861786676026724]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.7675166811459753, -1.270143029350936}, 0.18203390026067706], DiskBox[{0.8774519997520315, -0.7376107425106523}, 0.09805190377320443], DiskBox[{0.8902301151538374, -0.43525248129987665}, 0.056682208737704895], DiskBox[{0.8963185940624434, -0.2562646238813405}, 0.03445377724860454], DiskBox[{0.9089168956795356, -0.14669587919901883}, 0.021533567024990336], DiskBox[{0.926116140600145, -0.07952125691455954}, 0.013629087938234646], DiskBox[{0.9441613241645906, -0.03943407647001858}, 0.008656908412365594], DiskBox[{0.14967940397924212, -2.076845552509099}, 0.342060977381977], DiskBox[{-1.3961358580140957, -2.0892002609286284}, 0.43061448592815194], DiskBox[{-1.9622526202550437, -0.866606705008679}, 0.25632372726477365], DiskBox[{-1.6667666947648954, -0.2095890654345407}, 0.12077825687932675], DiskBox[{-1.3886985241010283, -2.8522539539533875*^-7}, 0.06020348597045081], DiskBox[{-1.2178841102034235, 0.05628091917899668}, 0.03243273906945543], DiskBox[{-1.1186440590047964, 0.06248217420024481}, 0.018480937188638767], DiskBox[{-1.0617959691476984, 0.052998617859412886}, 0.01092380063610463], DiskBox[{-1.029859407715433, 0.0401189134312772}, 0.00660767857355119], DiskBox[{-1.012548622441531, 0.02828610390759482}, 0.004053899932548806]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.41402245043853947, -1.2642890260969983}, 0.17150879942005343], DiskBox[{0.6842091549400713, -0.7958718258909473}, 0.10378256034941524], DiskBox[{0.7790015865839144, -0.4808398404820387}, 0.06352591446964612], DiskBox[{0.826763256018595, -0.28262028312236254}, 0.039927442319394546], DiskBox[{0.8634391908894755, -0.1587693973624625}, 0.02551950379737844], DiskBox[{0.8962515228475896, -0.08275509165013614}, 0.016410104471070996], DiskBox[{0.9250177091468041, -0.03798690308071523}, 0.010541328662114106], DiskBox[{-0.30895262856030775, -1.6968825065899777}, 0.25351878850626647], DiskBox[{-1.282440922822311, -1.4180116407738697}, 0.2501356166157358], DiskBox[{-1.593999124244951, -0.6803564161589896}, 0.15635024504296421], DiskBox[{-1.464129309500367, -0.23408672890136578}, 0.08333456834774927], DiskBox[{-1.2964722938938276, -0.050269520913290566}, 0.04483304860146249], DiskBox[{-1.177033829433672, 0.015702723054921514}, 0.025146210553227393], DiskBox[{-1.1014213542100362, 0.0342030725346468}, 0.014629924344409528], DiskBox[{-1.0555735487497906, 0.03434669130058241}, 0.00873867326633962], DiskBox[{-1.0286400653080334, 0.02826123042056529}, 0.005312532929983453], DiskBox[{-1.0133991914484441, 0.021015453804156037}, 0.0032663337086783423]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.5857523296524088, -1.0119804557877479}, 0.13369730482150308], DiskBox[{0.7421302854358753, -0.6204933822551325}, 0.08091301580235014], DiskBox[{0.8053997355169308, -0.3701996521531806}, 0.05021991420347439], DiskBox[{0.8457276160226441, -0.21336513413849953}, 0.03187731108273224], DiskBox[{0.8802772616915493, -0.11598447451868459}, 0.020459515886425896], DiskBox[{0.9112218006229358, -0.05725682004761448}, 0.013157970734917366], DiskBox[{0.9374999142268701, -0.023693779702097004}, 0.008434941244725623], DiskBox[{0.1249046597979791, -1.5205226476020928}, 0.21481330149380143], DiskBox[{-0.83138143255253, -1.6756931978707494}, 0.2693395499036149], DiskBox[{-1.5329016564684292, -1.0371847831927654}, 0.20567100307473085], DiskBox[{-1.548535937674397, -0.4131874677145724}, 0.11465925358401097], DiskBox[{-1.3755775838701454, -0.12032192006258383}, 0.060831446517802756], DiskBox[{-1.2304135887079306, -0.008351509023574084}, 0.03340295494948358], DiskBox[{-1.134668030689204, 0.02848284530554907}, 0.019105257535387568], DiskBox[{-1.0755511474081298, 0.03557306642832632}, 0.011276532056305435], DiskBox[{-1.040266692648479, 0.031663294582163}, 0.006801611855069113], DiskBox[{-1.0198969089476153, 0.02461347816207404}, 0.004161055602459685]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.32681517646925606, -0.9783722320342579}, 0.12741179498633634], DiskBox[{0.577288606698284, -0.6401668136514485}, 0.08509849871376061], DiskBox[{0.7011601348283736, -0.39023221620816617}, 0.05592714404274814], DiskBox[{0.7777906283701453, -0.22353310524092782}, 0.03681637077837929], DiskBox[{0.8356196322675608, -0.1175313389943317}, 0.024224895886319795], DiskBox[{0.8824429154811881, -0.05359668020370501}, 0.015852731664005443], DiskBox[{0.9197170000983607, -0.01784695433617766}, 0.010284497896485011], DiskBox[{-0.18593204484989584, -1.2882773496850786}, 0.17320388286909913], DiskBox[{-0.8947920002781666, -1.230254630636096}, 0.18058979708249626], DiskBox[{-1.3205580778051014, -0.7738308321753586}, 0.13262634973197887], DiskBox[{-1.3620455147179378, -0.3604813340676056}, 0.07913603629293944], DiskBox[{-1.2711341382719132, -0.1362701951083506}, 0.04482261542666933], DiskBox[{-1.1777618558780993, -0.03508529692575141}, 0.0256470271468938], DiskBox[{-1.10932877187243, 0.005630330717169117}, 0.015016809523856875], DiskBox[{-1.0641401632481358, 0.01883932956144104}, 0.008977566517311906], DiskBox[{-1.0358229742239236, 0.0202443524094212}, 0.005451505045587495], DiskBox[{-1.0187914743968418, 0.017188038799522944}, 0.0033462165567844683]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.4758418522829033, -0.8005033846509361}, 0.10463621076578683], DiskBox[{0.6484295177635871, -0.5034790284404322}, 0.06899426507835979], DiskBox[{0.7428538541191828, -0.2979187865743571}, 0.045365183006525506], DiskBox[{0.8083141711442926, -0.16423579832163332}, 0.029875887178344628], DiskBox[{0.8602568767354322, -0.08126894896669501}, 0.019615208418826326], DiskBox[{0.9022506027194003, -0.032915721921819296}, 0.012783722536609627], DiskBox[{0.1100828673661866, -1.1542835461636682}, 0.1517255981516747], DiskBox[{-0.5420241367636677, -1.3256187753601614}, 0.18484075121298538], DiskBox[{-1.1666432633912107, -1.0236913924400959}, 0.16083586192715565], DiskBox[{-1.3728595866022322, -0.5431787865315987}, 0.10388118499388829], DiskBox[{-1.3213236635990753, -0.22784863393192506}, 0.05960726013549428], DiskBox[{-1.221819847896966, -0.07501739948056636}, 0.03381455267724782], DiskBox[{-1.1402910300647608, -0.009779802603805173}, 0.019568355523295264], DiskBox[{-1.0842216774360987, 0.014420139077228965}, 0.011584448379509896], DiskBox[{-1.0482575451845553, 0.02042934799165723}, 0.0069844419766715606], DiskBox[{-1.0261847543312086, 0.019002305868534703}, 0.0042664146037024704]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.2749405670593532, -0.7557300945378835}, 0.10119375282557622], DiskBox[{0.5068605695049868, -0.49901836604227634}, 0.0726449407231293], DiskBox[{0.6470061630304286, -0.2986302329597483}, 0.05048514846397356], DiskBox[{0.7440156667304799, -0.16069918029098995}, 0.03451980628750589], DiskBox[{0.8181079238618149, -0.07338913187068624}, 0.023263991035092614], DiskBox[{0.8758233192590101, -0.023014813795724495}, 0.01543735633747287], DiskBox[{0.9193514028341623, 0.002522031493813813}, 0.01008776867113067], DiskBox[{-0.12006940346876249, -0.9930427331355197}, 0.1292880448560308], DiskBox[{-0.6536528590325649, -1.0241616721681157}, 0.13662053214836492], DiskBox[{-1.0772244508738136, -0.7671976270957553}, 0.11079767004660308], DiskBox[{-1.2309108429606173, -0.4376293099218422}, 0.073009000810826], DiskBox[{-1.2196851974794585, -0.20849912950832694}, 0.04385665201066125], DiskBox[{-1.1629292411131427, -0.08436099644274694}, 0.025812675763780508], DiskBox[{-1.108769559709495, -0.024677716888727823}, 0.015296396639868122], DiskBox[{-1.0682471455507727, 0.0011481574364024605}, 0.009184065424557405], DiskBox[{-1.040733962729016, 0.010364424928162475}, 0.005581662003455358], DiskBox[{-1.023093667053787, 0.011960117813529764}, 0.003424309234708152]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.40682958993985646, -0.6225042488363198}, 0.08627315177166389], DiskBox[{0.5845229244062035, -0.39061043228704356}, 0.060710679592931686], DiskBox[{0.6991613370609003, -0.22247188932393647}, 0.04182008152598517], DiskBox[{0.7833392766158307, -0.1115919719457564}, 0.02839175231564299], DiskBox[{0.8488397272476942, -0.04439249818351803}, 0.018988210144682206], DiskBox[{0.8992613702471184, -0.007807203609831866}, 0.012502107538686805], DiskBox[{0.10114103586185907, -0.8864369756233168}, 0.11627018857057853], DiskBox[{-0.38091525161032896, -1.0469294916589282}, 0.13706574099439245], DiskBox[{-0.8970339754358062, -0.9225541683605}, 0.12711883285371958], DiskBox[{-1.1845239033828574, -0.5955745211731334}, 0.09160703097406922], DiskBox[{-1.2365992034472568, -0.3078354972035295}, 0.05690940152303231], DiskBox[{-1.1926627249052908, -0.13585582052065953}, 0.03364989200143724], DiskBox[{-1.1343727564063895, -0.04874168461799663}, 0.019840453303960316], DiskBox[{-1.0867266706241057, -0.008862847822033337}, 0.011832905651703392], DiskBox[{-1.0530483815095624, 0.0071315392916609256}, 0.007150048778735907], DiskBox[{-1.0308829112799613, 0.011758511583276619}, 0.004367543605731816], DiskBox[{-1.0170037421072642, 0.011423451653640967}, 0.0026892164601307676]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.24326721935195195, -0.5724878600798932}, 0.08476569824952006], DiskBox[{0.46123987951031653, -0.3698949524457395}, 0.0643006809462479], DiskBox[{0.6118199399530005, -0.20803074158035356}, 0.04670712557393329], DiskBox[{0.7239584192985089, -0.09630568057749476}, 0.0329251044167068], DiskBox[{0.8105475357474928, -0.028143536669108495}, 0.02260891331577912], DiskBox[{0.8762762876159723, 0.007573604745771716}, 0.01515441590936123], DiskBox[{0.9237575725807052, 0.022065463129884715}, 0.009946203774420969], DiskBox[{-0.08089671682072562, -0.7639259087325535}, 0.103153385624263], DiskBox[{-0.500742917103302, -0.8326006739495703}, 0.10848570273621837], DiskBox[{-0.8837752461988908, -0.702721217108059}, 0.09311359063868077], DiskBox[{-1.0945145214618437, -0.4658593663612379}, 0.06627808618925561], DiskBox[{-1.1502312444549645, -0.2592709911752492}, 0.0421760948236331], DiskBox[{-1.1340281050508838, -0.12695049878792522}, 0.0256571345690657], DiskBox[{-1.0994665881125052, -0.05399165105603054}, 0.015458310591698039], DiskBox[{-1.0673232330517253, -0.01736397933154389}, 0.009351112535771311], DiskBox[{-1.042870801683083, -0.0007126557510509473}, 0.005699640983762655], DiskBox[{-1.025931945023683, 0.005645155717498463}, 0.0034991702452005246]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.36319668690152707, -0.4679262922836682}, 0.07434495081813071], DiskBox[{0.5426983807410211, -0.282686549349317}, 0.055034112778720765], DiskBox[{0.6715984066309522, -0.14612558509684986}, 0.039349329602968185], DiskBox[{0.7700526040383012, -0.05743620881828447}, 0.027370083630650147], DiskBox[{0.8458519672260748, -0.006960227095862158}, 0.018563109788531162], DiskBox[{0.9021282642325135, 0.016835194352067814}, 0.012306496985472563], DiskBox[{0.09616292878218077, -0.675439679116926}, 0.09478582457072667], DiskBox[{-0.28430813764612106, -0.8214521831585115}, 0.10823601423187143], DiskBox[{-0.7082336640235217, -0.7906264897543929}, 0.10320804350197672], DiskBox[{-1.0130279572932261, -0.5874372166455}, 0.08008185990170415], DiskBox[{-1.1363691165546037, -0.35378893831866454}, 0.053352963175131676], DiskBox[{-1.1467899031902378, -0.18418795399836857}, 0.03298576585986212], DiskBox[{-1.1172018563033699, -0.08459809263485868}, 0.019915323712965897], DiskBox[{-1.0825578514422143, -0.03234111729906542}, 0.012012601074039259], DiskBox[{-1.0540850809565698, -0.007274718256284439}, 0.0072934619538096565], DiskBox[{-1.0335529557253442, 0.0033421209899248934}, 0.004462222413828408], DiskBox[{-1.0197834777581147, 0.006750638822924894}, 0.0027478884716798835]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.22450873202409277, -0.4145853779001002}, 0.0742471148359963], DiskBox[{0.43366038241959093, -0.24989473931705697}, 0.05882803142705122], DiskBox[{0.5924638341584578, -0.11915028056609636}, 0.04425657697624025], DiskBox[{0.716534418190038, -0.03186227540644509}, 0.031944520697815365], DiskBox[{0.8125835277730129, 0.01665242331005174}, 0.022233291067842643], DiskBox[{0.8835437521789355, 0.036831309647699775}, 0.0149923805589573], DiskBox[{0.932599693631794, 0.039780907955121105}, 0.009853293442379955], DiskBox[{-0.055564392020062844, -0.5756574066092432}, 0.08681175741929985], DiskBox[{-0.4008504933655201, -0.6609620814949169}, 0.09010508944716389], DiskBox[{-0.7378803351947956, -0.6101844817041423}, 0.07965322462428436], DiskBox[{-0.9688380677920234, -0.45461275014219793}, 0.059900586269289825], DiskBox[{-1.0723290673322117, -0.28573147659513154}, 0.04009726957287489], DiskBox[{-1.094369086249058, -0.15884863536625793}, 0.025238139175100188], DiskBox[{-1.0821285982758764, -0.07964642018811649}, 0.015505750362829277], DiskBox[{-1.0612592347610093, -0.03518706092719315}, 0.009475313381937665], DiskBox[{-1.0419409983383148, -0.01217766875686211}, 0.005803013383093737], DiskBox[{-1.0270259129370176, -0.0013384283347926116}, 0.0035695787255025807]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.3367377234860818, -0.3294951183418133}, 0.06659215098242453], DiskBox[{0.5181318655582509, -0.17921722756848701}, 0.051311616886415494], DiskBox[{0.6582650652470722, -0.07015592039801513}, 0.03778151991207658], DiskBox[{0.7678529129380505, -0.003346373016723773}, 0.026764461513613502], DiskBox[{0.851031054330188, 0.029560802913209335}, 0.018323318286785406], DiskBox[{0.9105581289424632, 0.03983376292294556}, 0.01218833461912174], DiskBox[{0.09420327887915814, -0.49942270426659624}, 0.08124205862737398], DiskBox[{-0.22289521774270352, -0.6329204689108023}, 0.09004599203254887], DiskBox[{-0.577342133061555, -0.6532302200808884}, 0.08655583029322703], DiskBox[{-0.8703434457425818, -0.5398229270035637}, 0.07033752187655008], DiskBox[{-1.0343120649446185, -0.3669123559190483}, 0.049544392829953626], DiskBox[{-1.090101949735452, -0.21589381411200126}, 0.031966413722020984], DiskBox[{-1.0904515446105854, -0.11396931191307329}, 0.019811842024726658], DiskBox[{-1.071886930812505, -0.05398780068124624}, 0.012121346977076347], DiskBox[{-1.0511254025218748, -0.02167882728331378}, 0.007411573010424508], DiskBox[{-1.0338969460420515, -0.005662224503573255}, 0.004548691363600832], DiskBox[{-1.0212710014868567, 0.0014014559208122342}, 0.002804271879375329]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.21497279685126483, -0.2730321695307737}, 0.06762693092033781], DiskBox[{0.4202988148825235, -0.13634884814186785}, 0.05550132127738565], DiskBox[{0.5870808154583015, -0.032143963811633154}, 0.04291610249103446], DiskBox[{0.7210893239439473, 0.031433177029689986}, 0.03151461154902533], DiskBox[{0.8238883614652144, 0.05953346575306989}, 0.02211288200050991], DiskBox[{0.897220027615046, 0.06345421262361528}, 0.014937862885915799], DiskBox[{0.945362531115134, 0.05472757851002868}, 0.00980104402554503], DiskBox[{-0.03791295621241013, -0.4133812019326444}, 0.07642163313028462], DiskBox[{-0.3338977399705496, -0.5068147216530773}, 0.07795466103871937], DiskBox[{-0.6305445377951223, -0.5062506327803961}, 0.0697563411856994], DiskBox[{-0.8614834156387202, -0.4154138287874276}, 0.054386669250887025], DiskBox[{-0.9943850720397518, -0.28909386120370256}, 0.037919216072192764], DiskBox[{-1.0482299286368923, -0.1777995936238542}, 0.024641322370122776], DiskBox[{-1.0583184722033974, -0.099436302264352}, 0.015454894594578371], DiskBox[{-1.0504371974778146, -0.050843827033714914}, 0.009557574361996151], DiskBox[{-1.0379051107076875, -0.02315277387429367}, 0.005890631100373547], DiskBox[{-1.026220449233545, -0.008497511744667239}, 0.0036346732861329487]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.3230405270029808, -0.20186835411549836}, 0.06176751611895159], DiskBox[{0.5080064431581435, -0.07927731949939917}, 0.04913991074576294], DiskBox[{0.6580361565592482, 0.004625851951491847}, 0.037000602783931955], DiskBox[{0.776331166585145, 0.04927718209693313}, 0.026537689828565584], DiskBox[{0.8640320998986644, 0.0637467573264748}, 0.01825135416587593], DiskBox[{0.9240807792974474, 0.06005429489819379}, 0.012137207224487275], DiskBox[{0.09483856924934453, -0.34550649708185205}, 0.07267545963481611], DiskBox[{-0.1821152946721283, -0.46955256875798707}, 0.07833474595722935], DiskBox[{-0.48636135767090916, -0.5196679734784989}, 0.07504978597106227], DiskBox[{-0.7576448176148952, -0.46930662670005735}, 0.06260430521468893], DiskBox[{-0.9398793657131926, -0.3528165444465007}, 0.04593453984737904], DiskBox[{-1.0289189984262728, -0.22972742788924744}, 0.030760951925194496], DiskBox[{-1.0568013482949068, -0.13442772557815805}, 0.019569402264597854], DiskBox[{-1.05554841693005, -0.07195608644280273}, 0.012164581646225777], DiskBox[{-1.044282204363092, -0.03493153327004626}, 0.0075036399284220635], DiskBox[{-1.0317956398013377, -0.014592911215735561}, 0.004625874188405052], DiskBox[{-1.0213012304268052, -0.004260464150555307}, 0.002857728887435481]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.21285445789765828, -0.141596629043639}, 0.06382567903118687], DiskBox[{0.41923498333489717, -0.02694269414525354}, 0.05391000478117492], DiskBox[{0.5948547905426792, 0.05297650608473055}, 0.0425586252592795], DiskBox[{0.7373579568244885, 0.09240710743596633}, 0.03159235007163348], DiskBox[{0.844119805139533, 0.09898568279255272}, 0.02222433422330801], DiskBox[{0.9167106631060552, 0.08614570003606556}, 0.014975152221772332], DiskBox[{0.9613369001795097, 0.06605172794792452}, 0.00977998831436701], DiskBox[{-0.024661718557157694, -0.2675633675133226}, 0.06999706831914367], DiskBox[{-0.28836409218577286, -0.36603723924346915}, 0.07000348383399693], DiskBox[{-0.5528093156305813, -0.39901508696698007}, 0.0626907314541739], DiskBox[{-0.7743765351043993, -0.35803038317786723}, 0.04992281481669877], DiskBox[{-0.9223927743039763, -0.27290111143791684}, 0.035871678205176755], DiskBox[{-0.999941024292717, -0.18330821190431407}, 0.023960767689058395], DiskBox[{-1.0301596079891324, -0.11188202946137721}, 0.015331754448476259], DiskBox[{-1.035679628659372, -0.06306445504642638}, 0.009603051579140298], DiskBox[{-1.0309888403480387, -0.032779281899446774}, 0.005962826304371297], DiskBox[{-1.0235062402518715, -0.015305115362464407}, 0.0036940644914955274]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.3198781200270502, -0.08096056394373358}, 0.059181624192590064], DiskBox[{0.51096830934986, 0.018104824827046027}, 0.048287265570469716], DiskBox[{0.670468860544267, 0.07750935698136198}, 0.036935703817211125], DiskBox[{0.7952356062964961, 0.09900244996371996}, 0.02665986749527967], DiskBox[{0.8843819743723924, 0.09414302918014578}, 0.018328021631132525], DiskBox[{0.9420196514703423, 0.07641314393761266}, 0.01214066493783299], DiskBox[{0.09798681261840786, -0.2053286510227027}, 0.06753773504419223], DiskBox[{-0.15421215649501366, -0.32295228052875047}, 0.07089738740896812], DiskBox[{-0.42306843832518565, -0.3922450830920791}, 0.06722665843817217], DiskBox[{-0.6716006870725939, -0.38659354155836984}, 0.05674831040154584], DiskBox[{-0.858144386552141, -0.3182914805131614}, 0.042793059342831605], DiskBox[{-0.9687063114523291, -0.22672790586564445}, 0.029526400023553848], DiskBox[{-1.0193853432672924, -0.14473137464835623}, 0.01923939334140182], DiskBox[{-1.034902776375142, -0.08480812711447791}, 0.012154493651755164], DiskBox[{-1.0340159690411028, -0.04597070343519917}, 0.007571467554500235], DiskBox[{-1.027327810598379, -0.022771537681282948}, 0.004693537201256792], DiskBox[{-1.0198152927237627, -0.009831304364317167}, 0.0029078822288809095]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.2175138047891728, -0.015572323675553473}, 0.062284729171165745], DiskBox[{0.4299365825512203, 0.08029025072889742}, 0.05385561446805295], DiskBox[{0.6158513883485414, 0.136050127039585}, 0.04312733402211041], DiskBox[{0.7653700330154616, 0.14966378531394195}, 0.03214934408651681], DiskBox[{0.8728183386172789, 0.13334358199325674}, 0.022542518036584663], DiskBox[{0.941166378659347, 0.10362584783455582}, 0.01508541314683955], DiskBox[{0.9796078762649783, 0.0730327362319955}, 0.009779230580518085], DiskBox[{-0.013873907593228763, -0.1315068931374984}, 0.06648641450926622], DiskBox[{-0.2575099488919137, -0.23452421500878806}, 0.06508039270850499], DiskBox[{-0.49765010820759314, -0.29181662755445426}, 0.057866507498745105], DiskBox[{-0.7065861532990025, -0.2894307871658401}, 0.046521160828931], DiskBox[{-0.8599001630120395, -0.24141265391469077}, 0.03410581405681504], DiskBox[{-0.9532289796702355, -0.17623697588430906}, 0.02328346467493876], DiskBox[{-0.9999841413349919, -0.11631584503424103}, 0.015167712896533419], DiskBox[{-1.0181334878430874, -0.0709178681529871}, 0.009620453693498513], DiskBox[{-1.0216608933221685, -0.040303355525057864}, 0.006021425013131309], DiskBox[{-1.0190252201913297, -0.021246776140099535}, 0.0037479025589201584]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.32647137992104275, 0.03652236357138579}, 0.058486168059804194], DiskBox[{0.5268309745764056, 0.11373320400955877}, 0.048647821230770154], DiskBox[{0.695700094608393, 0.1475929365542947}, 0.03755136417552369], DiskBox[{0.8243703107310079, 0.1441884120362407}, 0.02710445311705276], DiskBox[{0.9113893324344597, 0.11922638538987915}, 0.018530792080611907], DiskBox[{0.9634540055538462, 0.08791340989387086}, 0.012183965625480768], DiskBox[{0.10385041089951688, -0.07290225945473268}, 0.06501840765962821], DiskBox[{-0.13481480958416459, -0.18689587220694076}, 0.06653478972801416], DiskBox[{-0.37956628197221565, -0.27040991939684106}, 0.062141980419951844], DiskBox[{-0.6078868875216685, -0.29780759334151274}, 0.05253294532871178], DiskBox[{-0.7910150361197521, -0.2694059314970123}, 0.04024998125711752], DiskBox[{-0.9134888460588093, -0.20926162953543098}, 0.028387668157916046], DiskBox[{-0.9812698078027406, -0.14475452052286114}, 0.018876149150881108], DiskBox[{-1.0116244190423793, -0.09164857632549675}, 0.012108104426775167], DiskBox[{-1.0210783509267098, -0.05393156565590041}, 0.007619229920298256] , DiskBox[{-1.0207665699537052, -0.029566757562694987}, 0.004752355664642921], DiskBox[{-1.0168698470220667, -0.014900215329974233}, 0.002954669157622476]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.22920529565292888, 0.1089468587796734}, 0.06278212398319895], DiskBox[{0.45306176536429477, 0.18696998232480175}, 0.05530179120610336], DiskBox[{0.6509148798173053, 0.21648905840799548}, 0.04462156975264909], DiskBox[{0.8052904971488755, 0.20135693498420926}, 0.033163940775445586], DiskBox[{0.9092460493991934, 0.16073856311723997}, 0.02303667791501386], DiskBox[{0.9694079551322026, 0.1146892393496023}, 0.015245845869023207], DiskBox[{0.9990588710206623, 0.07514993034276277}, 0.00978665063879612], DiskBox[{-0.004255359527931768, -9.940793196237852*^-16}, 0.06537176464379826], DiskBox[{-0.23735488847142228, -0.10851325735919609}, 0.06253225520823162], DiskBox[{-0.4600977195128929, -0.18551633751615615}, 0.05487183362309417], DiskBox[{-0.6561906020391365, -0.21408383515061336}, 0.04412581796667305], DiskBox[{-0.8086045698104646, -0.19859838281428918}, 0.03270960101905021], DiskBox[{-0.9109269102507241, -0.15825720764631573}, 0.022681055806244285], DiskBox[{-0.9700264007524704, -0.11280371362580835}, 0.01499519955965666], DiskBox[{-0.9991210678039821, -0.07387733966676666}, 0.009620923268253733], DiskBox[{-1.0105816301071284, -0.04514507994441201}, 0.006069578615232208], DiskBox[{-1.013059799374739, -0.025866044430496248}, 0.0037968893572080933]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.343203923934238, 0.15339030232869438}, 0.05957353352602727], DiskBox[{0.5564521045568804, 0.20805613980926238}, 0.05021687195742116], DiskBox[{0.7343203989277362, 0.21349991638775234}, 0.03883749559137242], DiskBox[{0.8634200827324913, 0.1828441895565339}, 0.027842374171392858], DiskBox[{0.9440214482112688, 0.13742259851066121}, 0.018831717899420113], DiskBox[{0.9871888264840663, 0.09371640684783451}, 0.012249955431879607], DiskBox[{0.11293639675252062, 0.056546805489188286}, 0.06474913664084973], DiskBox[{-0.12135785616691848, -0.05643367778454092}, 0.0646195993284793], DiskBox[{-0.3508914678613731, -0.15248297655217827}, 0.059221147477197526], DiskBox[{-0.5626682288915699, -0.20607545682026437}, 0.04973881010287556], DiskBox[{-0.7386037786115374, -0.21082888413680181}, 0.038351611545018344], DiskBox[{-0.865852441582092, -0.18016150459728048}, 0.02743387161738411], DiskBox[{-0.9450987239980857, -0.13522146738135854}, 0.018530085701107105], DiskBox[{-0.9874765421664282, -0.0921479290012248}, 0.01204493494119813], DiskBox[{-1.006421090193604, -0.058221736024114554}, 0.007652994999029962], DiskBox[{-1.0125533429196694, -0.03445188650277653}, 0.004803877017425464], DiskBox[{-1.0126350020592252, -0.019084079565972013}, 0.002998366354162089]}}]], "Output", CellChangeTimes->{ 3.761598143045912*^9, {3.7615981741146584`*^9, 3.7615981905665817`*^9}, { 3.761598832179832*^9, 3.761598849677164*^9}, 3.761598881467057*^9, 3.761598988735939*^9, 3.7615990244094343`*^9, {3.7615991805534067`*^9, 3.761599200975595*^9}, 3.761599236231462*^9, 3.761646399599106*^9, 3.761646521878992*^9, 3.761646712185257*^9, {3.76164700675369*^9, 3.7616470121034307`*^9}, 3.761647285299775*^9, 3.761648340959242*^9, 3.762788681581335*^9, {3.762788909899624*^9, 3.762788923729672*^9}}, CellLabel->"Out[134]=", CellID->639184688] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"DoyleSpiral", "[", RowBox[{"4", ",", "30", ",", RowBox[{"\"\\"", "\[Rule]", "\"\\""}]}], "]"}]], "Input", CellChangeTimes->{{3.76158566279561*^9, 3.761585664558094*^9}, { 3.761589457355109*^9, 3.76158947875589*^9}, {3.761599406944125*^9, 3.761599410543166*^9}, {3.7616483851737022`*^9, 3.761648385416506*^9}, { 3.761650908279127*^9, 3.76165090859057*^9}, {3.761651959558749*^9, 3.761651959937729*^9}, {3.762788930238944*^9, 3.762788932704789*^9}}, CellLabel->"In[135]:=", CellID->306244897], Cell[BoxData[ GraphicsBox[{ {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1., 0.}, 0.11112082928842805], DiskBox[{1.0027786166396497, 0.22531137826042796}, 0.11420768174389492], DiskBox[{0.9547997368161159, 0.4518748644103296}, 0.11738028462205782], DiskBox[{0.855640210750831, 0.6682576960923525}, 0.12064102000469713], DiskBox[{0.7074516443382705, 0.8629000032256015}, 0.1239923361460203], DiskBox[{0.5149961922212883, 1.0246945765713797}, 0.12743674931088203], DiskBox[{0.2855518218670675, 1.1435763118406506}, 0.13097684566406842], DiskBox[{0.028684505943995686, 1.2110919465590855}, 0.1346152832120641], DiskBox[{-0.24410858648982028, 1.2209200523629014}, 0.13835479379876017], DiskBox[{-0.5198740504138015, 1.1693120790688527}, 0.14219818515660157], DiskBox[{-0.7847778972523731, 1.0554276102481321}, 0.1461483430147134], DiskBox[{-1.0247583436952243, 0.8815408493096607}, 0.15020823326558974], DiskBox[{-1.2262269380314637, 0.6531005985802392}, 0.15438090419197123], DiskBox[{-1.3767851486142888, 0.378632433302886}, 0.1586694887555838], DiskBox[{-1.465920902139024, 0.06947914827959889}, 0.16307720694945668], DiskBox[{-1.485648577009355, -0.26061645468459615}, 0.16760736821558603], DiskBox[{-1.4310567722637726, -0.5960741363987707}, 0.17226337392975954], DiskBox[{-1.3007308452060669, -0.9201637716403032}, 0.17704871995540752], DiskBox[{-1.0970217099626718, -1.215790013486616}, 0.18196699926839793], DiskBox[{-0.8261385891260973, -1.466339701301711}, 0.18702190465474647], DiskBox[{-0.49805109245822704, -1.6565525213452532}, 0.19221723148326672], DiskBox[{-0.12619485376604117, -1.773372023831392}, 0.1975568805552428], DiskBox[{0.27301539397138175, -1.806732681276499}, 0.2030448610332631], DiskBox[{0.6808514296545176, -1.750239424066087}, 0.20868529345141573], DiskBox[{1.0770921116881527, -1.6016990944471259}, 0.21448241280910407], DiskBox[{1.4409659682804863, -1.363468494004776}, 0.22044057175080653], DiskBox[{1.7521748258960057, -1.0425910219102075}, 0.22656424383416773], DiskBox[{1.9919510681313526, -0.6507030576961823}, 0.2328580268888747], DiskBox[{2.144096739282432, -0.20370187145176116}, 0.2393266464688399], DiskBox[{2.1959507115702457, 0.2788215105901094}, 0.2459749594002834]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.2235160331193395, 0.10650308113256106}, 0.13647223069535738], DiskBox[{1.485648577009356, 0.26061645468459654}, 0.16760736821558617], DiskBox[{1.7899583981341247, 0.477094561733025}, 0.20584575878197858], DiskBox[{2.139230757917556, 0.7743689300947884}, 0.2528079574283789]}}]], "Output", CellChangeTimes->{3.761651967510776*^9, 3.762788686569306*^9, 3.76278893312645*^9}, CellLabel->"Out[135]=", CellID->894146015] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["PlotStyle", "Subsubsection", CellChangeTimes->{3.7616472321273603`*^9}, CellID->36463826], Cell["Add style directives:", "Text", CellChangeTimes->{{3.7616476212442083`*^9, 3.761647627531146*^9}, { 3.7616476758418503`*^9, 3.761647728603352*^9}}, CellID->598564435], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"DoyleSpiral", "[", RowBox[{"4", ",", "30", ",", RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"PlotStyle", "\[Rule]", RowBox[{"{", RowBox[{"Thick", ",", RowBox[{"EdgeForm", "[", "Black", "]"}]}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.761585568132476*^9, 3.7615856056588306`*^9}, { 3.761586439801837*^9, 3.761586442277214*^9}, 3.7615894764834433`*^9, { 3.761646796093154*^9, 3.761646802335627*^9}, 3.761647031728257*^9, { 3.762788936648332*^9, 3.762788938932917*^9}}, CellLabel->"In[136]:=", CellID->599681666], Cell[BoxData[ GraphicsBox[ {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], Thickness[ Large], EdgeForm[GrayLevel[0]], DiskBox[{0.010691144555945165, 0.1112966455170877}, 0.05641495768441227], DiskBox[{0.11519820578076051, 0.15361938269522385}, 0.05633671604195358], DiskBox[{0.22027366914684893, 0.1911821659589964}, 0.05525098797654164], DiskBox[{0.32433895208399627, 0.22167686796104077}, 0.05319028628276427], DiskBox[{0.42547457514631115, 0.24339310712642326}, 0.05025056297752889], DiskBox[{0.5215601309064858, 0.25544310487411487}, 0.04658763440068024], DiskBox[{0.6105181164794852, 0.2578642813568203}, 0.04240329374801571], DiskBox[{0.6905962892786986, 0.251561939826448}, 0.037922500786654885], DiskBox[{0.7606032966500454, 0.23810245833405155}, 0.033366619863945846], DiskBox[{0.8200304681305716, 0.219415753345488}, 0.028929300175054077], DiskBox[{0.8690384019745371, 0.19748862875512263}, 0.024760329852130024], DiskBox[{0.9083342372473102, 0.17411887655632405}, 0.020959556276535868], DiskBox[{0.938991965897322, 0.15076563898716963}, 0.017579644946882557], DiskBox[{0.9622683388232373, 0.12849543668608293}, 0.01463450484971461], DiskBox[{0.9794500429081591, 0.10800020864468049}, 0.012109939951606297], DiskBox[{0.9917470467682877, 0.08965679941861363}, 0.009973922164675804], DiskBox[{1.0002311626700466, 0.07360164376159911}, 0.008185049331679505], DiskBox[{-0.09202585258422208, 0.06683482696365142}, 0.05551195959008336], DiskBox[{-0.19200595456871158, 0.022880402025977183}, 0.05370348008961808], DiskBox[{-0.28845011441032775, -0.01814610032508004}, 0.05110420027168222], DiskBox[{-0.3805915537270593, -0.05424809737857902}, 0.047857403548232196], DiskBox[{-0.4676328857977786, -0.08398978289356435}, 0.044124993386819814], DiskBox[{-0.5487520149503142, -0.1065664454392915}, 0.04007725602594453], DiskBox[{-0.6231673108438864, -0.12180412563532358}, 0.035882096003179674], DiskBox[{-0.6902337879036327, -0.13009031862834086}, 0.03169432991239379], DiskBox[{-0.7495352283136367, -0.1322482746216521}, 0.02764636109108456], DiskBox[{-0.8009432448276008, -0.1293785389558837}, 0.02384169135500616], DiskBox[{-0.8446290902125848, -0.12269680295625382}, 0.020352184724937907], DiskBox[{-0.8810304761786446, -0.11339410920745477}, 0.017219094348764084], DiskBox[{-0.9107873878525679, -0.10253575807085678}, 0.014457041491570382], DiskBox[{-0.9346650753497883, -0.09100347260037701}, 0.01205969979365448], DiskBox[{-0.953480116978894, -0.07947582256754838}, 0.01000594107137292], DiskBox[{-0.9680397717988304, -0.06843670781924727}, 0.008265501206177608], DiskBox[{-0.9790988120401404, -0.05820067612610689}, 0.006803630019008698], DiskBox[{-0.987333469850059, -0.04894554943726295}, 0.005584548187370357], DiskBox[{-0.9933295631261633, -0.04074564249897553}, 0.004573778858571407], DiskBox[{-0.9975809709873875, -0.033601628509194924}, 0.003739548074050948], DiskBox[{-1.0004948060868266, -0.027465272005083974}, 0.0030534855731695993], DiskBox[{-1.0024003191164517, -0.02225868128412408}, 0.0024908418740193857], {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.025439701337418498, 0.22528103238601466}, 0.0585196340494148], DiskBox[{0.13508940953457632, 0.26703644521946446}, 0.058811406211096075], DiskBox[{0.24673850760486243, 0.30126250418120226}, 0.057965921262864706], DiskBox[{0.3580749324493387, 0.3255024348566218}, 0.05597868693032192], DiskBox[{0.4662493701369957, 0.33818209798727117}, 0.05293633878306388], DiskBox[{0.5681991755497884, 0.33889879190076644}, 0.04901598573124957], DiskBox[{0.66109885477932, 0.3284881069886373}, 0.04446520361339613], DiskBox[{0.7427981995400402, 0.30882854110998154}, 0.03956622779692895], DiskBox[{0.8121066866718532, 0.28244355798634674}, 0.03459463602581238], DiskBox[{0.8688507401406788, 0.2520331791787659}, 0.029784543398077925], DiskBox[{0.9137248216061468, 0.22007164791103634}, 0.025308311568310742], DiskBox[{0.9480225609654573, 0.188553334984662}, 0.021272145437648524], DiskBox[{0.9733457607566206, 0.15889846361710047}, 0.017723698488208327], DiskBox[{0.9913606217698416, 0.13198104882506936}, 0.014665843595802718], DiskBox[{1.0036304884052043, 0.10822523423376676}, 0.012071552577832755], DiskBox[{1.0115235192195497, 0.0877238136802925}, 0.009896792379096329], DiskBox[{1.0161781941777432, 0.07034951139220454}, 0.008090213457459559], DiskBox[{-0.08056189986892547, 0.17893357063366525}, 0.05717144887919393], DiskBox[{-0.18187291632527058, 0.1310119101674194}, 0.05490177538628321], DiskBox[{-0.2778888065373776, 0.08429238285499488}, 0.05187727408279435], DiskBox[{-0.3682481680711056, 0.04109174603146916}, 0.04827815132562316], DiskBox[{-0.45267594562802815, 0.0031458575081315934}, 0.044285016722076576], DiskBox[{-0.5308964417567995, -0.028433775931791205}, 0.04006970610261779], DiskBox[{-0.6026177683956653, -0.05314264139675613}, 0.03578856126096346], DiskBox[{-0.6675687552899472, -0.0710176275581439}, 0.031577200286064006], DiskBox[{-0.7255599847848233, -0.08253459316345355}, 0.027546595220324807], DiskBox[{-0.7765415252139194, -0.0884828685750924}, 0.023780779979428665], DiskBox[{-0.8206381912187014, -0.08983328794334854}, 0.02033655884792429], DiskBox[{-0.8581545913294059, -0.08761646451036065}, 0.01724527963024871], DiskBox[{-0.8895525995570691, -0.08282435329648162}, 0.014516320621479674], DiskBox[{-0.9154103786608829, -0.07634190789076323}, 0.012141639514654952], DiskBox[{-0.9363739887947394, -0.06890911508529363}, 0.0101006481089996], DiskBox[{-0.953110997065068, -0.06110880237940298}, 0.008364787822781888], DiskBox[{-0.966272163724337, -0.053373162620315835}, 0.006901398024227562], DiskBox[{-0.9764638179514789, -0.046001684208917426}, 0.005676698407877112], DiskBox[{-0.9842308840707945, -0.039184327621361606}, 0.004657887551110923], DiskBox[{-0.9900489523998246, -0.033025517281717924}, 0.00381447126334961], DiskBox[{-0.994323163213636, -0.027566221718637443}, 0.0031189828632723553], DiskBox[{-0.9973916804157438, -0.022802763980559415}, 0.0025472616992298375]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.0423526967557465, 0.3448702915723733}, 0.062259670166011194], DiskBox[{0.1605798136645758, 0.38610016225749244}, 0.0629503670086723], DiskBox[{0.28215328551171026, 0.4161858995272761}, 0.06229044360844398], DiskBox[{0.403597505172846, 0.4324294143175913}, 0.06023526904749325], DiskBox[{0.5207037546801638, 0.43354209090809814}, 0.05687626634874869], DiskBox[{0.6291778826254028, 0.41998659366195107}, 0.05244156357423485], DiskBox[{0.7254066996304501, 0.39389655875995533}, 0.0472613709030321], DiskBox[{0.8070658646850188, 0.35857936198971146}, 0.041707857626372455], DiskBox[{0.8733640115921855, 0.3177940280034025}, 0.03613099996865507], DiskBox[{0.9248975958816862, 0.2750676759739579}, 0.03081115018703592], DiskBox[{0.9632503512697462, 0.23324020593170178}, 0.02593804448559538], DiskBox[{0.9905232582907834, 0.19428708953873702}, 0.021613577296442567], DiskBox[{1.0089353748682681, 0.15936057792397978}, 0.01786891566485175], DiskBox[{1.0205558078031618, 0.12894996436699918}, 0.01468626638818527], DiskBox[{1.0271639919333022, 0.10307537401911623}, 0.012018836554297245], DiskBox[{1.0302053882124829, 0.0814633490458248}, 0.009806142592844753], DiskBox[{1.03080515918931, 0.06368300673160825}, 0.007984312658085788], DiskBox[{-0.07012198576143472, 0.2960098863926155}, 0.060369418559587475], DiskBox[{-0.17550684907041508, 0.24322781246746997}, 0.057494557033008015], DiskBox[{-0.2733013138337929, 0.18994397081010952}, 0.053873863626181386], DiskBox[{-0.3635256136609186, 0.13899697290079271}, 0.04974090788477163], DiskBox[{-0.44643581401871524, 0.0925205719698036}, 0.045307275511167075], DiskBox[{-0.5223278792285155, 0.051935619706698424}, 0.04075516642494748], DiskBox[{-0.5914403928504051, 0.018008846651095357}, 0.03623551787583152], DiskBox[{-0.653936877610925, -0.009053511382294384}, 0.031868680451064973], DiskBox[{-0.7099374622796054, -0.029494871268432667}, 0.027746038178050932], DiskBox[{-0.7595700190214634, -0.04389047578501378}, 0.023932043424612415], DiskBox[{-0.8030177153682395, -0.05303078763439395}, 0.02046669100043148], DiskBox[{-0.8405493688988784, -0.057814215890331255}, 0.01736855979328793], DiskBox[{-0.8725281776763462, -0.05915650129496346}, 0.014638407275357219], DiskBox[{-0.8994013432071759, -0.05792173929912605}, 0.012263110578357246], DiskBox[{-0.9216769168845533, -0.054876658039047795}, 0.010219631748520088], DiskBox[{-0.9398950774068668, -0.05066648917166306}, 0.008478680868095407], DiskBox[{-0.9545998933620651, -0.045808453789099916}, 0.007007833266934531], DiskBox[{-0.9663155458352791, -0.04069786253283917}, 0.00577397630220293], DiskBox[{-0.9755288710716464, -0.0356219346317909}, 0.004745073368167566], DiskBox[{-0.9826784391552046, -0.030777262054953656}, 0.003891313385457403], DiskBox[{-0.9881493655304959, -0.026287953238578278}, 0.0031857572693151487], DiskBox[{-0.9922725881233717, -0.022222571419886806}, 0.0026046048853474403]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.06302730025748825, 0.47352072798726697}, 0.06804141969779921], DiskBox[{0.1941802567495963, 0.5138912388891679}, 0.06918421984197931], DiskBox[{0.3298521201168875, 0.5381105507912379}, 0.06863243219456752], DiskBox[{0.464684267281343, 0.543239528265937}, 0.06629723214546299], DiskBox[{0.5924608709090069, 0.5286991128983823}, 0.06230402801042412], DiskBox[{0.7073437606064295, 0.49656856709044034}, 0.05698742314659034], DiskBox[{0.805090226006187, 0.45108802905626455}, 0.0508219031569541], DiskBox[{0.8837469339527244, 0.3975682835486787}, 0.044316106409063326], DiskBox[{0.9436148328015108, 0.341196136736325}, 0.037915178688532336], DiskBox[{0.9866610779034505, 0.28617589528392245}, 0.03194329386030683], DiskBox[{1.0157369378902565, 0.23537277319622454}, 0.026591848130038457], DiskBox[{1.0338994499830563, 0.19036841774616187}, 0.021939264107336775], DiskBox[{1.0439678088959914, 0.15173595719041383}, 0.017983647357023274], DiskBox[{1.0483090160462463, 0.11936745040448209}, 0.014674679468953662], DiskBox[{1.048786077868616, 0.09275863723738256}, 0.011938409907215607], DiskBox[{1.0467970246898861, 0.07121804245938872}, 0.0096938242801622], DiskBox[{1.0433519051231444, 0.0540029935982885}, 0.0078625636205199], DiskBox[{-0.05988050294041164, 0.421416410669193}, 0.06545460260292772], DiskBox[{-0.17259879219416221, 0.36244491948294716}, 0.06175801275035229], DiskBox[{-0.2746396992902549, 0.3011084915556778}, 0.05729871369494547], DiskBox[{-0.36644913282486336, 0.2410861887000571}, 0.05239015960603032], DiskBox[{-0.44891315183192404, 0.18508581603534707}, 0.047291113306103305], DiskBox[{-0.5230043104397017, 0.13489038466291928}, 0.04220235636910238], DiskBox[{-0.5895848346640227, 0.09149347404421834}, 0.037272533106963386], DiskBox[{-0.6493351832705849, 0.055257665513650064}, 0.03260692008544315], DiskBox[{-0.7027631414751859, 0.026065757038669736}, 0.02827587090120762], DiskBox[{-0.7502530162269431, 0.0034553724951452798}, 0.02432182575124665], DiskBox[{-0.7921251547148033, -0.013264006071266748}, 0.02076490845287972], DiskBox[{-0.8286872874108211, -0.024911064055209882}, 0.017607523147978987], DiskBox[{-0.8602688679753663, -0.032350008777382505}, 0.014838341450370305], DiskBox[{-0.8872368135736347, -0.03642603722982424}, 0.012435897269276467], DiskBox[{-0.9099956195277984, -0.03791918549148896}, 0.010371836949417542], DiskBox[{-0.9289769393542037, -0.0375155861859768}, 0.00861377325283007], DiskBox[{-0.9446239373120848, -0.03579382868024363}, 0.007127668676119222], DiskBox[{-0.957374762593705, -0.03322319808376116}, 0.005879701812414488], DiskBox[{-0.9676480553281335, -0.030170262179693066}, 0.0048376188061730685], DiskBox[{-0.9758319840051115, -0.026910516253267226}, 0.003971616807358696], DiskBox[{-0.9822772100279474, -0.023642385533906057}, 0.003254835772176604], DiskBox[{-0.9872934608128721, -0.020501608533777544}, 0.002663546785735037]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.08981147937110852, 0.6156221682501248}, 0.07656221640990402], DiskBox[{0.23974957997359833, 0.6540863629606646}, 0.07823096266143828], DiskBox[{0.3948950220936773, 0.6691281638361308}, 0.07764194705738311], DiskBox[{0.5467823347416811, 0.6578271221435257}, 0.07466520736016354], DiskBox[{0.6862771259456187, 0.6213178597465573}, 0.06952814551645399], DiskBox[{0.805852862185254, 0.5646871696846323}, 0.06277979738245346], DiskBox[{0.9013140059595915, 0.4954608172945519}, 0.05514016630453347], DiskBox[{0.972198691842074, 0.4214879757120372}, 0.04731284724045678], DiskBox[{1.0209601723540973, 0.34924343478047826}, 0.03984766948664917], DiskBox[{1.0516196972279057, 0.2830627751944466}, 0.03308988029897123], DiskBox[{1.0685574691439104, 0.2252021161615146}, 0.027198957649721984], DiskBox[{1.0757462199564578, 0.17632932999412607}, 0.02219969988272712], DiskBox[{1.076416188019258, 0.13609944815357033}, 0.018035760225369495], DiskBox[{1.0730077837311751, 0.1036306922713956}, 0.014611403944390595], DiskBox[{1.0672679323390135, 0.07783127892631275}, 0.01181879891057311], DiskBox[{1.0603935167047251, 0.057594791125486273}, 0.009553450124705121], DiskBox[{-0.04884847972793259, 0.5594678164045961}, 0.07303689952511468], DiskBox[{-0.17311630372360776, 0.49238382033973416}, 0.06818191865663659], DiskBox[{-0.28238950809333585, 0.4206753458636511}, 0.0625190320090543], DiskBox[{-0.3776773928481971, 0.34938274470740954}, 0.05648691725684842], DiskBox[{-0.4607299124596954, 0.2820749294908338}, 0.0504152015390249], DiskBox[{-0.533422307774271, 0.22099599601615957}, 0.04453120677100125], DiskBox[{-0.597418388506279, 0.16734280987107647}, 0.03898024593206575], DiskBox[{-0.6540437960205848, 0.1215450193162726}, 0.033847457559551146], DiskBox[{-0.7042864361871196, 0.08349735935853497}, 0.02917592952146459], DiskBox[{-0.7488587629216701, 0.052737466703551804}, 0.024979987114463805], DiskBox[{-0.788279287177608, 0.028578890055319543}, 0.021254356811685898], DiskBox[{-0.8229490708402678, 0.010211195426734024}, 0.017980399529912393], DiskBox[{-0.8532116910149757, -0.0032239708348064298}, 0.015130472888582972], DiskBox[{-0.8793933251331502, -0.01257558783316992}, 0.012671158458912413], DiskBox[{-0.9018244635016642, -0.01864183937313233}, 0.010565781448345654], DiskBox[{-0.9208472243452701, -0.022142658061178995}, 0.008776430462384655], DiskBox[{-0.9368130151743669, -0.023704389172973895}, 0.0072655607127784655], DiskBox[{-0.9500749400280084, -0.023854436448170938}, 0.005997212941643534], DiskBox[{-0.9609784102736094, -0.02302350952819742}, 0.004937872926471264], DiskBox[{-0.9698522893863747, -0.02155308558238875}, 0.0040570076779827225], DiskBox[{-0.9770018665615519, -0.019705936426210973}, 0.0033273280259911464], DiskBox[{-0.9827041516916829, -0.017677975475998774}, 0.0027248353327503595], DiskBox[{-0.9872054499764222, -0.015610142747151896}, 0.0022287107145463336]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.12644220351017457, 0.7770826396081135}, 0.0890013477039923], DiskBox[{0.30346536166178995, 0.8111576488923529}, 0.09127151431270909], DiskBox[{0.4850661938170983, 0.8108447689634701}, 0.09032958737268879], DiskBox[{0.6575945270981615, 0.7742219499579038}, 0.08604290667515287], DiskBox[{0.8079362650241546, 0.7063577769684701}, 0.07890612829670648], DiskBox[{0.9274612319823423, 0.6177294789637241}, 0.06989304150465317], DiskBox[{1.0138159617218763, 0.5205348108758395}, 0.060122122430566194], DiskBox[{1.0699838243656272, 0.4251841682740703}, 0.050542116773150944], DiskBox[{1.1018821006683086, 0.33855015133261945}, 0.04177772357817227], DiskBox[{1.1160770865120402, 0.2639778923801744}, 0.034133536643050875], DiskBox[{1.1183859987688891, 0.20220851253851566}, 0.02767898119786005], DiskBox[{1.113342527262212, 0.15243992407595322}, 0.022344503310863996], DiskBox[{1.1041943031834605, 0.11315063456032337}, 0.017995777729778593], DiskBox[{1.093127565164837, 0.08261841594308916}, 0.014480198992460749], DiskBox[{1.0815379191222059, 0.05919726250505401}, 0.011651588618827067], DiskBox[{1.0702678965621082, 0.04143900747462006}, 0.009380982080710545], DiskBox[{-0.035623536235897264, 0.7161040580374683}, 0.08415664780822536], DiskBox[{-0.17733006640362745, 0.6381035918098846}, 0.0775987645398569], DiskBox[{-0.29772595346150493, 0.5524574534441812}, 0.07015248126677008], DiskBox[{-0.3986827232364113, 0.46646422526437187}, 0.062463900286068755], DiskBox[{-0.48328417382497896, 0.3850186381985697}, 0.05497029019601758], DiskBox[{-0.5547367217290301, 0.3109688076360549}, 0.047931818666327126], DiskBox[{-0.6158192746774144, 0.2456721704941058}, 0.041481430333692386], DiskBox[{-0.6687048278336876, 0.18949880928728416}, 0.03566990304374837], DiskBox[{-0.7149830351171351, 0.14220569473379643}, 0.030498904966816953], DiskBox[{-0.7557673178026887, 0.1031892311781049}, 0.02594258812618806], DiskBox[{-0.7918215220426508, 0.0716485064391072}, 0.02196067857283921], DiskBox[{-0.8236750785298531, 0.046690413230474785}, 0.01850604204415864], DiskBox[{-0.8517146837052151, 0.02739890099728619}, 0.015528967910790026], DiskBox[{-0.8762503182834703, 0.012881916149698946}, 0.012979631023965685], DiskBox[{-0.8975581236204527, 0.0023034373910347074}, 0.01080958462359732], DiskBox[{-0.9159046515303314, -0.005095552248503874}, 0.008972734098785849], DiskBox[{-0.9315575073863152, -0.009984998385048523}, 0.007426003046810992], DiskBox[{-0.9447870605968598, -0.012941037329557398}, 0.006129779645165413], DiskBox[{-0.9558630943616422, -0.014447101703183527}, 0.005048178748749856], DiskBox[{-0.9650492872375098, -0.014899362099624995}, 0.004149140372539105], DiskBox[{-0.9725974613341077, -0.014615042962885173}, 0.0034043865893556196], DiskBox[{-0.9787427187698106, -0.013842308595670823}, 0.002789263978228638], DiskBox[{-0.9836999734752395, -0.012770657945882136}, 0.002282501920321212]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.1792894032672524, 0.9662398805614415}, 0.10739948815787435], DiskBox[{0.39561780098239613, 0.9904020586643374}, 0.11027408972579364], DiskBox[{0.6124363495887536, 0.9631894643519517}, 0.10824549362768482], DiskBox[{0.8075417809621377, 0.8866130206630454}, 0.10134954705656998], DiskBox[{0.963394623334127, 0.7743047814874279}, 0.09075263685125472], DiskBox[{1.0729451160269854, 0.6456278574026891}, 0.07824162707849401], DiskBox[{1.1394304027427045, 0.5181698103837987}, 0.0655145800902438], DiskBox[{1.1719748846364668, 0.4034408908742588}, 0.05374089472563133], DiskBox[{1.1809551291592808, 0.3066148646666296}, 0.04350068147945676], DiskBox[{1.1752704277380512, 0.228382297107312}, 0.034938151104740446], DiskBox[{1.1614762117196522, 0.16702518873298908}, 0.0279504420073705], DiskBox[{1.1439500431871388, 0.11989951646758415}, 0.022328734297501297], DiskBox[{1.1254064415600944, 0.08426638946339818}, 0.017840718043786105], DiskBox[{1.1074147260337608, 0.05766910044544124}, 0.014270302037881013], DiskBox[{1.0908042843754735, 0.03805478821929215}, 0.011432382961710515], DiskBox[{1.075947777452855, 0.02377356705057318}, 0.009175117517767098], DiskBox[{-0.01792154816611076, 0.900037565052385}, 0.10062672640176427], DiskBox[{-0.18590986774135126, 0.8069253454375875}, 0.09144086835411117], DiskBox[{-0.3228577201442795, 0.7017457747861328}, 0.08123645024968917], DiskBox[{-0.4321197704890934, 0.5956992668323373}, 0.07102666903645614], DiskBox[{-0.5190448005487842, 0.4957744031870121}, 0.06141554185348235], DiskBox[{-0.5889643632011161, 0.4055949436553055}, 0.05269440584137918], DiskBox[{-0.6463081963689584, 0.32655448968546313}, 0.0449565468735844], DiskBox[{-0.6944080436728968, 0.25873785846959396}, 0.03818604618275096], DiskBox[{-0.7356156714884934, 0.2015339585112799}, 0.032314696796522144], DiskBox[{-0.771519003951518, 0.1540006092558331}, 0.027254326809633904], DiskBox[{-0.803157435787622, 0.11506718056176594}, 0.0229134142091107], DiskBox[{-0.8312008538792639, 0.08364260361037985}, 0.019204721253373833], DiskBox[{-0.8560855059724058, 0.058672133634077896}, 0.01604822586646427], DiskBox[{-0.8781107563734638, 0.03916760020784193}, 0.01337180947349507], DiskBox[{-0.8975039488741086, 0.024223961229371115}, 0.011111006158820522], DiskBox[{-0.9144608118860411, 0.013028206460138254}, 0.009208445803726055], DiskBox[{-0.9291680526637862, 0.0048632309074947925}, 0.007613259135721592], DiskBox[{-0.9418137104203992, -0.0008921786780757175}, 0.006280530829405428], DiskBox[{-0.9525897132065719, -0.004766571639674947}, 0.005170807820223809], DiskBox[{-0.961690006296961, -0.007201646742279976}, 0.004249644668182016], DiskBox[{-0.9693066493396869, -0.00855995671565134}, 0.0034871671573742003], DiskBox[{-0.9756254583304079, -0.009133779228300526}, 0.0028576432682605652], DiskBox[{-0.9808221196208529, -0.00915447423168729}, 0.002339059229552129]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.25997311787861344, 1.1952955722487912}, 0.1354510249110866], DiskBox[{0.5340141115134339, 1.1972431215677881}, 0.13859688903957498], DiskBox[{0.795525345174445, 1.1213573719305192}, 0.1337021604059084], DiskBox[{1.0092231191330725, 0.9816594094477157}, 0.12160600498783553], DiskBox[{1.1561537403277655, 0.8090057266671038}, 0.10510504816654062], DiskBox[{1.238240422873863, 0.6348761187377654}, 0.08740298753339801], DiskBox[{1.2703014400720345, 0.47992510099132496}, 0.07083015287795556], DiskBox[{1.269809341177873, 0.35256442158093193}, 0.05653147721996112], DiskBox[{1.2510864029599786, 0.2530028215576162}, 0.044775287681074895], DiskBox[{1.223903292242986, 0.17761062691844498}, 0.035367737722031486], DiskBox[{1.1941902625472185, 0.12170446460499693}, 0.027943897214362093], DiskBox[{1.165223008876305, 0.08087159919248389}, 0.02212030839235278], DiskBox[{1.1386249643510786, 0.05142861022159129}, 0.017557715400497626], DiskBox[{1.1150576016918798, 0.030474421259304524}, 0.01397795674673024], DiskBox[{1.0946520972268654, 0.015791149336494885}, 0.011161317046100207], DiskBox[{1.0772650807572615, 0.005709049853706065}, 0.008937366286275755], DiskBox[{0.00842231020129354, 1.124892472488382}, 0.12576613627666122], DiskBox[{-0.20014363366795895, 1.0101483592904894}, 0.11228000306536357], DiskBox[{-0.36173643171457687, 0.8762705449370166}, 0.09756637302104391], DiskBox[{-0.4825380432645284, 0.7416034660710386}, 0.0833431388443103], DiskBox[{-0.5720807901189148, 0.6165332045693673}, 0.07047647572524023], DiskBox[{-0.6393180652949658, 0.5055830805964352}, 0.059257024893177426], DiskBox[{-0.6912371459230123, 0.40983006280667517}, 0.04966602752965737], DiskBox[{-0.732789858545461, 0.32862826895515795}, 0.041549975731766456], DiskBox[{-0.7672850040218443, 0.2606104287850485}, 0.03471496800284459], DiskBox[{-0.7968429875441401, 0.20419961741091022}, 0.028970619297524477], DiskBox[{-0.8227764966891619, 0.15784303304716565}, 0.024146984285919285], DiskBox[{-0.8458734659624908, 0.12010443790381534}, 0.020098598013410914], DiskBox[{-0.86659555177951, 0.0896912875350969}, 0.016703094284066005], DiskBox[{-0.8852123909189706, 0.06545505589305026}, 0.013858018649718109], DiskBox[{-0.901889508817116, 0.04638258634131877}, 0.011477437852787771], DiskBox[{-0.9167435625355884, 0.03158573599248783}, 0.009488956499054648], DiskBox[{-0.9298749573562279, 0.020291598022579672}, 0.007831294146326643], DiskBox[{-0.9413851461648527, 0.011833522646594598}, 0.006452384843206601], DiskBox[{-0.9513839389362464, 0.005642529436026436}, 0.005307898053840691], DiskBox[{-0.9599906828954048, 0.0012387067219844126}, 0.004360074643432934], DiskBox[{-0.9673320546234975, -0.0017775933550996561}, 0.003576789032166849], DiskBox[{-0.9735383369651482, -0.0037347356150642906}, 0.002930771672891735], DiskBox[{-0.9787393847393459, -0.0048987817364932774}, 0.0023989470178369457]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.39131771727403186, 1.4824017450423104}, 0.1802725222729726], DiskBox[{0.7504100247158696, 1.4339005565694727}, 0.18208041416770313], DiskBox[{1.0610538589151683, 1.2684814100371167}, 0.1698614642235077], DiskBox[{1.2733854124736852, 1.0326933069315214}, 0.14744078632430657], DiskBox[{1.3814087156134833, 0.7866683896174825}, 0.12125475506150048], DiskBox[{1.4105841734177957, 0.5709702439931394}, 0.09640759208166402], DiskBox[{1.3927732464539742, 0.4001646334945235}, 0.07532413386644203], DiskBox[{1.352449205263646, 0.2725978693366319}, 0.05846416014926889], DiskBox[{1.3045886011800591, 0.1804544382603202}, 0.0453676717413457], DiskBox[{1.2571152882719812, 0.11521698999649432}, 0.035314668919071646], DiskBox[{1.213683332836429, 0.06967586732854052}, 0.02761647286950061], DiskBox[{1.1756284248000621, 0.0382981005040136}, 0.021706344127815264], DiskBox[{1.1431222319489587, 0.01701722219356675}, 0.017146305142693528], DiskBox[{1.1158009316652953, 0.0028995335192038025}, 0.013606948062395605], DiskBox[{1.0930904646222466, -0.006157636002536242}, 0.010842952408954616], DiskBox[{1.0743675381549358, -0.011660067267406624}, 0.008671778573688933], DiskBox[{0.05184307925884506, 1.4135290251599626}, 0.1661181262721837], DiskBox[{-0.22241787474390892, 1.2665205370417472}, 0.14505797574933063], DiskBox[{-0.4215662350264811, 1.0879621411939344}, 0.12241757478002371], DiskBox[{-0.5577775343676514, 0.9103468529493253}, 0.10141430115909533], DiskBox[{-0.6490026762586567, 0.7497097629948486}, 0.0833187526836769], DiskBox[{-0.7107382764770076, 0.6112489279645985}, 0.06828166674712181], DiskBox[{-0.7540490387800546, 0.49477768485038787}, 0.05598165287633163], DiskBox[{-0.7861398786036488, 0.39800806925618576}, 0.0459702009706347], DiskBox[{-0.8114609588721828, 0.3181381100319888}, 0.03781743231996758], DiskBox[{-0.8326576172224088, 0.2524994285248529}, 0.031158903007530266], DiskBox[{-0.8512435749654549, 0.19876298389568603}, 0.025700953715907072], DiskBox[{-0.8680435438633896, 0.1549616637007657}, 0.021211673643787052], DiskBox[{-0.8834751020480036, 0.11944915863662073}, 0.017508747375825324], DiskBox[{-0.8977255495417249, 0.09084536694609956}, 0.014448288670185194], DiskBox[{-0.9108615430280662, 0.06798688359588721}, 0.011915788896555918], DiskBox[{-0.9228957356673828, 0.04988751270291407}, 0.009819183364792167], DiskBox[{-0.9338257565462543, 0.035708397732030675}, 0.00808368394103605], DiskBox[{-0.9436553536683693, 0.024735673144540407}, 0.006647971242818969], DiskBox[{-0.9524041461642659, 0.016363383711890316}, 0.0054613887931333855], DiskBox[{-0.9601103169996079, 0.010079828739870888}, 0.0044818567549692176], DiskBox[{-0.9668291954546825, 0.005456033219310215}, 0.0036742950772385837], DiskBox[{-0.9726297283802167, 0.0021355401741634658}, 0.0030094057152172623], DiskBox[{-0.9775901594013878, -0.00017490772708593006}, 0.0024627095449159]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.6220489129504776, 1.8534342314419177}, 0.2566508012314571], DiskBox[{1.10140924500124, 1.6871378479534533}, 0.2507354570621222], DiskBox[{1.4398875238279087, 1.3601339395507042}, 0.2199014532499963], DiskBox[{1.5963360286743684, 0.9945459988783741}, 0.1777550279416565], DiskBox[{1.6168755950237215, 0.6803662615283852}, 0.13709538280466474], DiskBox[{1.5660468244417924, 0.4450330410517297}, 0.10366443231983712], DiskBox[{1.4887952335400347, 0.2804906985452009}, 0.07811012798602143], DiskBox[{1.4084765273653497, 0.16921236378804344}, 0.059126756079091715], DiskBox[{1.335025304368137, 0.09524514436000989}, 0.045114462782263956], DiskBox[{1.2716385925930798, 0.04669620219866825}, 0.034728351638568265], DiskBox[{1.218527265859457, 0.015312221540752406}, 0.026962549386963953], DiskBox[{1.174740261483797, -0.00449511115447696}, 0.02109608335153141], DiskBox[{1.1389850143636788, -0.016493176358729485}, 0.01661851946045936], DiskBox[{1.1099710961419296, -0.023232947605021703}, 0.013167919853945179], DiskBox[{1.0865380690501953, -0.026454704311668104}, 0.010485546593042842], DiskBox[{1.0676896229012, -0.027354575751044885}, 0.008384368373352156], DiskBox[{0.13154622735240284, 1.8076525635478942}, 0.2359837952942857], DiskBox[{-0.257343925333408, 1.6100413445635193}, 0.20023374759513435], DiskBox[{-0.5162687636789005, 1.356393237418019}, 0.16222926316697675], DiskBox[{-0.6718239780143868, 1.1103750609722554}, 0.12884180693216157], DiskBox[{-0.7606460031627851, 0.8974535410484179}, 0.10186347215381782], DiskBox[{-0.8107061151876638, 0.7218108932732048}, 0.08077374895248066], DiskBox[{-0.8395973270091428, 0.5795124387542142}, 0.06442801508297007], DiskBox[{-0.8574815109308959, 0.46474748085249723}, 0.051722058514638986], DiskBox[{-0.8699641957392166, 0.3720942039457171}, 0.04176830003418848], DiskBox[{-0.8800210254951871, 0.29709906176671735}, 0.033898146791263434], DiskBox[{-0.8891484426354974, 0.23626281801778434}, 0.027618991447871152], DiskBox[{-0.8980243447048089, 0.18686603996698445}, 0.022568888755859103], DiskBox[{-0.9068838244088002, 0.14678456900234457}, 0.01848004174561313], DiskBox[{-0.915733326236821, 0.11433776016414846}, 0.01515192350155245], DiskBox[{-0.9244730476374203, 0.08817478797407095}, 0.01243219954013345], DiskBox[{-0.9329664594789792, 0.06719310068639314}, 0.01020337525151331], DiskBox[{-0.9410787103815915, 0.050481103388803676}, 0.00837347777534697], DiskBox[{-0.9486963593062563, 0.03727804594114946}, 0.00686953049420073], DiskBox[{-0.9557357889647718, 0.02694565283070493}, 0.005632945952725769], DiskBox[{-0.9621448176841341, 0.01894752602344861}, 0.00461623360227091], DiskBox[{-0.9679003891122376, 0.012833576808370661}, 0.003780609701527779], DiskBox[{-0.9730042190850015, 0.008227675534018757}, 0.0030942289831219928], DiskBox[{-0.9774776289510924, 0.004817382194962198}, 0.0025308484819851736]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.0655707097296778, 2.334698146875125}, 0.39781580640895653], DiskBox[{1.6773239754336815, 1.8885069539421107}, 0.3593688730124492], DiskBox[{1.939377993911325, 1.3020737053587272}, 0.2829521243434995], DiskBox[{1.9353460340175541, 0.8117329809856122}, 0.20740517669252623], DiskBox[{1.8166916527527166, 0.4758049547873911}, 0.14886228039382282], DiskBox[{1.6734336979023952, 0.26342796232150184}, 0.10731505770764324], DiskBox[{1.5411946228525295, 0.1329545120834464}, 0.07845494575649592], DiskBox[{1.429733101312636, 0.05373477369077845}, 0.05829094169534233], DiskBox[{1.3391568705427919, 0.0062479798060340146}, 0.043978551184617916], DiskBox[{1.2666703021159544, -0.021482689254705298}, 0.033631323244186447], DiskBox[{1.2090253468589955, -0.03680702961972091}, 0.026015774541033303], DiskBox[{1.1633001996862147, -0.04429886615464926}, 0.020319057914027546], DiskBox[{1.12707462383738, -0.046855846608846785}, 0.01599664798056897], DiskBox[{1.098405897657695, -0.04634542283530116}, 0.012676621682906371], DiskBox[{1.0757517517999875, -0.04398793770203766}, 0.01009985874528602], DiskBox[{1.05789024420256, -0.040588053921328485}, 0.008082348584278818], DiskBox[{0.2983841230379629, 2.3917673689258176}, 0.3714904751884022], DiskBox[{-0.3147733662415166, 2.1102104696149167}, 0.30322160726535186], DiskBox[{-0.6753774342982111, 1.7160226144197097}, 0.23102492672661856], DiskBox[{-0.8510044437765263, 1.3526918912742492}, 0.1725268801578252], DiskBox[{-0.9250756847521397, 1.060026742519391}, 0.1293662102489783], DiskBox[{-0.9503800423507838, 0.8338116826875004}, 0.09825971931139912], DiskBox[{-0.954429213793961, 0.6598707107955168}, 0.0757283765230685], DiskBox[{-0.9505289035610475, 0.5250445151972376}, 0.05915422220418901], DiskBox[{-0.9448287930048221, 0.41930479004594723}, 0.04673902940054552], DiskBox[{-0.9399895868586898, 0.33543074294928504}, 0.03727450339327174], DiskBox[{-0.9369889274599551, 0.2682777636451652}, 0.029945483115554564], DiskBox[{-0.9360043745485971, 0.21414737925703847}, 0.024193854324439993], DiskBox[{-0.9368491491883929, 0.17033157645262473}, 0.019630091408313174], DiskBox[{-0.9391898181333952, 0.13480187176120484}, 0.01597663052125494], DiskBox[{-0.9426556808021449, 0.10600152230451472}, 0.013031512005734292], DiskBox[{-0.9468930377059025, 0.08270749017090889}, 0.010644786830259571], DiskBox[{-0.9515906182141188, 0.06393865203258471}, 0.008702992052438782], DiskBox[{-0.9564894986881504, 0.048894403945236295}, 0.007118778721167134], DiskBox[{-0.9613845133681194, 0.036913127290619074}, 0.005823870118679792], DiskBox[{-0.9661210060528547, 0.027443551841119802}, 0.004764199683995046], DiskBox[{-0.9705891519115113, 0.020024436472731555}, 0.003896493144161614], DiskBox[{-0.974717207468029, 0.01426958566683109}, 0.0031858193648901683], DiskBox[{-0.9784645429891227, 0.009856291815241586}, 0.00260379945918893]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.9968457253228797, 2.877820588324361}, 0.6802635696454676], DiskBox[{2.5492502418256326, 1.8173516092692017}, 0.5154559649406845], DiskBox[{2.466126911238833, 0.9617543594271716}, 0.3441696175224514], DiskBox[{2.191479193193409, 0.4618827771704681}, 0.22618375344626435], DiskBox[{1.923754876950514, 0.19420850453168878}, 0.15240022104344508], DiskBox[{1.707403983913426, 0.05273200547438056}, 0.1061018267307605], DiskBox[{1.5410373542176792, -0.021626540082956704}, 0.07612618641135835], DiskBox[{1.4144549611781707, -0.05954369385042212}, 0.05601318235296655], DiskBox[{1.3179688721003529, -0.07714653608128424}, 0.04206548729613297], DiskBox[{1.244037733086331, -0.0832094500053126}, 0.03211383759403284], DiskBox[{1.1870851755701897, -0.08268786886257862}, 0.02484110823613947], DiskBox[{1.143025905753762, -0.07847588795417267}, 0.01941903229605427], DiskBox[{1.1088493332780356, -0.07230978285683451}, 0.015309327271595667], DiskBox[{1.0823113184490927, -0.06525051223506789}, 0.012151545488980085], DiskBox[{1.0617172556197068, -0.05795141528664309}, 0.00969776205343856], DiskBox[{0.7194964755837594, 3.3612569435611728}, 0.6855079395659882], DiskBox[{-0.4198045287415343, 2.937007500446905}, 0.5302199775435035], DiskBox[{-0.9706803815030383, 2.2326076705216944}, 0.36400780415105893], DiskBox[{-1.1482765091263303, 1.648293343365465}, 0.24669966875788177], DiskBox[{-1.1726830172419065, 1.2308546230681658}, 0.17145193394362887], DiskBox[{-1.1457804724098162, 0.9376271613819424}, 0.12300704657044502], DiskBox[{-1.1066806750453573, 0.7273987030282927}, 0.0908265309044076], DiskBox[{-1.0692816761188861, 0.5723462551748612}, 0.06867251832800357], DiskBox[{-1.037909655653073, 0.45488175785065227}, 0.05290918999909804], DiskBox[{-1.0133117872597164, 0.3638686223729571}, 0.04136936513926924], DiskBox[{-0.9949509431015555, 0.2920923265644924}, 0.032718132039299956], DiskBox[{-0.9818955242772657, 0.23473680836750668}, 0.026104477800134945], DiskBox[{-0.9731639269361031, 0.18848151441091723}, 0.020967732803772843], DiskBox[{-0.9678523601855357, 0.15096081859458266}, 0.016927060451866455], DiskBox[{-0.9651754975981678, 0.12043447380856648}, 0.013716426936262025], DiskBox[{-0.964472259839446, 0.09558280930013205}, 0.01114518548500063], DiskBox[{-0.9651981592866148, 0.0753771426727522}, 0.009073516102000861], DiskBox[{-0.9669129955446716, 0.058996414746328205}, 0.007396727089630134], DiskBox[{-0.9692674570982543, 0.04577267408162095}, 0.006034981899725262], DiskBox[{-0.9719900318136495, 0.0351547621977035}, 0.004926426123678732], DiskBox[{-0.9748747666759646, 0.026683551238591487}, 0.004022490589512463], DiskBox[{-0.9777700855787614, 0.019974534572354027}, 0.0032846139106808064], DiskBox[{-0.9805687490698495, 0.014705107626219868}, 0.0026819074943754484], DiskBox[{-0.9831989867353731, 0.01060485837833451}, 0.0021894572088593284]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{3.8966364866696988, 2.9108379812082608}, 1.2198140827497093], DiskBox[{3.466796929727931, 1.0775616799083143}, 0.6631792899470447], DiskBox[{2.769438986553341, 0.3150415700045493}, 0.3701381922027263], DiskBox[{2.2556670189028534, 0.01593757879373555}, 0.2243572512631512], DiskBox[{1.9051569386165677, -0.1035812535968819}, 0.14596972274537873], DiskBox[{1.6631913425855338, -0.1487520126162813}, 0.1001760615635181], DiskBox[{1.4919138283283386, -0.16087142781101343}, 0.07152969580875457], DiskBox[{1.3678093832401472, -0.1576488207858423}, 0.05261658277697886], DiskBox[{1.2761864390339268, -0.1473010618149252}, 0.039588840169485794], DiskBox[{1.2075880375326957, -0.1338853178145433}, 0.03030910597779267], DiskBox[{1.1557175096466838, -0.11949656386673346}, 0.023520141679444467], DiskBox[{1.1162456550272322, -0.10524465970418234}, 0.018445845492998547], DiskBox[{1.0861091692775768, -0.09171807825582512}, 0.014587110460385766], DiskBox[{1.063085592130222, -0.07921673023153927}, 0.011611530860959835], DiskBox[{1.0455278448133853, -0.06787481853706412}, 0.009290943914222758], DiskBox[{2.162816781379739, 5.220095004545134}, 1.667883749483161], DiskBox[{-0.6611162801009405, 4.661239996564832}, 1.210816800360167], DiskBox[{-1.6152183279291075, 3.040751165370124}, 0.669687060230575], DiskBox[{-1.6770787187012743, 1.9899895442290625}, 0.38289390692087133], DiskBox[{-1.552866077400505, 1.381985342757965}, 0.2376686517832601], DiskBox[{-1.417397300833059, 1.0101084812255707}, 0.15811435640160826], DiskBox[{-1.3045654385316976, 0.7660194097792307}, 0.11079176838905117], DiskBox[{-1.2167480777031687, 0.5958938761570195}, 0.08066210609023455], DiskBox[{-1.149998955744812, 0.4716008456367288}, 0.0604201490594812], DiskBox[{-1.0998525889920703, 0.377470982523563}, 0.04623391428647753], DiskBox[{-1.0625402714363679, 0.3042406083522719}, 0.03595426456331174], DiskBox[{-1.0350983356335068, 0.24613492862225997}, 0.02830559738405847], DiskBox[{-1.0152366555863248, 0.199379550484029}, 0.022493533702462924], DiskBox[{-1.0011859026839744, 0.1613990958285075}, 0.018002621583724884], DiskBox[{-0.9915719680709254, 0.13036521601126552}, 0.014486290913541304], DiskBox[{-0.9853215905056142, 0.10493151922904811}, 0.011704168259957577], DiskBox[{-0.9815931906748889, 0.0840730319896051}, 0.009484919856706844], DiskBox[{-0.9797261153179919, 0.0669863670297779}, 0.007703450916514477], DiskBox[{-0.9792028397204603, 0.05302623778486966}, 0.00626648200692904], DiskBox[{-0.9796202012705484, 0.04166424560982462}, 0.00510317308235482], DiskBox[{-0.980666969735634, 0.03246153837860541}, 0.004158875535690023], DiskBox[{-0.9821059548741546, 0.025050195935189864}, 0.0033908711516137547], DiskBox[{-0.9837594671025004, 0.019120137882090396}, 0.002765401357170988], DiskBox[{-0.9854973536455507, 0.014409541411777992}, 0.0022555516143909493]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{5.770957643456091, 0.711455682764071}, 1.6698852603458159], DiskBox[{3.6412692497547186, -0.23450989216285167}, 0.6604416530320355], DiskBox[{2.6523952818819168, -0.38523606711297553}, 0.3398533555287332], DiskBox[{2.1101565974076455, -0.3852306490391275}, 0.20238532897260675], DiskBox[{1.77780460117696, -0.35041919029931157}, 0.13178481789589364], DiskBox[{1.5588791172395855, -0.308992676641794}, 0.09102569251829165], DiskBox[{1.407572154284146, -0.26887994424130124}, 0.06550810044486498], DiskBox[{1.29952097822563, -0.232309480706334}, 0.04856404975311599], DiskBox[{1.2206168885599622, -0.19972213269388733}, 0.03680450778683564], DiskBox[{1.1621325713422388, -0.1709796062451488}, 0.028361036690899843], DiskBox[{1.1183792385382183, -0.14576977516036238}, 0.02213539600273524], DiskBox[{1.0854882987392087, -0.12374687736607295}, 0.017447705797398908], DiskBox[{1.0607364671042607, -0.10457832673202598}, 0.013858627470724834], DiskBox[{1.0421519235784449, -0.08795781201100342}, 0.011073816606313918], DiskBox[{1.028274155679062, -0.0736065932939211}, 0.008889898492200992], DiskBox[{-3.458615067522226, 4.368288384243799}, 1.6019789819150094], DiskBox[{-2.67712829449484, 2.2545836805668467}, 0.6515669241545382], DiskBox[{-2.130829478248842, 1.424827534233538}, 0.34188043681114355], DiskBox[{-1.7821313017188891, 1.0012963140542603}, 0.20672608227321798], DiskBox[{-1.5510431117880707, 0.7477018173308986}, 0.13636562601171978], DiskBox[{-1.391906849536442, 0.5793798098769378}, 0.09527342112142217], DiskBox[{-1.2791344972528675, 0.4595505867940866}, 0.06927640763634414], DiskBox[{-1.1976404457886156, 0.36994811769387637}, 0.051842884356765866], DiskBox[{-1.1380336459892484, 0.3005647452292807}, 0.03962854810650431], DiskBox[{-1.0941782804942803, 0.24548500321896755}, 0.030777922211357375], DiskBox[{-1.061896559476773, 0.20098984550277285}, 0.024194148625033676], DiskBox[{-1.0382437643934799, 0.1646150966292613}, 0.019194525828828867], DiskBox[{-1.021084275132674, 0.1346505230878287}, 0.015335515283391112], DiskBox[{-1.008833388685049, 0.10985840469407886}, 0.01231829735071628], DiskBox[{-1.0002942660880365, 0.08930845979213457}, 0.009935170922785574], DiskBox[{-0.9945514156410196, 0.07227766892009749}, 0.00803781349783468], DiskBox[{-0.9908988103043218, 0.05818781299753271}, 0.006517789054595409], DiskBox[{-0.9887898005211577, 0.04656563744075064}, 0.005294191598036133], DiskBox[{-0.9878010962950762, 0.03701690762415171}, 0.0043055884597088725], DiskBox[{-0.9876060715924133, 0.02920912291760363}, 0.0035046315537384963], DiskBox[{-0.9879544258271893, 0.02285967283108144}, 0.0028543673512877615], DiskBox[{-0.9886563227654762, 0.017727425808474122}, 0.0023256537696190256]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{4.523236050279484, -1.8906949014350993}, 1.2159416292869025], DiskBox[{2.9522474475193095, -1.1790578371830924}, 0.5087126842552566], DiskBox[{2.2426285795329783, -0.8446514957137379}, 0.2757530823764808], DiskBox[{1.8431604369967063, -0.645611535861829}, 0.17055589414004407], DiskBox[{1.5919281863448307, -0.511548188358744}, 0.11420826250776786], DiskBox[{1.4232460863040262, -0.41412907825629924}, 0.08058427812797687], DiskBox[{1.3051985816403944, -0.33969463169660624}, 0.05897108791703728], DiskBox[{1.2203340678688952, -0.2808340620139223}, 0.044307914600623756], DiskBox[{1.1582689739611702, -0.2331690223617517}, 0.03394827931920392], DiskBox[{1.1124180222716535, -0.1939351329240594}, 0.026397456663079476], DiskBox[{1.0783909255797643, -0.1612880077217318}, 0.020758434731905473], DiskBox[{1.0531417643344527, -0.1339362478280725}, 0.016465736351842328], DiskBox[{1.034488700991225, -0.11093544577732961}, 0.013148004834706864], DiskBox[{1.020828638563263, -0.09156716820919755}, 0.01055278590087892], DiskBox[{1.0109602338480004, -0.07526535741249542}, 0.008503300971186255], DiskBox[{-4.417633406047024, 1.7885500248506268}, 1.150250328398976], DiskBox[{-2.9118332732498877, 1.136879181202679}, 0.49051441049343836], DiskBox[{-2.221739348269478, 0.8215479123626852}, 0.2682104634912669], DiskBox[{-1.830764363878025, 0.6310432788280891}, 0.1667072917430393], DiskBox[{-1.583990032372354, 0.5015543442624354}, 0.11197703660180783], DiskBox[{-1.4179287567348522, 0.40688369656711987}, 0.07917441853627055], DiskBox[{-1.3015417064872845, 0.334237934668055}, 0.058023803708864355], DiskBox[{-1.21778482553924, 0.2766124799736189}, 0.04364186470916855], DiskBox[{-1.1564856421356022, 0.22984003149678456}, 0.03346359438725935], DiskBox[{-1.1111775163753892, 0.19127457991383873}, 0.02603531581872497], DiskBox[{-1.077541284175877, 0.15914221389395972}, 0.020482262177286444], DiskBox[{-1.0525759905202532, 0.13219557650859615}, 0.016251743235815148], DiskBox[{-1.0341295294318378, 0.10951893733263882}, 0.012980121073581574], DiskBox[{-1.0206192326639012, 0.0904132283208418}, 0.010419798490407845], DiskBox[{-1.0108582609901084, 0.0743259178217602}, 0.008397165321813345], DiskBox[{-1.003943590242673, 0.060807140799333165}, 0.006787366403845769], DiskBox[{-0.9991812041890922, 0.0494817195312874}, 0.005498621054313038], DiskBox[{-0.9960344892016566, 0.04003102499808197}, 0.00446217421374185], DiskBox[{-0.994087520198215, 0.03218101442169932}, 0.003625678056773547], DiskBox[{-0.9930181731311106, 0.02569416195840375}, 0.002948723667374824], DiskBox[{-0.992577908431341, 0.02036383469795684}, 0.0023997547806820143]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{2.685660369867601, -2.330965696127883}, 0.6736410637701137], DiskBox[{2.1407496694560457, -1.4631442778132646}, 0.351074353069412], DiskBox[{1.789635543818182, -1.0237625961175374}, 0.2113644359843002], DiskBox[{1.556404636121607, -0.7622761195346317}, 0.13902368273651247], DiskBox[{1.395698655529072, -0.5895006570386979}, 0.09693769681296338], DiskBox[{1.281805178000484, -0.46692025726662617}, 0.07038737193597186], DiskBox[{1.1995065542040384, -0.37549858198313407}, 0.05262070174388514], DiskBox[{1.1393167741582886, -0.30484726850574523}, 0.04019318578398398], DiskBox[{1.0950358014163957, -0.24884644725495925}, 0.03119936654278701], DiskBox[{1.062442391425379, -0.2036599172584466}, 0.024515558459120998], DiskBox[{1.038561854987991, -0.16675269585010113}, 0.019443775164377685], DiskBox[{1.0212373787502733, -0.13636980211064845}, 0.015531326106299365], DiskBox[{1.008868880429538, -0.11124411129535494}, 0.01247367504806137], DiskBox[{1.0002480879185403, -0.09042531810867808}, 0.010059416467913604], DiskBox[{0.9944508319766704, -0.0731763002446241}, 0.00813774797410885], DiskBox[{3.418779008334624, -4.559018235329743}, 1.6719251909989958], DiskBox[{-5.5644648971489925, -0.6630898202724447}, 1.5563638663429], DiskBox[{-3.564584244911765, 0.22424433236089902}, 0.6315311315083036], DiskBox[{-2.61570536202133, 0.37283286453163367}, 0.32891131147724606], DiskBox[{-2.089626504449473, 0.3753099531012126}, 0.19717337785698244], DiskBox[{-1.7651627295782157, 0.34279075536533543}, 0.1289159341805177], DiskBox[{-1.5506063250958357, 0.30308112178916236}, 0.08928421637662688], DiskBox[{-1.4019407022256118, 0.26422773826313006}, 0.06437466828290828], DiskBox[{-1.2955894675510207, 0.22859428780565866}, 0.04778739263037493], DiskBox[{-1.2178303776328083, 0.19671945043763897}, 0.036251177812881875], DiskBox[{-1.160143290612527, 0.1685306300467086}, 0.027954815707331073], DiskBox[{-1.1169584261165422, 0.1437595056877058}, 0.021830133057790038], DiskBox[{-1.084479537654275, 0.12208988946135171}, 0.017214078589288438], DiskBox[{-1.060029460870097, 0.10320955018222207}, 0.01367723841156535], DiskBox[{-1.041666998179855, 0.08682650015201641}, 0.010931385368376786], DiskBox[{-1.0279526950386484, 0.07267232224523426}, 0.008777061116969565], DiskBox[{-1.0178001401794354, 0.060501203342549575}, 0.007072560503517814], DiskBox[{-1.0103783196979854, 0.05008796268663587}, 0.005714894294715294], DiskBox[{-1.0050454697162152, 0.04122622030435916}, 0.004627724666548734], DiskBox[{-1.0013029352607332, 0.03372699583723611}, 0.003753500289194116], DiskBox[{-0.9987620793248292, 0.02741770572933784}, 0.003048197333652731], DiskBox[{-0.9971199265969056, 0.02214142815490427}, 0.0024777207461146116]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.6640158634960038, -2.0317282085407764}, 0.3909248437136386], DiskBox[{1.5498672070666932, -1.4088826217289498}, 0.242294344858206], DiskBox[{1.4173723091828245, -1.0280548818922195}, 0.16092354337892126], DiskBox[{1.3053044090672912, -0.7785405300308931}, 0.11260273693264643], DiskBox[{1.2175404236586829, -0.6049738946882457}, 0.08189120651796578], DiskBox[{1.150628356258631, -0.47838952334990736}, 0.0612898949964146], DiskBox[{1.1002741612619091, -0.3826656693849237}, 0.046870176988016876], DiskBox[{1.0627685832960079, -0.3082841878410982}, 0.03643212295148474], DiskBox[{1.0351663222326979, -0.2493209695182742}, 0.028671993130312393], DiskBox[{1.0151801467360189, -0.2019103871139515}, 0.022779056760832583], DiskBox[{1.001037910700018, -0.16341920049978834}, 0.018227946141894737], DiskBox[{0.9913608273022622, -0.1319810761878513}, 0.014665846636377686], DiskBox[{0.9850706383417993, -0.10622385609344401}, 0.0118483168267614], DiskBox[{0.9813210566910889, -0.08510452194343116}, 0.009601290104258002], DiskBox[{0.979447233831094, -0.06780664526089171}, 0.007797783142181664], DiskBox[{1.5690040074842324, -3.101510726393727}, 0.6830685865672905], DiskBox[{0.5302790858221575, -4.695881383285543}, 1.2198153443227453], DiskBox[{-2.2861659525290463, -5.0777332413051015}, 1.6223974372131604], DiskBox[{-3.8509819221318584, -2.7740496376952453}, 1.1624916385427952], DiskBox[{-3.403992351789909, -1.0325375466822027}, 0.635469439773165], DiskBox[{-2.7284824054550985, -0.30446344551710935}, 0.357710093032768], DiskBox[{-2.230323595143635, -0.015499564964980665}, 0.2181912219116207], DiskBox[{-1.88894864945931, 0.10116839824289114}, 0.14256945662755896], DiskBox[{-1.6524042329037905, 0.14571944306499782}, 0.09813379760539118], DiskBox[{-1.484494170660459, 0.1579241887652615}, 0.0702192386611622], DiskBox[{-1.3625784355288808, 0.1549973250840493}, 0.0517316244095089], DiskBox[{-1.2724339227180919, 0.14498722849797185}, 0.038966971078828565], DiskBox[{-1.2048656473383046, 0.13189374292908812}, 0.02985825105769134], DiskBox[{-1.15373047790801, 0.11779437701959045}, 0.023185105469915063], DiskBox[{-1.1147932583097142, 0.10379603266265994}, 0.01819194994466369], DiskBox[{-1.085050635941988, 0.09048929052680553}, 0.014391680478898336], DiskBox[{-1.0623197622268896, 0.07817764656929314}, 0.011459222731401519], DiskBox[{-1.0449805810736361, 0.06699902951049766}, 0.009171062831637326], DiskBox[{-1.0318096595753528, 0.05699320214448277}, 0.007369485961932066], DiskBox[{-1.0218700860885745, 0.04814079553034887}, 0.005940668956813766], DiskBox[{-1.0144365972698415, 0.040386881393229726}, 0.004800836545863378], DiskBox[{-1.0089433716100855, 0.033655787094785006}, 0.0038872678851130005], DiskBox[{-1.0049467350994792, 0.027860745419667012}, 0.003152306776346706], DiskBox[{-1.0020978911990313, 0.02291035923710827}, 0.0025592809998840615]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.1334139201514286, -1.6718249126160938}, 0.250221633075004], DiskBox[{1.1655981145748042, -1.2488652768044495}, 0.17396072852976607], DiskBox[{1.1422543219560926, -0.9510500407162159}, 0.1247679903777331], DiskBox[{1.1047833082467642, -0.7374610442900621}, 0.09208296364999549], DiskBox[{1.0681321201312783, -0.5799968026694868}, 0.06959046329277561], DiskBox[{1.0370998838723449, -0.460783476232993}, 0.05359564342094539], DiskBox[{1.0126519691296405, -0.3684772259491225}, 0.04189333173710671], DiskBox[{0.9943548083032268, -0.2957244860743346}, 0.03312498105114666], DiskBox[{0.9813269323749705, -0.23761724612064744}, 0.026424803887485727], DiskBox[{0.9726110199427516, -0.19077367718154672}, 0.021222725749195093], DiskBox[{0.9673146441842202, -0.15278661505119012}, 0.017131784878254137], DiskBox[{0.9646572358101165, -0.12188702982529544}, 0.013881860286400075], DiskBox[{0.9639790711889841, -0.0967347999829973}, 0.01127951036968993], DiskBox[{0.9647353065219708, -0.0762863113620414}, 0.009182957193148532], DiskBox[{0.9664845925168274, -0.05970929060895516}, 0.007486104524298148], DiskBox[{0.9396321650499047, -2.2592636216774986}, 0.36835383161298013], DiskBox[{0.3624442323685967, -2.951317334443976}, 0.5328033416852103], DiskBox[{-0.7888227314559633, -3.3299018073531235}, 0.6791132499669192], DiskBox[{-2.025309630894271, -2.806794342789843}, 0.6634742786375951], DiskBox[{-2.533619159792046, -1.7608612157062}, 0.49943357820199263], DiskBox[{-2.439820433390787, -0.9328851720999864}, 0.3338386041371847], DiskBox[{-2.1691411909076024, -0.4495387183646046}, 0.2201388743308841], DiskBox[{-1.907261580146298, -0.1896410588957646}, 0.14881603338803182], DiskBox[{-1.6955799184101303, -0.05162893692154027}, 0.10388234754705265], DiskBox[{-1.5325455696763868, 0.021217519968655143}, 0.07468642113462662], DiskBox[{-1.4082950630833568, 0.05850864871989738}, 0.05503950793187241], DiskBox[{-1.3134527015046864, 0.0758956548395886}, 0.04138342259622044], DiskBox[{-1.2406975655504842, 0.0819348911711683}, 0.031621934626267535], DiskBox[{-1.1845996977026119, 0.08147850108592382}, 0.024477789695579195], DiskBox[{-1.1411703779673692, 0.07737016255656294}, 0.019145418097266498], DiskBox[{-1.1074634738604365, 0.07132100824700766}, 0.015099985278000433], DiskBox[{-1.0812786829259597, 0.0643793496840629}, 0.011989309653517504], DiskBox[{-1.060951845603272, 0.05719224037774626}, 0.009570719468076229], DiskBox[{-1.0452087685877856, 0.0501565084060362}, 0.007673003978246965], DiskBox[{-1.0330630828928775, 0.04350903751525921}, 0.0061728094772067815], DiskBox[{-1.0237441655998514, 0.037382540720311455}, 0.004979597549653647], DiskBox[{-1.0166455718303047, 0.0318411048156595}, 0.004025820008150641], DiskBox[{-1.0112875477298975, 0.026903503349625463}, 0.0032603539190848084], DiskBox[{-1.007289309677183, 0.022558880385000188}, 0.0026440221047577825]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.8379218880469029, -1.366959862307912}, 0.17434666524303116], DiskBox[{0.9171786246804896, -1.072228432268757}, 0.13085531075766682], DiskBox[{0.9454401552795618, -0.8436900999519059}, 0.0994238316976792], DiskBox[{0.9511553382696655, -0.667728860716974}, 0.07663019702561719], DiskBox[{0.9482048556234008, -0.531274440613384}, 0.05985611772297889], DiskBox[{0.9430604713826668, -0.42425146666508434}, 0.04729042511417789], DiskBox[{0.9385595673595837, -0.33936823304193175}, 0.03771205418700285], DiskBox[{0.935776941831159, -0.2714172172308882}, 0.030295912659419902], DiskBox[{0.9349439930405158, -0.2166509380688427}, 0.02447670035970598], DiskBox[{0.9359038787516198, -0.17232482381469633}, 0.019859805878946], DiskBox[{0.9383396845966926, -0.13638339132563718}, 0.016164071195578753], DiskBox[{0.9418895878783853, -0.10724982514374495}, 0.0131849746455395], DiskBox[{0.946204391979058, -0.08368592203890654}, 0.010770714949239379], DiskBox[{0.9509748491598052, -0.06469885334775165}, 0.008806466645565718], DiskBox[{0.9559427018573533, -0.04947876872150848}, 0.007203859286611442], DiskBox[{0.6537973865673111, -1.7302518525291548}, 0.23294058253673852], DiskBox[{0.2819197499085636, -2.11804796755246}, 0.3043477976410418], DiskBox[{-0.33851225601718754, -2.382321672218618}, 0.3700233649652962], DiskBox[{-1.096961538582804, -2.303539506118172}, 0.3925065976720903], DiskBox[{-1.686870915873025, -1.8494455034734811}, 0.35193576856777636], DiskBox[{-1.9321087479021506, -1.2711306767053812}, 0.2762279307321446], DiskBox[{-1.9221835883085374, -0.7925116841866091}, 0.20249396013210472], DiskBox[{-1.8037872879227688, -0.4652228600437862}, 0.1455515230361567], DiskBox[{-1.6627128722626308, -0.2580245760697678}, 0.10511383084352706], DiskBox[{-1.532801581965482, -0.13043962393725267}, 0.07697093885818611], DiskBox[{-1.4233006555877448, -0.05279077244098682}, 0.057266898640307144], DiskBox[{-1.3342575978125395, -0.006145069603459397}, 0.04325418238832825], DiskBox[{-1.2629405253560424, 0.021147732395901925}, 0.03310694558095665], DiskBox[{-1.2061823792659327, 0.03625889641198638}, 0.025628345560803047], DiskBox[{-1.1611307722451538, 0.043663780094963356}, 0.020027755866203353], DiskBox[{-1.1254189380383226, 0.046204746589599346}, 0.01577436157317569], DiskBox[{-1.0971438803512144, 0.045717585246704384}, 0.012504892543283708], DiskBox[{-1.0747925682005814, 0.04340417023958284}, 0.009965822706796702], DiskBox[{-1.057164633655872, 0.040058237240487356}, 0.007976845543688958], DiskBox[{-1.0433059861132792, 0.03620521742677851}, 0.006407447049088956], DiskBox[{-1.0324557121823605, 0.03219089766568134}, 0.005161615467826708], DiskBox[{-1.024004791128795, 0.02823897763833744}, 0.0041676791762562705], DiskBox[{-1.0174642939213143, 0.024489301857249558}, 0.003371430332455076], DiskBox[{-1.012440872966635, 0.02102380625925366}, 0.0027313901488993436]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.6607503769649449, -1.1196056211306291}, 0.1299128702976872], DiskBox[{0.7530062300213782, -0.9059325617846243}, 0.10282586458211586], DiskBox[{0.8053213238788258, -0.7290939803234902}, 0.08158875777332449], DiskBox[{0.8356616380525453, -0.5855751432417641}, 0.06510204378372933], DiskBox[{0.8544816436471311, -0.46971662564353883}, 0.05227507796765139], DiskBox[{0.8675822380391591, -0.3761324555806389}, 0.04222160165542408], DiskBox[{0.8780619071509752, -0.3003617229222794}, 0.034270407027037104], DiskBox[{0.887492525400589, -0.23888492947253664}, 0.027925514812198113], DiskBox[{0.8965978286946139, -0.1889610378462975}, 0.02282191372545942], DiskBox[{0.905640540067948, -0.14844671232232023}, 0.018689304055330955], DiskBox[{0.9146435640994343, -0.11564531053756381}, 0.01532519874504123], DiskBox[{0.9235167184276235, -0.08919290083998073}, 0.012575748309505969], DiskBox[{0.9321289383430047, -0.0679761709287611}, 0.010322285667159543], DiskBox[{0.9403483611054384, -0.05107459314855662}, 0.008471922004565114], DiskBox[{0.500323893412498, -1.3649868991659477}, 0.16325709445868003], DiskBox[{0.2356050929398425, -1.6149797239956993}, 0.20084791208481703], DiskBox[{-0.15754726928203017, -1.804408800778344}, 0.23556033148003933], DiskBox[{-0.6465297733219965, -1.8388839924627767}, 0.2546359843964403], DiskBox[{-1.1170340630055877, -1.6640444397850627}, 0.2473034101435809], DiskBox[{-1.4441750212667175, -1.3359810312259084}, 0.2159964998579864], DiskBox[{-1.5925865419474532, -0.9750370539858889}, 0.17426819772124744], DiskBox[{-1.6096241822775577, -0.6668646852404522}, 0.1343747838062631], DiskBox[{-1.5582406669238735, -0.43647864992973884}, 0.1016718025200199], DiskBox[{-1.481745737353397, -0.27536200995132565}, 0.07668190764022821], DiskBox[{-1.4025699896426604, -0.16628304115113618}, 0.058103182262427396], DiskBox[{-1.3302481027530129, -0.09368110316649632}, 0.044373628394444815], DiskBox[{-1.267841175562671, -0.04596529954978847}, 0.03418477329581893], DiskBox[{-1.2155351378344872, -0.015082424028763615}, 0.026557910076495325], DiskBox[{-1.1723940277258966, 0.004430042616731177}, 0.020790709079643765], DiskBox[{-1.1371511376009327, 0.01626160172221499}, 0.016385184927452365], DiskBox[{-1.1085417271017888, 0.02291494370734372}, 0.012987682291796244], DiskBox[{-1.0854274620401738, 0.026100148327272962}, 0.010345015319269098], DiskBox[{-1.066830004036286, 0.02699423811097918}, 0.008273922371901296], DiskBox[{-1.051927319662591, 0.02641174115617271}, 0.006640141602895908], DiskBox[{-1.0400365781648226, 0.024917617098425753}, 0.0053441038913637435], DiskBox[{-1.030593907800613, 0.022902950210664172}, 0.004311097104771046], DiskBox[{-1.0231351318865, 0.020636435358446132}, 0.0034844418574994673], DiskBox[{-1.0172788812059619, 0.018299944172671605}, 0.002820703905645454], DiskBox[{-1.0127123214083003, 0.01601346902953275}, 0.0022862949161491113]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.548345842900868, -0.9166240895911328}, 0.10211359677941481], DiskBox[{0.6419020703793902, -0.7557463636508676}, 0.08398962835041479], DiskBox[{0.7053278864304939, -0.6166499258181196}, 0.0688850038143362], DiskBox[{0.7498338374855202, -0.4994219162662737}, 0.05650712473765873], DiskBox[{0.782769960635773, -0.40190629147996226}, 0.046420448271876816], DiskBox[{0.8086992104637943, -0.32135635451200006}, 0.03819998863426666], DiskBox[{0.830346385317762, -0.2551215726594723}, 0.03148248051120889], DiskBox[{0.8492785344416561, -0.20087390044559725}, 0.025973904782972252], DiskBox[{0.8663551445371461, -0.1566403596788486}, 0.021441459194508704], DiskBox[{0.8820159859195256, -0.12076647270268441}, 0.017701838055245882], DiskBox[{0.896462238799494, -0.09186360669230656}, 0.014610232226397358], DiskBox[{0.9097690679415763, -0.06876020847211876}, 0.012051326451540957], DiskBox[{0.9219542514874777, -0.05046255603062961}, 0.009932367117030213], DiskBox[{0.9330184892648881, -0.036124936826378004}, 0.008177980257915383], DiskBox[{0.4091277235571937, -1.0935913097956715}, 0.123050969217349], DiskBox[{0.2066306285787676, -1.269900949384767}, 0.14544514339275608], DiskBox[{-0.07026453302555274, -1.412457115501139}, 0.16599215530102737], DiskBox[{-0.40991638798408997, -1.4750410058439534}, 0.17937739446735657], DiskBox[{-0.765502833540919, -1.4204597923203945}, 0.1803736710396738], DiskBox[{-1.0699013013594125, -1.2517991188497568}, 0.16762755020217043], DiskBox[{-1.2758926762779768, -1.0164670959947013}, 0.14512412049183632], DiskBox[{-1.379472076433051, -0.7732907701487208}, 0.11919276808782861], DiskBox[{-1.406405579933312, -0.5610651137839584}, 0.09473512357254509], DiskBox[{-1.3879199386789993, -0.39331131587278395}, 0.07403411428259964], DiskBox[{-1.3477708703384124, -0.2680632735950829}, 0.05749162381840446], DiskBox[{-1.300447911882193, -0.1775575855865863}, 0.04463938008805089], DiskBox[{-1.2536109953567447, -0.11343383953652542}, 0.03476812306564669], DiskBox[{-1.2107916021706502, -0.06863429732782352}, 0.027203639979587], DiskBox[{-1.173277962901957, -0.037743304609944385}, 0.021391900579992174], DiskBox[{-1.1412301603543022, -0.01677743325901542}, 0.016904697305945154], DiskBox[{-1.1142882543774437, -0.002859640130235312}, 0.013419736130500294], DiskBox[{-1.091887702541652, 0.0060746179512285205}, 0.010696766311068294], DiskBox[{-1.073415921802461, 0.011505522912648438}, 0.008556841464533359], DiskBox[{-1.0582855553873518, 0.014495660925909842}, 0.006866158023044535], DiskBox[{-1.0459651587133212, 0.015808921920988695}, 0.0055240328006131755], DiskBox[{-1.0359887156291228, 0.01599459344658849}, 0.004454137899853957], DiskBox[{-1.0279550711096876, 0.015446891571746101}, 0.0035981550411881545], DiskBox[{-1.0215229357442561, 0.014447347033038916}, 0.0029111809191152823], DiskBox[{-1.016404288054865, 0.013195234164355758}, 0.0023583865018437043]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.47435415933554936, -0.7460251648197053}, 0.08384005973208644], DiskBox[{0.5655313311309521, -0.6209058820166677}, 0.07097632049221286], DiskBox[{0.6340454082899223, -0.5095984339418149}, 0.059727645652205716], DiskBox[{0.6869377552560869, -0.4133539959035946}, 0.05009308199463657], DiskBox[{0.7292310544210514, -0.3316266761759033}, 0.041929078076345744], DiskBox[{0.7642974192089181, -0.26310191092037716}, 0.03504684928254165], DiskBox[{0.7943063509365966, -0.20622810154493262}, 0.02925840848314082], DiskBox[{0.8206058924271776, -0.1594627536855593}, 0.024394770761177773], DiskBox[{0.8440082625525269, -0.12137195572548186}, 0.020310707837303533], DiskBox[{0.8649912198861242, -0.09066132706643534}, 0.0168837435109474], DiskBox[{0.8838347817533909, -0.0661783718220808}, 0.01401115770822742], DiskBox[{0.9007110373099906, -0.04690491652479972}, 0.011606689209652854], DiskBox[{0.915740786435806, -0.031947364152071236}, 0.009597596483759739], DiskBox[{0.9290271347146799, -0.020527287050332015}, 0.007922255444758507], DiskBox[{0.3515823545787984, -0.8801623357195489}, 0.0979996957127656], DiskBox[{0.18788917599356633, -1.012586419846552}, 0.11255099835451138], DiskBox[{-0.022394571247587203, -1.1246771310853783}, 0.1257420605032886], DiskBox[{-0.27447475914605757, -1.191333426937656}, 0.1350020341713064], DiskBox[{-0.5471377620635629, -1.1892285325637055}, 0.13766909327037324], DiskBox[{-0.8053817215319158, -1.1102600107690206}, 0.13237899510710413], DiskBox[{-1.0148934103350313, -0.969392573194633}, 0.12008641383817542], DiskBox[{-1.1579891285596173, -0.7974583263388589}, 0.10360482384464556], DiskBox[{-1.2373536346231042, -0.6251868489133823}, 0.08606907197936507], DiskBox[{-1.2678860389568656, -0.47241693337545}, 0.06972205359544842], DiskBox[{-1.266769407398188, -0.347052221817624}, 0.055647630818347345], DiskBox[{-1.2479785356254676, -0.24910527652615216}, 0.044085517903175254], DiskBox[{-1.22101726229113, -0.17493334124623425}, 0.03483460781249516], DiskBox[{-1.191648015313125, -0.11991390783918673}, 0.027532777257648314], DiskBox[{-1.163053356758311, -0.07971028769348903}, 0.021802662039939212], DiskBox[{-1.136810378875257, -0.050706740702962605}, 0.017311269317086726], DiskBox[{-1.1135606855596392, -0.03005541190920429}, 0.013785766236454815], DiskBox[{-1.093429510595461, -0.015577950666103407}, 0.011010626434331974], DiskBox[{-1.076274350929368, -0.005633179782040364}, 0.008818593699239768], DiskBox[{-1.0618273688359727, 0.0010058674319466453}, 0.007080847785178126], DiskBox[{-1.0497745388287405, 0.005252865399931906}, 0.005698342444382842], DiskBox[{-1.0397981092129716, 0.007786561799343399}, 0.004594799219987093], DiskBox[{-1.0315981643396408, 0.009110053707676528}, 0.0037112664405461924], DiskBox[{-1.0249024668567572, 0.009595109253124803}, 0.003001977459720048], DiskBox[{-1.0194698510585307, 0.009515191689503169}, 0.0024312261282303568]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.4248632862485757, -0.5988791947200574}, 0.07140581955453874], DiskBox[{0.5129734161347662, -0.4989631838574975}, 0.061810561627538466], DiskBox[{0.5838763192401181, -0.4085609633513392}, 0.05307974754260403], DiskBox[{0.6420185247950099, -0.32917858410209844}, 0.04531780426666383], DiskBox[{0.6907652901946345, -0.260973963502051}, 0.03851606363958526], DiskBox[{0.7325027399985549, -0.2033804575689151}, 0.03261077125277405], DiskBox[{0.7688476411570039, -0.1554813657157636}, 0.02751638434745416], DiskBox[{0.800861223449628, -0.11621952884110864}, 0.023142882188675475], DiskBox[{0.829228828130878, -0.08450985887913079}, 0.0194038469975876], DiskBox[{0.8543971224713621, -0.05929891627041381}, 0.0162196658447651], DiskBox[{0.8766722746626635, -0.03959691568100955}, 0.013518377674782684], DiskBox[{0.8962860433861686, -0.024495414778162146}, 0.011235516020105685], DiskBox[{0.9134371320551682, -0.013176992213621185}, 0.009313608824553657], DiskBox[{0.9283144542561049, -0.004919674455184752}, 0.007701620014174098], DiskBox[{0.31424553394183585, -0.704528767842862}, 0.08155861888272041], DiskBox[{0.17589871355864106, -0.8087411313775631}, 0.09164663341532217], DiskBox[{0.006739805999535303, -0.9001754689284147}, 0.10064214444223485], DiskBox[{-0.19100401827948357, -0.964019650022967}, 0.1071527051092528], DiskBox[{-0.4068183685203477, -0.9854770551697991}, 0.10972572628843454], DiskBox[{-0.6219294925620529, -0.9558315116782936}, 0.1074185896293264], DiskBox[{-0.8144395091056753, -0.8777239319160668}, 0.10033342717421338], DiskBox[{-0.9674464458068883, -0.7650723183576053}, 0.08967054308960455], DiskBox[{-1.0745129526246653, -0.6370718261570377}, 0.077204748328114], DiskBox[{-1.139197182769234, -0.5108864346391881}, 0.06459370956867806], DiskBox[{-1.1706429882804348, -0.397612060096106}, 0.05296445736316324], DiskBox[{-1.1790811205381782, -0.3021522652189819}, 0.04286755458473299], DiskBox[{-1.173228695968054, -0.22507446016597882}, 0.03443211491739155], DiskBox[{-1.1594883456146805, -0.16463419365876078}, 0.027550326493841894], DiskBox[{-1.1421307238679632, -0.1182087479525555}, 0.022013864629608533], DiskBox[{-1.1238033821416005, -0.08309713459220071}, 0.017593165649395334], DiskBox[{-1.1060370779833144, -0.05688153567009048}, 0.014075417998909793], DiskBox[{-1.0896408179344728, -0.037542785800124455}, 0.011278567686231361], DiskBox[{-1.0749777600523178, -0.02345801058264046}, 0.0090533323573571], DiskBox[{-1.0621465426875831, -0.013351533342225483}, 0.0072801002663172455], DiskBox[{-1.0510961039655398, -0.00623390879748279}, 0.0058642055392234185], DiskBox[{-1.041696530042881, -0.0013441343932006473}, 0.004731165320368822], DiskBox[{-1.0337818234905243, 0.0018997030970663031}, 0.0038224924628941863], DiskBox[{-1.0271751075021767, 0.003940499630301459}, 0.0030922415624140827], DiskBox[{-1.0217029902548973, 0.005113822971489046}, 0.0025042533076768342]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.3921075723642499, -0.4687614696461896}, 0.0627715226850154], DiskBox[{0.47759825767709224, -0.3873238371304822}, 0.05529941050780214], DiskBox[{0.5498287525767291, -0.3131100118785898}, 0.048261857599366575], DiskBox[{0.6115796442459323, -0.24755259932503948}, 0.04179893832570856], DiskBox[{0.6650382736044002, -0.19107546594127534}, 0.03596668163667286], DiskBox[{0.7118114775214771, -0.14347177800580607}, 0.030770442287916363], DiskBox[{0.7530279847961826, -0.10416099134070317}, 0.02618689630997703], DiskBox[{0.7894634486321566, -0.07235581582074403}, 0.02217747295912378], DiskBox[{0.8216555979008525, -0.04717010185457336}, 0.018696169679179704], DiskBox[{0.8499966150795533, -0.02769008906698084}, 0.015694005559224778], DiskBox[{0.8748000404930097, -0.01302281265112808}, 0.013121596285954922], DiskBox[{0.896344456859561, -0.0023292513240133726}, 0.010930724401082382], DiskBox[{0.9148983553544479, 0.0051538378880091815}, 0.009075369008517836], DiskBox[{0.9307311790039637, 0.010101187693828137}, 0.007512414894638123], DiskBox[{0.29017808429899367, -0.5544788887090564}, 0.07040916836306521], DiskBox[{0.16880630702503296, -0.6394772152184978}, 0.07776580870136846], DiskBox[{0.026274181473015183, -0.7163794792935797}, 0.08418901535228461], DiskBox[{-0.13624354040959036, -0.7758155326621237}, 0.08885622256526174], DiskBox[{-0.31310771220141737, -0.8080565014168879}, 0.09092257298597797], DiskBox[{-0.4937997040178311, -0.8059288494822021}, 0.08978194496899186], DiskBox[{-0.6647389156567441, -0.7678878271864797}, 0.08533896598408844], DiskBox[{-0.8130977136966, -0.6992800617001674}, 0.0781154877357643], DiskBox[{-0.9306249115894881, -0.6106399127108372}, 0.06909089207640452], DiskBox[{-1.015273933085018, -0.5140143998178116}, 0.05936901054690798], DiskBox[{-1.0701751810924056, -0.4195685643201812}, 0.04987458366169666], DiskBox[{-1.101247773621575, -0.3339481051422861}, 0.04120982244778758], DiskBox[{-1.1149785952669373, -0.26034437039254066}, 0.03366370579930121], DiskBox[{-1.1170829056460714, -0.1994197488989601}, 0.027297245852619282], DiskBox[{-1.1120030750680514, -0.1503470006232232}, 0.022037724523729475], DiskBox[{-1.1029175197040582, -0.11160977521464682}, 0.017750715363090135], DiskBox[{-1.0919650612811271, -0.08150448559425906}, 0.014284964879936482], DiskBox[{-1.0805110918053962, -0.05840747631052926}, 0.011496137784683332], DiskBox[{-1.069380066534783, -0.04089183498617483}, 0.009257112914386773], DiskBox[{-1.0590338219703028, -0.027760044350341226}, 0.0074608026821045646], DiskBox[{-1.0496990839886602, -0.018035021122601618}, 0.006019308963055623], DiskBox[{-1.0414548828600745, -0.01093383403309085}, 0.004861578423955034], DiskBox[{-1.0342908568939138, -0.005836734451309362}, 0.003930673403103909], DiskBox[{-1.0281453706724795, -0.002257432278578975}, 0.003181176211556623], DiskBox[{-1.0229300127428376, 0.0001830198082255957}, 0.0025769280530661127]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.3715950234666729, -0.35101283594812827}, 0.056750464413742735], DiskBox[{0.4553396746342589, -0.28368479029703075}, 0.05070293167208098], DiskBox[{0.5286689085013524, -0.22245897579898846}, 0.04482600059706751], DiskBox[{0.5932420817559614, -0.16858520677874358}, 0.03926964550079189], DiskBox[{0.6503887696476798, -0.12253397661050869}, 0.034122859136951476], DiskBox[{0.7011032877235417, -0.08422955034769691}, 0.029431774171644536], DiskBox[{0.7461039246375762, -0.05322953488384233}, 0.02521306347499856], DiskBox[{0.7859133466972711, -0.028859747385593243}, 0.02146323273021396], DiskBox[{0.8209351080719853, -0.010316010644631364}, 0.018164963571226714], DiskBox[{0.8515141418573594, 0.003258295337918742}, 0.015291561803577929], DiskBox[{0.8779774857720067, 0.012713633041011932}, 0.012810252768161822], DiskBox[{0.9006565284651938, 0.018851757499527576}, 0.01068475839054239], DiskBox[{0.9198946618051314, 0.02239732041529824}, 0.008877368047932998], DiskBox[{0.9360450796878659, 0.02398179722786706}, 0.0073505882176145565], DiskBox[{0.27558185898251236, -0.4221360830308311}, 0.06273612073224588], DiskBox[{0.1656017788171849, -0.4934210144209022}, 0.06832554214618292], DiskBox[{0.04073617485566222, -0.5597792683913775}, 0.07307755867797103], DiskBox[{-0.09828418833980007, -0.6149032138175847}, 0.07647280321510384], DiskBox[{-0.24820402223041402, -0.6521065788568131}, 0.07799417372181704], DiskBox[{-0.40284944896545893, -0.6658202090073091}, 0.07725811019687029], DiskBox[{-0.553749218025687, -0.653344912749893}, 0.07415646413182594], DiskBox[{-0.6918875871097643, -0.616021006799407}, 0.06893540484964149], DiskBox[{-0.8099472877248334, -0.5590471918768601}, 0.06215276584530853], DiskBox[{-0.9039541640310815, -0.4899352524621682}, 0.054525222492330876], DiskBox[{-0.9736074248222307, -0.41642366601885283}, 0.04674436860120925], DiskBox[{-1.0214324511582575, -0.3448401959787676}, 0.03934527262827535], DiskBox[{-1.0514474985245392, -0.2793886117180047}, 0.03266037264099402], DiskBox[{-1.0679866367718012, -0.2222327654344446}, 0.026840332046866734], DiskBox[{-1.0749622713701101, -0.17398907054021484}, 0.02190506337769256], DiskBox[{-1.0755478303087669, -0.13429207646322}, 0.017796249170126354], DiskBox[{-1.072137904983444, -0.10225883025197391}, 0.014417978331935772], DiskBox[{-1.0664457796588604, -0.07680640383279617}, 0.011663170057933877], DiskBox[{-1.0596452035176327, -0.05684121687603924}, 0.009428452119387672], DiskBox[{-1.0525081371419673, -0.041357222787808616}, 0.007621233783144367], DiskBox[{-1.0455195315387977, -0.029476981661512264}, 0.006162116226762281], DiskBox[{-1.0389655689115898, -0.02046035772639982}, 0.004984808609535827], DiskBox[{-1.0329983205048805, -0.01369672276015582}, 0.004034881601550566], DiskBox[{-1.0276816831314155, -0.008690025464649165}, 0.0032681075652057807], DiskBox[{-1.023023326074044, -0.005041848744250623}, 0.0026487736958319694]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.36071243506458256, -0.2421777386193163}, 0.05262736305097366], DiskBox[{0.44373833803362306, -0.18611506034500044}, 0.04755409461018209], DiskBox[{0.5183736242204551, -0.13576587884986696}, 0.04247626705420399], DiskBox[{0.5854732613068571, -0.09216381169634201}, 0.03754561468565111], DiskBox[{0.6457151629443861, -0.055704025410662536}, 0.03287031198511779], DiskBox[{0.6996059300173427, -0.02629383504354371}, 0.028523287625442786], DiskBox[{0.7475284404358, -0.0034876740007209125}, 0.024549190989356144], DiskBox[{0.7898010128796035, 0.013395000817814171}, 0.020969981784816783], DiskBox[{0.8267290927434717, 0.025168572588778786}, 0.017789534139382886], DiskBox[{0.8586401725897501, 0.03269730899282756}, 0.014997641536438906], DiskBox[{0.8859000438036404, 0.03682950151242442}, 0.012573640508778], DiskBox[{0.9089132031108742, 0.03835009153591508}, 0.010489700431329851], DiskBox[{0.9281124791290869, 0.037950906279355594}, 0.00871372500510134], DiskBox[{0.9439432365314016, 0.03621625134835237}, 0.007211786216225301], DiskBox[{0.26834056916528637, -0.30212590907633174}, 0.05749232070656765], DiskBox[{0.16577020571846135, -0.3632076112491714}, 0.06188796995292599], DiskBox[{0.05261041412723381, -0.4217110163035832}, 0.0655003608938614], DiskBox[{-0.07057497584676982, -0.4731278719763251}, 0.06798496920019388], DiskBox[{-0.2017560229063674, -0.5126287618159232}, 0.06901425490626721], DiskBox[{-0.33713582255205615, -0.5358854430894092}, 0.06834863446332644], DiskBox[{-0.4713314494205505, -0.5400897993660656}, 0.06591283760639714], DiskBox[{-0.5981712955319046, -0.5248029127685813}, 0.061844884130475744], DiskBox[{-0.7119260593878936, -0.49220953010723184}, 0.05648716940211894], DiskBox[{-0.80849444491602, -0.44658881206059853}, 0.05031499817232344], DiskBox[{-0.8860538147814896, -0.3932210909817887}, 0.04383153393095867], DiskBox[{-0.9449934993176583, -0.33721636493619866}, 0.03747292937004706], DiskBox[{-0.9873179780652165, -0.2826879287464392}, 0.03155396288618269], DiskBox[{-1.0158745148745998, -0.2324207780752372}, 0.026258338842315987], DiskBox[{-1.0336917679803899, -0.18793884646074843}, 0.021659264899855715], DiskBox[{-1.0435514238676107, -0.14978088827241134}, 0.0177519338552859], DiskBox[{-1.0477837715328953, -0.11782316395095775}, 0.0144848294835773], DiskBox[{-1.0482207164291946, -0.09155807588474171}, 0.01178389282963153], DiskBox[{-1.0462361609533468, -0.0702980131988345}, 0.009568594750166122], DiskBox[{-1.0428225378355724, -0.05330762802734433}, 0.0077613218989637245], DiskBox[{-1.038673401857706, -0.0398806959785853}, 0.006292070346498753], DiskBox[{-1.0342576416709341, -0.02937903536766491}, 0.005100199559628146], DiskBox[{-1.029880289975634, -0.021247684873172502}, 0.004134521266072396], DiskBox[{-1.02572971446141, -0.015016394416122692}, 0.003352551450243767], DiskBox[{-1.0219129837042524, -0.010293957659828193}, 0.002719420436205655]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.358016734652266, -0.13962142569813263}, 0.049964372097139984], DiskBox[{0.4414070820024512, -0.09303229048728276}, 0.04555786380047378], DiskBox[{0.5177892713393727, -0.05227229375957508}, 0.04101936288844277], DiskBox[{0.587392497918937, -0.018141215967457974}, 0.03650185757110431], DiskBox[{0.6503725474379672, 0.00912716873963253}, 0.03212795695548022], DiskBox[{0.7068419647116453, 0.029755618031389135}, 0.027991324538989854], DiskBox[{0.756920906737631, 0.04430592199742547}, 0.024158572679950942], DiskBox[{0.8007851942217152, 0.05356179624735084}, 0.02067162835257651], DiskBox[{0.8386974523544561, 0.058420496172360455}, 0.017550698652524323], DiskBox[{0.8710165170320362, 0.05980073964444782}, 0.014797825481906097], DiskBox[{0.898187405518337, 0.058572192189332545}, 0.012400823565141517], DiskBox[{0.9207181406135214, 0.055508363698200947}, 0.010337273737676986], DiskBox[{0.939150714295719, 0.051261400125904286}, 0.008578235035127826], DiskBox[{0.26733613596418165, -0.19058299924388034}, 0.05405511144651171], DiskBox[{0.16913125395301115, -0.2437491282289173}, 0.057617786438702495], DiskBox[{0.06341521362580055, -0.29625555421129185}, 0.060419521019181056], DiskBox[{-0.049266380686647716, -0.34467405587623606}, 0.06222424360125665], DiskBox[{-0.16752460132855013, -0.38531396848473193}, 0.06282218476123202], DiskBox[{-0.2889073609910028, -0.4147120281447491}, 0.062069849632666124], DiskBox[{-0.4099153978283348, -0.4302494835053551}, 0.05993161551553544], DiskBox[{-0.526353518550402, -0.4307311630506566}, 0.056507501504781545], DiskBox[{-0.6339824154659282, -0.41670374946572497}, 0.052031651721764396], DiskBox[{-0.7292739944825867, -0.3903529341805657}, 0.046836191876043744], DiskBox[{-0.8099971305642537, -0.35499517380750634}, 0.04129096578524676], DiskBox[{-0.8754391184596952, -0.3143601308209007}, 0.03574058942578611], DiskBox[{-0.9262467478108555, -0.2719225198153835}, 0.030458851872010716], DiskBox[{-0.9640237331153304, -0.2304642894350554}, 0.02562934193883362], DiskBox[{-0.9908670911742943, -0.19191024734390283}, 0.02134916414052232], DiskBox[{-1.0089774385993266, -0.15737530468512878}, 0.017646309292944525], DiskBox[{-1.0203994513361332, -0.12732531161641733}, 0.014501232734237068], DiskBox[{-1.02688794878193, -0.10176843758820611}, 0.011866444622669893], DiskBox[{-1.029866711929361, -0.08042743278374377}, 0.009681444275144868], DiskBox[{-1.0304433234130943, -0.06287273204598794}, 0.007882723760812137], DiskBox[{-1.0294511039237098, -0.048614785854807004}, 0.006409705322647664], DiskBox[{-1.0274994465763436, -0.03716241681539021}, 0.005207769575819772], DiskBox[{-1.025022299405648, -0.02805615242268403}, 0.004229407401176543], DiskBox[{-1.0223202101930513, -0.020884634009262}, 0.0034342707279517697], DiskBox[{-1.0195946316396154, -0.01529035960772646}, 0.0027886453513975623], DiskBox[{-1.0169748397079728, -0.010969167274310293}, 0.0022646716728427344]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.36287002525838263, -0.041278808820145035}, 0.048497928932838295], DiskBox[{0.44773495840450134, -0.0031635037966518628}, 0.04453342790413948], DiskBox[{0.5264253424373021, 0.028621157548531916}, 0.040333769740519755], DiskBox[{0.5986369085368312, 0.05354070977354371}, 0.03605663778321145], DiskBox[{0.6640851764818486, 0.07160757444581603}, 0.03183951362531083], DiskBox[{0.7225666480502675, 0.08328044930826721}, 0.02779553080631701], DiskBox[{0.7740176203112293, 0.08933931112887712}, 0.02401095868254429], DiskBox[{0.8185508629356688, 0.09075275592777918}, 0.020544709024793592], DiskBox[{0.8564618611935292, 0.08855472781304645}, 0.01742995511461162], DiskBox[{0.8882069203963829, 0.08374414239644817}, 0.01467752868345458], DiskBox[{0.9143621881498867, 0.07721465309300397}, 0.012280443455066414], DiskBox[{0.9355747616689731, 0.06971515187037663}, 0.010218796396333513], DiskBox[{0.9525155199895109, 0.06183653395148456}, 0.008464402280198395], DiskBox[{0.2721187830049259, -0.0845808909183516}, 0.05205483475163431], DiskBox[{0.17577113824763466, -0.13130331940424425}, 0.05502389317271348], DiskBox[{0.07420799924697352, -0.1791056965626547}, 0.05722644520389228], DiskBox[{-0.031940830339129575, -0.22520074059817302}, 0.05849877722897193], DiskBox[{-0.14160362431706505, -0.26657782308277894}, 0.05871040047475979], DiskBox[{-0.25310408472939117, -0.30032846794645324}, 0.05778620334215211], DiskBox[{-0.36411312664023376, -0.3240453323347314}, 0.05572809990803371], DiskBox[{-0.4717841799382063, -0.3362170939535049}, 0.05262875266345373], DiskBox[{-0.573082212087876, -0.33650446722904187}, 0.04866968711127812], DiskBox[{-0.6652317195974572, -0.3257925902638932}, 0.04410032982509426], DiskBox[{-0.7461448184937737, -0.3059850842570773}, 0.03920193225232555], DiskBox[{-0.814692052127958, -0.2796034781831071}, 0.03424677350850884], DiskBox[{-0.8707480323879224, -0.24932411336948576}, 0.029464393930346493], DiskBox[{-0.9150366020666748, -0.2175855771216117}, 0.02502241261350736], DiskBox[{-0.9488621246259032, -0.18634443785914598}, 0.021022942839802085], DiskBox[{-0.9738226684249348, -0.15698792577855653}, 0.017510595127547376], DiskBox[{-0.9915717650116236, -0.13036518931439353}, 0.014486287946962753], DiskBox[{-1.0036561063694869, -0.10688404784758618}, 0.01192195528574032], DiskBox[{-1.0114267363881349, -0.08662826226925766}, 0.009773194870041852], DiskBox[{-1.0160066023736762, -0.06946695623112041}, 0.007988719367452973], DiskBox[{-1.018294435620658, -0.05514314367556903}, 0.006516651606519347], DiskBox[{-1.0189881928766553, -0.043338606417528305}, 0.005308254270768767], DiskBox[{-1.0186163777538317, -0.03371772034745477}, 0.004319813825110842], DiskBox[{-1.0175701880346537, -0.02595476838478417}, 0.0035133168455239445], DiskBox[{-1.0161328276248698, -0.019749339569691354}, 0.002856404634006833], DiskBox[{-1.0145044907021001, -0.014833671969924363}, 0.0023219415388028458]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.37526245513913625, 0.054503426898870604}, 0.04808265398983014], DiskBox[{0.46273296930187036, 0.0844766318836032}, 0.044380765073872196], DiskBox[{0.544334392384194, 0.10729256573250975}, 0.04035033362346581], DiskBox[{0.619267578635442, 0.12274790557133324}, 0.03616012272922972], DiskBox[{0.686867003337952, 0.1312080243961804}, 0.03196664022513966], DiskBox[{0.7466949314445164, 0.13348327166428356}, 0.027904535908750007], DiskBox[{0.7986031056373675, 0.1306705788923069}, 0.024079786618959095], DiskBox[{0.8427468579784628, 0.12398974909985536}, 0.02056665061255654], DiskBox[{0.8795532806302981, 0.114641151713991}, 0.017408459940390114], DiskBox[{0.909657267173016, 0.10370194355550669}, 0.014621467953671526], DiskBox[{0.9338238174831838, 0.09206597050585356}, 0.012200501077443972], DiskBox[{0.952872898426671, 0.08042264604032508}, 0.010125145372347965], DiskBox[{0.9676174682546597, 0.06926462661397854}, 0.00836549379808523], DiskBox[{0.2827587541932496, 0.01821060745739353}, 0.051285869354826964], DiskBox[{0.18603027571240846, -0.022934200006101222}, 0.05382975141785636], DiskBox[{0.08585404555694642, -0.06690872427121464}, 0.05557333753534964], DiskBox[{-0.01695946137830326, -0.11127752901419335}, 0.05640526775443407], DiskBox[{-0.12145026403891773, -0.1533937045051446}, 0.056253953255849976], DiskBox[{-0.22638368086901994, -0.1906524067163745}, 0.055097889378679495], DiskBox[{-0.33017249861672826, -0.22077734134897292}, 0.05297444924728573], DiskBox[{-0.4308983734911898, -0.24210166371723457}, 0.04998393357650955], DiskBox[{-0.5264559798432009, -0.25378539763455926}, 0.0462853022674333], DiskBox[{-0.6147975051945055, -0.25590883599073944}, 0.042081739619503476], DiskBox[{-0.6942111854342636, -0.24940704696065064}, 0.037597654641587264], DiskBox[{-0.7635497605889832, -0.23585859820348856}, 0.0330521752818604], DiskBox[{-0.8223444075607014, -0.21718842691540327}, 0.028635633955097946], DiskBox[{-0.8707854794812178, -0.19536558168282336}, 0.024494150750410972], DiskBox[{-0.9095973423841632, -0.17216350093987134}, 0.020724177975886375], DiskBox[{-0.9398594513525224, -0.14901611712804363}, 0.017375646387815108], DiskBox[{-0.9628250029549292, -0.1269678648934987}, 0.014460527801319834], DiskBox[{-0.9797714712276788, -0.1066936641878401}, 0.011963438615034964], DiskBox[{-0.9918969536288812, -0.08855872937025237}, 0.009851766731237088], DiskBox[{-1.0002609317139481, -0.07269260022070524}, 0.008083956939626939], DiskBox[{-1.005760130925636, -0.05906050326238804}, 0.006615541672597628], DiskBox[{-1.009128173646206, -0.04752344395187817}, 0.005403087587921397], DiskBox[{-1.0109490812839128, -0.03788435636988676}, 0.0044064849837229915], DiskBox[{-1.0116772699795706, -0.029921045021657655}, 0.003590050916610432], DiskBox[{-1.0116592565331721, -0.023408164401430606}, 0.0029228546145322887], DiskBox[{-1.0111543270580834, -0.018130833638628985}, 0.00237857667850766]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.3957501162375191, 0.14905318279610855}, 0.0486613411597887], DiskBox[{0.48696890778374347, 0.17057264151323692}, 0.04506141506638982], DiskBox[{0.5720447801215919, 0.18382014555767762}, 0.04103969071892125], DiskBox[{0.6496946406080565, 0.18904492009655}, 0.036785749225543084], DiskBox[{0.7189361826298818, 0.1871123407634137}, 0.03248275735890058], DiskBox[{0.7792086245086066, 0.1793183759584615}, 0.028291522870527625], DiskBox[{0.8304180130484377, 0.16716994118551234}, 0.024339133044594344], DiskBox[{0.8729038086870324, 0.15217904850367242}, 0.0207138323899125], DiskBox[{0.907347030197035, 0.13570607035109486}, 0.017465933418725085], DiskBox[{0.9346510305672171, 0.11886685753263782}, 0.014613148933489759], DiskBox[{0.9558237598249024, 0.10249965493014916}, 0.012148199785327649], DiskBox[{0.9718805600008332, 0.0871765812155263}, 0.01004678658442584], DiskBox[{0.98377540830293, 0.07324146414514296}, 0.00827464632610779], DiskBox[{0.29980718424545183, 0.11973590171969617}, 0.051660885534736946], DiskBox[{0.2005346962917908, 0.08382271533591498}, 0.05390797266097315], DiskBox[{0.09919694832344905, 0.04314711433070964}, 0.0552883811262745], DiskBox[{-0.0030965185031913076, -8.580395609210244*^-17}, 0.05573245849620476], DiskBox[{-0.10533689403644603, -0.04309232450127705}, 0.055218173859380576], DiskBox[{-0.20651522895605898, -0.0836110161100723}, 0.05377182488726583], DiskBox[{-0.3055226383235163, -0.11928647498022889}, 0.05146697724983306], DiskBox[{-0.4010989826815596, -0.14831714266099563}, 0.04842104639083338], DiskBox[{-0.4918603259751326, -0.1695385593869246}, 0.044788234071517975], DiskBox[{-0.576406708617092, -0.18251332575365245}, 0.040747930093774046], DiskBox[{-0.6534812961244729, -0.18752062410870401}, 0.03648914051515952], DiskBox[{-0.7221323116953408, -0.18544470086136}, 0.03219325458169497], DiskBox[{-0.7818292346992451, -0.177587796292561}, 0.028018484851220268], DiskBox[{-0.8325037599524283, -0.16545185122689285}, 0.024088987475427464], DiskBox[{-0.8745135193809956, -0.15053598869981352}, 0.020490187507661066], DiskBox[{-0.9085493434514523, -0.1341837719557554}, 0.017270007309099743], DiskBox[{-0.9355168553203188, -0.11749383525407223}, 0.014444353531119909], DiskBox[{-0.9564205529552929, -0.1012892095444822}, 0.012004738498708261], DiskBox[{-0.9722687012568894, -0.08613001721171316}, 0.009926173857399185], DiskBox[{-0.9840064437214379, -0.07235156984371507}, 0.008174108185617526], DiskBox[{-0.9924763474031586, -0.060112589574842515}, 0.00670983975837489], DiskBox[{-0.998401168792157, -0.04944309040918812}, 0.00549432842046575], DiskBox[{-1.0023823000080552, -0.040286146056467985}, 0.004490612021871189], DiskBox[{-1.004907896155823, -0.03253129612996418}, 0.0036651425897029776], DiskBox[{-1.0063660211415573, -0.02603953506219623}, 0.0029883595133258613], DiskBox[{-1.007059595357377, -0.020660942538262658}, 0.0024347671430749508]}}]], "Output", CellChangeTimes->{ 3.761585607150525*^9, 3.761586371199964*^9, {3.761586418679288*^9, 3.761586443160274*^9}, 3.761588037627212*^9, {3.7615883091666193`*^9, 3.761588321564178*^9}, 3.761588404976633*^9, 3.761588590655099*^9, 3.761588729078899*^9, 3.761588877907713*^9, 3.761588920804701*^9, 3.761589183867043*^9, 3.761589267032148*^9, 3.7615894479698772`*^9, { 3.761589481651496*^9, 3.761589509002936*^9}, 3.761646722476964*^9, 3.76164680321134*^9, 3.761647032658525*^9, 3.761648350868256*^9, 3.762788689253467*^9, 3.7627889399752607`*^9}, CellLabel->"Out[136]=", CellID->557454706] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Type", "Subsubsection", CellChangeTimes->{3.7616472321284*^9}, CellID->181192198], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"DoyleSpiral", "[", RowBox[{"7", ",", "25", ",", RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "\"\\""}]}], "]"}]], "Input", CellChangeTimes->{{3.761583463757721*^9, 3.761583466805778*^9}, { 3.761585171772769*^9, 3.7615851817039623`*^9}, {3.76158625993651*^9, 3.761586267269388*^9}, {3.761586309724065*^9, 3.76158632590866*^9}, { 3.761591441101303*^9, 3.761591500197473*^9}, {3.762788944734478*^9, 3.762788951947295*^9}}, CellLabel->"In[137]:=", CellID->750760039], Cell[BoxData[ GraphicsBox[{ {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.033771390579875035, 0.13672617879618248}, 0.07166689760888571], DiskBox[{0.802923763409786, 0.15631011696558678}, 0.031956100153659454], DiskBox[{-0.7300212172767143, -0.05060966665645057}, 0.033396245325073126], DiskBox[{-0.9643082222097729, -0.029116779223686325}, 0.006344288294839853]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.1724772271218552, 0.16750602930870082}, 0.07041303865371075], DiskBox[{0.856412315363622, 0.13473898812370524}, 0.025718320429743584], DiskBox[{-0.6569448592436941, -0.04143720430700347}, 0.040253521605462306], DiskBox[{-0.9507904400236614, -0.034555033597260386}, 0.008226403036145599]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.30786994568520626, 0.18948108183267115}, 0.06675142895144563], DiskBox[{0.8973384373278869, 0.11347295955771688}, 0.020403165127459814], DiskBox[{-0.5706211495307878, -0.025583682087910387}, 0.04751388137166468], DiskBox[{-0.9328293716423155, -0.04025427542679381}, 0.010617198923960024]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.4352364592882316, 0.2007311585625416}, 0.06111096979743449], DiskBox[{0.9279494685668318, 0.09375855933651361}, 0.016006899546932706], DiskBox[{-0.4710072626933933, -0.0024585533215857815}, 0.05474900549992883], DiskBox[{-0.9092397968064387, -0.045820637060088494}, 0.013620218899934653]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.5504852148385462, 0.20112679378131795}, 0.054138464835115814], DiskBox[{0.9503985934717766, 0.07626790851211218}, 0.012451597870515956], DiskBox[{-0.35880763834283375, 0.027557728725280044}, 0.06139630388587289], DiskBox[{-0.8786591107218311, -0.05064019773800823}, 0.01733792262266779], DiskBox[{-0.9872259905448366, -0.01605326511351224}, 0.0028578032374256233]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.6507741424990521, 0.1921460828805712}, 0.0465517639836577], DiskBox[{0.9665754104216171, 0.06124581296809051}, 0.009624469740414409], DiskBox[{-0.23554342565003517, 0.06283898049926681}, 0.06681770805320858], DiskBox[{-0.8395962083839859, -0.05383917767435095}, 0.021855747933803203], DiskBox[{-0.9818006592135813, -0.019801598265586744}, 0.0037364534661645135]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.7348386796713441, 0.17627935997800828}, 0.03899704843158506], DiskBox[{-0.10359624606397157, 0.1004966713478278}, 0.07039803404937477], DiskBox[{-0.7905243932611271, -0.054277888900106805}, 0.027218028230168508], DiskBox[{-0.974375633467846, -0.02416421605714236}, 0.0048753663949350975]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.0766281562473482, 0.27748635302178015}, 0.07547293048499712], DiskBox[{0.8553995243238787, 0.19189641844302704}, 0.031448082171769885], DiskBox[{-0.707789713777579, 0.014182997528849037}, 0.03510433189921826], DiskBox[{-0.9547812586824214, -0.020086745809040848}, 0.006782194003213446]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.22392537931737266, 0.30234442134495054}, 0.07390710661802381], DiskBox[{0.9011195347210614, 0.15874476308854713}, 0.025026262476580987], DiskBox[{-0.6341364004728215, 0.03786362104899635}, 0.042262214431038156], DiskBox[{-0.9393399827536695, -0.02198704815484271}, 0.008775574195127539]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.3671145202062316, 0.3123214506644763}, 0.06962919952969665], DiskBox[{0.9343334220416344, 0.12884967221236587}, 0.019660187029268843], DiskBox[{-0.5474229219761028, 0.06899810697585992}, 0.04987129503718366], DiskBox[{-0.9192920071331431, -0.023018936515950168}, 0.011298939997525273]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.49980506746340875, 0.30692401239450257}, 0.06317107784684874], DiskBox[{0.957859557147068, 0.1029942827113257}, 0.015296646340612107], DiskBox[{-0.44707969656880014, 0.10721322908463127}, 0.057502623783585234], DiskBox[{-0.8935403765455825, -0.022542670549780427}, 0.014457094386453926]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.616824551134953, 0.28821059469589433}, 0.05533525768301824], DiskBox[{0.9741387201006759, 0.0813102188487939}, 0.01181810558641956], DiskBox[{-0.3330803385672666, 0.1508683558085395}, 0.0645695831844313], DiskBox[{-0.8608526768953804, -0.019708135818797705}, 0.018353274333860015], DiskBox[{-0.9821430641350382, -0.013004328046986003}, 0.0030694354217702907]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.7151740639878512, 0.25998256550902377}, 0.04698506439513571], DiskBox[{-0.20621645397114124, 0.19685864870105485}, 0.07037319081684065], DiskBox[{-0.8198999344060455, -0.013456966727474946}, 0.02307382105558414], DiskBox[{-0.975464989115541, -0.015347954323480571}, 0.004007941923681014]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.7942521400193682, 0.22658826851743394}, 0.038855026357431016], DiskBox[{-0.06847066346898428, 0.24076418998594812}, 0.07420066351575816], DiskBox[{-0.7693182229906577, -0.002574433237882205}, 0.028665323360048272], DiskBox[{-0.966559675686865, -0.017772281511541956}, 0.005221465943443149]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.12891262585326832, 0.42640154988371803}, 0.0823541952520009], DiskBox[{0.9141255756657443, 0.21329831429149398}, 0.03105623969573027], DiskBox[{-0.6976947561063483, 0.08612557435700618}, 0.03754305298874088], DiskBox[{-0.9474138565838531, -0.008125105608909873}, 0.007266273883334964]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.29073440695276637, 0.4411481868317604}, 0.08013811884159301], DiskBox[{0.949153313290143, 0.17032553320829139}, 0.024383838921715365], DiskBox[{-0.6244658122172337, 0.12491543319353253}, 0.045325103571380185], DiskBox[{-0.9309065915424066, -0.005896955768844581}, 0.009390690151517058]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.4453681891045736, 0.4335725603949004}, 0.07468111994507513], DiskBox[{0.9726043135958232, 0.1338952224973178}, 0.018941868849019317], DiskBox[{-0.537398559814112, 0.17207855857097293}, 0.05369543387614672], DiskBox[{-0.9098678805529485, -0.0016268966814759445}, 0.012076977740164897]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.5840667721104226, 0.40583362385316113}, 0.06676408332565081], DiskBox[{0.9877449833765664, 0.10396010782101146}, 0.01460438238853515], DiskBox[{-0.43496694283605575, 0.2263063753260269}, 0.062204921027360464], DiskBox[{-0.8833046890627289, 0.005544812046408113}, 0.015437319420106042]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.7008769469205782, 0.36347418499254447}, 0.057489443786320565], DiskBox[{0.9971166334948464, 0.0799154242286971}, 0.01120210197090388], DiskBox[{-0.3160717664994175, 0.2845502609104833}, 0.07018999263663013], DiskBox[{-0.8500977581332951, 0.016673598990552478}, 0.01958481872993206], DiskBox[{-0.9777392664232288, -0.00840400965696919}, 0.003298952410017522]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.7936600454913654, 0.31338974804996056}, 0.047948472563786086], DiskBox[{-0.1806886156927773, 0.3418020232450731}, 0.07680103366344651], DiskBox[{-0.8090096367473425, 0.0329762172369609}, 0.02461935619410509], DiskBox[{-0.9701565731186184, -0.008952512757769895}, 0.004303553321869225]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.8636429593398597, 0.26183454038802967}, 0.03897418079994076], DiskBox[{-0.030774667963168516, 0.39143707258276095}, 0.08111612767955172], DiskBox[{-0.75869280317432, 0.05573646532431346}, 0.03060575253202664], DiskBox[{-0.9602524364565318, -0.008978180994127446}, 0.005600616601938188]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.19817743896774093, 0.5877998210275363}, 0.09327899142977762], DiskBox[{0.975594597978119, 0.2185789470204517}, 0.030639187898681988], DiskBox[{-0.7011109394343976, 0.1645606311071331}, 0.04096636323585297], DiskBox[{-0.9430338354731089, 0.0063001693968394515}, 0.007809307164241916]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.38118096152778047, 0.5849544981723592}, 0.08974664920981405], DiskBox[{0.9972126854677781, 0.1687226455785226}, 0.023702255771679222], DiskBox[{-0.6291781866132061, 0.2199359599995632}, 0.049812202397117054], DiskBox[{-0.9264629869133788, 0.013072072693244459}, 0.01009185749746011]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.5496486556179845, 0.5507285544642351}, 0.08216256861977847], DiskBox[{1.009366796057883, 0.12862560499411335}, 0.01819637270067365], DiskBox[{-0.5414807491907851, 0.2852131493417038}, 0.05951278092723142], DiskBox[{-0.9056711108902977, 0.023078971602321963}, 0.01298280684106668]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.6922216322338418, 0.4925118706030482}, 0.07183819742019663], DiskBox[{1.0154134795417227, 0.09710270134523821}, 0.013901225895016146], DiskBox[{-0.43492858834260284, 0.35808809224759863}, 0.06957680147566549], DiskBox[{-0.8797727352541285, 0.03739673961841328}, 0.01660983314854443]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.8036149808711408, 0.42126890521002186}, 0.06038902458277327], DiskBox[{1.0176839851320196, 0.07271907593508695}, 0.010587881556627264], DiskBox[{-0.30677722016068704, 0.43363688051926164}, 0.07918607217301553], DiskBox[{-0.8477323993313989, 0.05729741600132205}, 0.021107802601043592], DiskBox[{-0.9744667890547201, -0.002387795819140835}, 0.003549692497544947]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.8846327032759385, 0.3474734584237753}, 0.0491994753159046], DiskBox[{-0.15597367723433406, 0.503922232100433}, 0.08719222931497665], DiskBox[{-0.8083236643586615, 0.08419765266929373}, 0.026606672403344068], DiskBox[{-0.9664381106000309, -0.0008313002347444714}, 0.004628470880196213]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.9399533260838435, 0.27858407986120365}, 0.039152761704964366], DiskBox[{0.014926446682247956, 0.5586912938382235}, 0.09226947266720373], DiskBox[{-0.7600622030611884, 0.1195383576343663}, 0.03321083401405662], DiskBox[{-0.9561429355355141, 0.0018925391579771014}, 0.006020938992956099]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.2963552316234122, 0.7656996228644457}, 0.10991357355317558], DiskBox[{1.0351451113082615, 0.20682238376162015}, 0.030060733168337135], DiskBox[{-0.7201534375869991, 0.2491480467756746}, 0.04573800588920611], DiskBox[{-0.9423879223633707, 0.022522922200987935}, 0.008426299146882818]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.5072386668594002, 0.73168348793999}, 0.10369569752869878], DiskBox[{1.0415147407405905, 0.15423865178549898}, 0.022907380330651008], DiskBox[{-0.6506515158660753, 0.323843862669102}, 0.056291313597333026], DiskBox[{-0.9268814952587148, 0.03406245661016541}, 0.010902698135247343]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.6883263521850848, 0.6566322329638572}, 0.09232838428296708], DiskBox[{1.0417801163403038, 0.11394603484360673}, 0.017386110511356946], DiskBox[{-0.5620224881681138, 0.4112509949483118}, 0.06818804743878916], DiskBox[{-0.9077089944782457, 0.05003851279110694}, 0.014053646895098889]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8272972652074484, 0.5578137730639665}, 0.07819434934295032], DiskBox[{1.0388369865060088, 0.08353298463188218}, 0.013169014040874723], DiskBox[{-0.4485562620567093, 0.5079211144861269}, 0.080874679221566], DiskBox[{-0.884100136398716, 0.07176852723942355}, 0.01803329293629406], DiskBox[{-0.9790084104721827, 0.002231935875199247}, 0.002928597865447963]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.9234301679623691, 0.45347508902674205}, 0.06367917171967336], DiskBox[{1.0344430575918142, 0.06081816955999318}, 0.009966876585014658], DiskBox[{-0.30472426519274465, 0.6060582556809564}, 0.09324752442796683], DiskBox[{-0.8550841125950351, 0.10080314924848227}, 0.023014714476790748], DiskBox[{-0.9727558556895929, 0.004786303060157816}, 0.0038256032734639107]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9838220252532746, 0.35667400367938035}, 0.05041564214788271], DiskBox[{-0.12796211496756485, 0.6926169854131508}, 0.1035703392050888], DiskBox[{-0.8193813992076434, 0.1388792475991686}, 0.029181770163780225], DiskBox[{-0.9648339847380226, 0.008651257899171002}, 0.0049888119244347095]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.0181320389114197, 0.27392464186577525}, 0.03916467889296284], DiskBox[{0.0772280009087585, 0.7508300200847855}, 0.10971759073709053], DiskBox[{-0.7752323104804953, 0.1877949809689039}, 0.03671125683101368], DiskBox[{-0.9548614888022029, 0.014339678417067781}, 0.006491989579744811]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.44327526339892115, 0.9616387851138749}, 0.13498977685249974], DiskBox[{1.0874246316429728, 0.17890136849550636}, 0.02920756645227024], DiskBox[{-0.758195731296178, 0.3396163204642374}, 0.05240334449300625], DiskBox[{-0.946113960734956, 0.03968383087923846}, 0.0091344567767607]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.6854211152238995, 0.8721158674430265}, 0.12317483409242766], DiskBox[{1.0782977997602257, 0.1285653533342055}, 0.02194918757429637], DiskBox[{-0.6931527468598353, 0.43816656110437713}, 0.06567603454760229], DiskBox[{-0.9329177653502474, 0.0560003802321562}, 0.011850522504087089]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8689982262101938, 0.7363527043565636}, 0.10514991736767068], DiskBox[{1.0673456904959413, 0.09171796522820296}, 0.016491399148218726], DiskBox[{-0.6037425076184558, 0.5547060956060091}, 0.08121049983542991], DiskBox[{-0.9168881198902831, 0.07795503229457261}, 0.015333227802923996]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.9880105627776582, 0.5877006458559476}, 0.08527426899456107], DiskBox[{1.056422324120732, 0.06496996489970852}, 0.012401081786103904], DiskBox[{-0.47958374201467224, 0.6844843148838131}, 0.09839402481574068], DiskBox[{-0.8974020076882709, 0.1071632819423042}, 0.019778457093042018], DiskBox[{-0.9787844624095712, 0.008317446510468644}, 0.0031610320433991487]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.0538616295726382, 0.45064202114220286}, 0.0667830544280876], DiskBox[{-0.3098819312377462, 0.8148325703249456}, 0.11559048929103823], DiskBox[{-0.8735729541911781, 0.14557174266160258}, 0.025421472612580084], DiskBox[{-0.972986209109049, 0.012739779744190077}, 0.004131208529092183]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.083392878332211, 0.33642060442218674}, 0.051194175115699084], DiskBox[{-0.0895032357458603, 0.9228207753984237}, 0.12982389875843414], DiskBox[{-0.8440561203827036, 0.19545110846354508}, 0.03253708681466118], DiskBox[{-0.9657987728561394, 0.0189867121625103}, 0.005391574915295054]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.0912001274062078, 0.2467849081914728}, 0.03878088352206033], DiskBox[{0.17158730578309767, 0.9790680658227663}, 0.13725666690661875], DiskBox[{-0.8067274593412973, 0.2593081747946416}, 0.04143016171844462], DiskBox[{-0.9569477723933155, 0.027694386704278973}, 0.007024696872897967]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.6717824942431315, 1.167646430529977}, 0.17267027014414232], DiskBox[{1.1273732060270638, 0.13793478843144852}, 0.028012615978984724], DiskBox[{-0.8206039677555992, 0.43526918045239954}, 0.06180811553570526], DiskBox[{-0.9547092012645949, 0.056726517353093066}, 0.009953008272544746]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.9344848736053057, 0.9819558172054322}, 0.14903385478961315], DiskBox[{1.1045205113080871, 0.09479060514252141}, 0.02081018819680238], DiskBox[{-0.7641374587322116, 0.564807369072201}, 0.0795022130046658], DiskBox[{-0.9451850669233778, 0.07757322749745447}, 0.012966294919144698]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.092130388338978, 0.7642890479646623}, 0.1197242720593419], DiskBox[{1.0843330198407901, 0.0645949730313378}, 0.015512132906565035], DiskBox[{-0.6756281919316484, 0.7224570565647456}, 0.10129412068623103], DiskBox[{-0.9340021624786228, 0.10523705573992179}, 0.016872350238590718]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.163762744820348, 0.5651348780971618}, 0.0919206614275881], DiskBox[{1.067243500443449, 0.043544919390502354}, 0.011601635395059028], DiskBox[{-0.5357249206749948, 0.9023960190116663}, 0.12663340181771526], DiskBox[{-0.9207674755836885, 0.14171315835621046}, 0.021930523357071616], DiskBox[{-0.9802691430333026, 0.014726645152222554}, 0.003417881528303954]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.1817516385108489, 0.4053249608569837}, 0.0688985225789249], DiskBox[{-0.32242160165923645, 1.0829694389594167}, 0.152839433883297], DiskBox[{-0.904778253474973, 0.1895149620974296}, 0.02847451274603894], DiskBox[{-0.9754584337928479, 0.020979631850964218}, 0.004471526944505379]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.1722362981205168, 0.28569259841906736}, 0.051111659677501954], DiskBox[{-0.025640847769759917, 1.219837962844377}, 0.1739813254170478], DiskBox[{-0.8847248231354647, 0.25177001592574405}, 0.0369306231038914], DiskBox[{-0.969685520608543, 0.029529143749908476}, 0.00584451301003696]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.1512784664345421, 0.19926965294983484}, 0.03781615493949841], DiskBox[{0.32849136038871896, 1.2572467208492888}, 0.18212123850333473], DiskBox[{-0.8581607546662057, 0.3322623787166254}, 0.04783181079992202], DiskBox[{-0.962817685849115, 0.04112342601119883}, 0.007631188657679014]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.0301955574190391, 1.346547363248613}, 0.22791114178448854], DiskBox[{1.1514550469702691, 0.08906010060712904}, 0.026472888268829094], DiskBox[{-0.9158236298300731, 0.5339159543978848}, 0.07529757382629285], DiskBox[{-0.9684836218340672, 0.07238618435790944}, 0.010902682383159888]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.2622175569850596, 1.0110651039009202}, 0.17998903548888157], DiskBox[{1.1185149649566755, 0.05697912746401909}, 0.01950795383819673], DiskBox[{-0.8766620652503472, 0.7052686428489501}, 0.10047322004953786], DiskBox[{-0.9641010471735868, 0.09718866513138921}, 0.014284020719341026]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.338749176787139, 0.7071322140276232}, 0.13343127396196353], DiskBox[{1.0920822655173748, 0.03563579328237097}, 0.014465940752178335], DiskBox[{-0.7951429531843365, 0.9248533114039782}, 0.13375485746563184], DiskBox[{-0.9596734592187258, 0.12990293679115333}, 0.018728508800931586], DiskBox[{-0.9864980697693184, 0.015138050315686472}, 0.0028246165687058756]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.3303906984152383, 0.47751108882024834}, 0.09634193009411035], DiskBox[{1.071157558247197, 0.021504677348593584}, 0.010783451554895093], DiskBox[{-0.6332791807786287, 1.188176235752362}, 0.17533872594365082], DiskBox[{-0.9552044332057441, 0.1729904567093168}, 0.02459015422325277], DiskBox[{-0.9836326063298899, 0.021002749570785375}, 0.003702678282567469]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.2882486766303762, 0.31745411999591205}, 0.06916995246829183], DiskBox[{-0.34169079625071386, 1.4556702907979575}, 0.22035920869378797], DiskBox[{-0.950415353673125, 0.22973573872110423}, 0.032356858985229116], DiskBox[{-0.9803639187632269, 0.02890824464272368}, 0.004851921108456003]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.238357604764434, 0.20939589918275092}, 0.049849785967139335], DiskBox[{0.10019978879104366, 1.6293633109902648}, 0.2544423860929941], DiskBox[{-0.9443568008681599, 0.3045555370213536}, 0.04270783497791546], DiskBox[{-0.97671069439934, 0.03950395106775504}, 0.006355890582429437]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.1915672489836973, 0.13719643366950585}, 0.03618567308601009], DiskBox[{0.6118611138086844, 1.5945346548498045}, 0.2584029578532658], DiskBox[{-0.9346255025329427, 0.4033754191769203}, 0.05659003648229802], DiskBox[{-0.9727228010959509, 0.05363222901641022}, 0.008324420408611399]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.5570514045894313, 1.3908477533308474}, 0.3008039121520068], DiskBox[{1.1585918264264037, 0.03843760750602436}, 0.024650202686011945], DiskBox[{-1.0568658031161973, 0.6294256609294425}, 0.09504032180183097], DiskBox[{-0.987485953924602, 0.08517886882066275}, 0.012004552295922212]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.6308180777857184, 0.8862302078691261}, 0.20917686127211], DiskBox[{1.1203142471653256, 0.01942518351369534}, 0.018089068952051517], DiskBox[{-1.053990874212576, 0.8580278384588087}, 0.1335799327413059], DiskBox[{-0.989785470681701, 0.11292723247686}, 0.015838929219735547]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.5593519323410983, 0.5426917568579339}, 0.14171639495815777], DiskBox[{1.0910659288750877, 0.007805598969547392}, 0.01338280528170928], DiskBox[{-0.9984630876037635, 1.1768294988034018}, 0.1900214172622789], DiskBox[{-0.9942113709568359, 0.14946232553144156}, 0.020963266608127487], DiskBox[{-0.9902623335955097, 0.019662682506978307}, 0.003061127107300047]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.4536781396010903, 0.32901495865359004}, 0.09666297613531183], DiskBox[{-0.8105474842883408, 1.5955273067239717}, 0.26891226893529047], DiskBox[{-1.0014512441224646, 0.19775645245502801}, 0.027870517381707496], DiskBox[{-0.988933919255387, 0.026617122734404267}, 0.004019051106267961]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.354752411980395, 0.198574774077358}, 0.06704695434407403], DiskBox[{-0.36103783502741715, 2.0364670403615066}, 0.3607596881018789], DiskBox[{-1.012117048138842, 0.26203618204771495}, 0.03728808152760569], DiskBox[{-0.9877519290093224, 0.03583857607858394}, 0.0052778463719595865]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.272987153292134, 0.11859279434093212}, 0.047332565723621205], DiskBox[{0.39330098572361283, 2.2363596781079647}, 0.419614659962747], DiskBox[{-1.0263615705693154, 0.34847667984623887}, 0.050318231480812145], DiskBox[{-0.986912297283443, 0.04802158177791898}, 0.0069340580374737315]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.2084897672094481, 0.06914421333355446}, 0.03393904663359883], DiskBox[{1.1536807808904173, 1.9536481907242542}, 0.3916209519260679], DiskBox[{-1.0429311363139355, 0.46630752461568375}, 0.06867192982694618], DiskBox[{-0.9866955623740871, 0.06407164327925655}, 0.00911746675668997]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{2.164761669160608, 1.1086390667674135}, 0.36923601832753566], DiskBox[{1.1503182661533318, -0.008135143305954771}, 0.022651730866294618], DiskBox[{-1.262567484313901, 0.7060749171827372}, 0.12447799208506358], DiskBox[{-1.0113913507128172, 0.09340874042049371}, 0.013277828568065057]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.9231450452058152, 0.5679809521930775}, 0.22295465183401575], DiskBox[{1.111513081806904, -0.014145520206247821}, 0.01661615630176985], DiskBox[{-1.3380012909898538, 1.0097307392868617}, 0.18840715854908943], DiskBox[{-1.0218864518322088, 0.12251576389704542}, 0.01766350241770192]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.687558165019683, 0.29162953400690084}, 0.1401862085071835], DiskBox[{1.0826928991378182, -0.016471612298465478}, 0.012297744049115891], DiskBox[{-1.3682290063432414, 1.4949614417376198}, 0.29776415835097314], DiskBox[{-1.0373410130120897, 0.16081377578350142}, 0.023635180076027038], DiskBox[{-0.9954936174224592, 0.02332079555161239}, 0.00332229842492187]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.5054334110138785, 0.147549018727394}, 0.09203915811946882], DiskBox[{-1.1772759353808402, 2.2526577374641894}, 0.4836235507075549], DiskBox[{-1.0595585986508274, 0.21169492579770674}, 0.031885199410992965], DiskBox[{-0.9960936089019503, 0.03099016631432647}, 0.0043705058538464035]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.3716198854555748, 0.0700163940484171}, 0.06261325056514824], DiskBox[{-0.33455251659392704, 3.129278361868795}, 0.7323725346905116], DiskBox[{-1.090820136450052, 0.28029950119651004}, 0.04350625574953868], DiskBox[{-0.9974928519867422, 0.041017982350305154}, 0.005754462080017567]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.2740994191551185, 0.027491203781814418}, 0.043775814449396856], DiskBox[{1.2149070727295241, 3.1611323278106753}, 0.8174144487664466], DiskBox[{-1.1338058660697994, 0.37478834408290324}, 0.060300846035221824], DiskBox[{-1.0000986411464445, 0.05410225271913453}, 0.007586762310174316]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.2027821801207024, 0.004210375179053958}, 0.031245153045851872], DiskBox[{2.141747198427863, 2.0824022168091627}, 0.6047990622739471], DiskBox[{-1.1910269414100185, 0.5087743646391831}, 0.08539234243836065], DiskBox[{-1.004474811133262, 0.0711588620439927}, 0.010022291764771027]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{2.5153500133786055, 0.44416425345771854}, 0.3820555127204812], DiskBox[{1.1301157927204906, -0.046377759780553536}, 0.020599137883684625], DiskBox[{-1.5549022181978447, 0.7262296054401498}, 0.16855068926498795], DiskBox[{-1.0393464663099532, 0.0952232215658728}, 0.01473611135255627]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{2.0051661515008097, 0.14190568314964744}, 0.21094348917178182], DiskBox[{1.0947504986997905, -0.041132488506803254}, 0.015153021378460814], DiskBox[{-1.7997087396153895, 1.105912951533717}, 0.28321216470749805], DiskBox[{-1.0593202579442766, 0.12337314063875639}, 0.019780121003557766]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.6873344059830193, 0.02306325549878884}, 0.12838016321460116], DiskBox[{1.0689439512658627, -0.035581129969067676}, 0.011243862378415908], DiskBox[{-2.1158286941491125, 1.8594660614035998}, 0.5339623056774833], DiskBox[{-1.087758075122897, 0.16024600861367916}, 0.026785078862659056], DiskBox[{-1.0020236444966746, 0.02564894500440837}, 0.003610344178338206]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.4814005313191665, -0.026199995825263167}, 0.08336408975365373], DiskBox[{-2.187610824616547, 3.56258972577493}, 1.1706734003887922], DiskBox[{-1.1281194149233413, 0.20927305643208866}, 0.036718379061106886], DiskBox[{-1.0048661926243665, 0.03352197007384899}, 0.004760116000306505]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.3428177962840953, -0.045639979577607036}, 0.056575495132439806], DiskBox[{0.20277963309807712, 6.215625085511614}, 2.4003997100846215], DiskBox[{-1.1854345675249285, 0.2759515822344878}, 0.051208024942039104], DiskBox[{-1.0092386033303264, 0.04366594455652947}, 0.006286068575684717]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.2468101356713162, -0.051290374595353204}, 0.03959829474918576], DiskBox[{3.7667824030397017, 3.9127781900047243}, 1.84285606447072], DiskBox[{-1.2671812531557862, 0.36969490569898167}, 0.07317176162233409], DiskBox[{-1.0157884323733057, 0.05672121675169976}, 0.00832010794598758]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.178885170577845, -0.05036513105458283}, 0.028332971679161083], DiskBox[{3.31295381966528, 1.312340634776233}, 0.7968855633652988], DiskBox[{-1.3846793225011909, 0.5079423304322913}, 0.108261826076552], DiskBox[{-1.0254111070191723, 0.07352954363659661}, 0.011047796432384377]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{2.3719235814397095, -0.2461549681274735}, 0.3230060229405625], DiskBox[{1.1023264305205298, -0.07402467643596303}, 0.01860036022575285], DiskBox[{-1.9379233218258054, 0.6098275549806521}, 0.23176743819810472], DiskBox[{-1.069785413917659, 0.08875870147534029}, 0.01638172198245519]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.8702817454128313, -0.22409462498613922}, 0.17912064473596184], DiskBox[{1.0730578375746789, -0.0602372175012866}, 0.01375307169275184], DiskBox[{-2.5146119115167798, 0.9648982889335751}, 0.44546587137078447], DiskBox[{-1.099938717427094, 0.11281064274494007}, 0.02218922033645069], DiskBox[{-1.005908070696107, 0.02032960974179637}, 0.002976316169281164]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.5825265438111051, -0.1915612309412241}, 0.11046781804688384], DiskBox[{1.0519744718327253, -0.04876892110200462}, 0.010247556076344996], DiskBox[{-3.774984335542925, 1.9031064853220347}, 1.1257671689564706], DiskBox[{-1.1425093520883798, 0.14370484332806613}, 0.030410309748285277], DiskBox[{-1.0095408847544736, 0.026199802003703258}, 0.0039270522240771825]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.4020158104738794, -0.1605506194810039}, 0.07268726070628591], DiskBox[{-1.2030757148519915, 0.18405520005426407}, 0.04236630453367212], DiskBox[{-1.014815770805406, 0.03363608767076952}, 0.005190116600318564]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.2824842315410427, -0.13336740326808727}, 0.049896284706037256], DiskBox[{-1.290458598459543, 0.23815755167847583}, 0.06040933848956896], DiskBox[{-1.0223847539302064, 0.0430321510510687}, 0.0068753511730466395]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.2005592608320736, -0.11014636221123557}, 0.03525603512982772], DiskBox[{6.51536599066679, 0.5597188532760862}, 2.492777528649912], DiskBox[{-1.4194596667200572, 0.3136911624561134}, 0.08907846024150308], DiskBox[{-1.0331489993204352, 0.05488669476369457}, 0.009137118513282902]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.1431433358392695, -0.0905171155205049}, 0.025422591819246217], DiskBox[{3.402656188700818, -0.19106875835739948}, 0.7091975413712999], DiskBox[{-1.6170020119222528, 0.4259161038261909}, 0.13811620433823665], DiskBox[{-1.0483618382807265, 0.0698437819948045}, 0.012197007380945517]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.962453597534553, -0.633889832489476}, 0.24091240445927933], DiskBox[{1.0711559533210073, -0.09066434357369693}, 0.016733436220433585], DiskBox[{-2.3266756699682243, 0.23494340636261035}, 0.30829414446753844], DiskBox[{-1.1002644004937692, 0.07242446449277001}, 0.018198271084482555]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.6315934752994943, -0.4398680609667618}, 0.14264054926446681], DiskBox[{1.0493066353416485, -0.07131269788772453}, 0.01245352811158504], DiskBox[{-3.296941024809633, 0.17878278087017194}, 0.6635951880499167], DiskBox[{-1.1402060707686268, 0.08848945007327821}, 0.02485310271528587], DiskBox[{-1.012061391341084, 0.019498133819147143}, 0.0032329275181452338]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.4287363026145692, -0.32268248050167864}, 0.09163171281250222], DiskBox[{-6.080542666582748, -0.49401570149428176}, 2.2001603702954333], DiskBox[{-1.1963361466062004, 0.10755774460278575}, 0.034427461298526765], DiskBox[{-1.017580988629614, 0.024585452329585804}, 0.004273520633557061]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.296597784859961, -0.24434993768713342}, 0.06198005476465105], DiskBox[{-1.2763134737809558, 0.13002402443292607}, 0.048645437961244216], DiskBox[{-1.0253006747246576, 0.030839204595940705}, 0.00566141624671245]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.207238326746304, -0.18851000039535973}, 0.043391722059674946], DiskBox[{-1.3927613253296813, 0.156159747078108}, 0.07069934880592002], DiskBox[{-1.0360442008277995, 0.03848061880668141}, 0.00752245891459722]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.145370981661268, -0.14700433608791802}, 0.031108536714862103], DiskBox[{3.885383268541447, -2.053380129201611}, 1.2146603212545004], DiskBox[{-1.5680628897524678, 0.1856656771004292}, 0.10706802276591393], DiskBox[{-1.0509490997559228, 0.04776187704335857}, 0.010035951221672569]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.1019185045592388, -0.11530234529424793}, 0.02267932424450596], DiskBox[{2.5609403156474153, -1.014732665405391}, 0.46847297397822674], DiskBox[{-1.8461192841182172, 0.21598202362353155}, 0.17263617690614946], DiskBox[{-1.071604031718907, 0.05896893597313245}, 0.013463503756070156]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.5640023818745803, -0.7490550692275575}, 0.17384825304556292], DiskBox[{1.0400603234632597, -0.0972082896406591}, 0.015043307262455431], DiskBox[{-2.464256363351946, -0.4227538758392702}, 0.3636390086122061], DiskBox[{-1.1274129027705988, 0.045350472818335485}, 0.020142858281544062]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.3913609324264278, -0.5221276587886434}, 0.11128525897305329], DiskBox[{1.025872951009047, -0.07504143324955587}, 0.011274957486922609], DiskBox[{-3.2269146922667398, -1.2298962658346704}, 0.7468233115007238], DiskBox[{-1.1750792635198033, 0.04920242260518379}, 0.027678888489498423], DiskBox[{-1.0182556111559549, 0.016829531218305535}, 0.003511685069405873]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.2719147134016255, -0.37912701360465545}, 0.07503860896221089], DiskBox[{-3.746400349431811, -3.63161051304472}, 1.710430577142441], DiskBox[{-1.2413855271645415, 0.050039619862025875}, 0.03863266026162328], DiskBox[{-1.0255298276082356, 0.02053045844627431}, 0.00464987650552311]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.1887474898147823, -0.2825293191820334}, 0.052428648193932045], DiskBox[{-0.5353911298332048, -6.170193275124751}, 2.3828544909021843], DiskBox[{-1.334943108328231, 0.044443347764718144}, 0.05509214571090167], DiskBox[{-1.0354763963123308, 0.024796855831731884}, 0.00617307945095762]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.1304196840931293, -0.21401570218838872}, 0.0375505084694569], DiskBox[{2.1061815750343853, -3.7177313540051014}, 1.221653218847282], DiskBox[{-1.4696606535795778, 0.02544397485563398}, 0.0809585550204326], DiskBox[{-1.0490482804308348, 0.029601099422000277}, 0.008224031196694265]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.0893399294931398, -0.16374521136729442}, 0.02736996969721327], DiskBox[{2.1175325398358913, -1.9392433036886216}, 0.5568710541162427], DiskBox[{-1.6691590563482446, -0.022307837745209592}, 0.12417517773436083], DiskBox[{-1.0675544974445836, 0.03483479843389998}, 0.011008016887353754]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.0603933149405114, -0.12599541331868186}, 0.020200543719918175], DiskBox[{1.810360895584336, -1.1462452354349444}, 0.29354081979325675], DiskBox[{-1.9755522306669473, -0.13641031091291522}, 0.20277459157596897], DiskBox[{-1.092816433947696, 0.040249315492993154}, 0.014827664463647893]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.2635598848280984, -0.7239963229669495}, 0.127637459378225], DiskBox[{1.0115335709326252, -0.09530256025591258}, 0.013547030518549476], DiskBox[{-2.139127290003678, -1.0622929500980003}, 0.3538002862692623], DiskBox[{-1.1471431201105455, 0.007951795346739328}, 0.022141211448154674], DiskBox[{-1.0174799561410146, 0.010483453276656124}, 0.0028816197054107964]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.192643106013326, -0.5209509449999496}, 0.08743605138315454], DiskBox[{1.004513961731873, -0.0725915373654705}, 0.010224075346795938], DiskBox[{-2.1438672290089062, -1.995698658384313}, 0.5796174569107383], DiskBox[{-1.1983933417518127, -0.004111250019833614}, 0.030509546208264224], DiskBox[{-1.0239454885094867, 0.01221774389449181}, 0.003812472671817723]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.1352666186576135, -0.3833220757476567}, 0.06167386429298341], DiskBox[{-1.299402201725469, -3.083212328432146}, 0.7972656771444795], DiskBox[{-1.267980976071474, -0.02680647488385724}, 0.042685481504248855], DiskBox[{-1.0326458301566979, 0.013931394094312113}, 0.00505502651259417]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.09193887290695, -0.28643634909774607}, 0.04445877715306404], DiskBox[{0.2330488718984406, -3.1469600171044845}, 0.7365107279622528], DiskBox[{-1.3630021385119373, -0.06814218558368361}, 0.06093721046327654], DiskBox[{-1.0443282748078975, 0.015420057768459842}, 0.006721884481510537]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.060340074478963, -0.2161948649202486}, 0.032562974070536176], DiskBox[{1.1314295749719703, -2.304868227899565}, 0.4948326315850463], DiskBox[{-1.4931802252424828, -0.14322378881930511}, 0.08934113597844026], DiskBox[{-1.0599956164739772, 0.016339377273959635}, 0.008972405666019947]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{1.03784474458977, -0.16415930303923215}, 0.02412688011076077], DiskBox[{1.3548214071897469, -1.5359075880494495}, 0.3059197498290301], DiskBox[{-1.670143278967763, -0.282074034278871}, 0.13559288334268868], DiskBox[{-1.0810034394317287, 0.016121761170999067}, 0.01203654438372082]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{1.022179664334404, -0.12502593875766932}, 0.018025402619840415], DiskBox[{1.3357864223599492, -1.0368781140509262}, 0.19347262753241193], DiskBox[{-1.899430480033394, -0.5468425386111632}, 0.21465700096688498], DiskBox[{-1.109201630735345, 0.013837244216499602}, 0.016254037273621107]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{1.0540745668019948, -0.6427482849198213}, 0.09705197552027124], DiskBox[{0.9871640764781608, -0.08686421587022876}, 0.012242074078887992], DiskBox[{-1.5606020794422935, -1.3484794859795823}, 0.29164076648071324], DiskBox[{-1.155242180006624, -0.0375652069128867}, 0.02409072844087716], DiskBox[{-1.0212642635264901, 0.005821941217786102}, 0.003122601897990353]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{1.0416331541815242, -0.4760528512888476}, 0.0701070994395139], DiskBox[{-1.1855454055825956, -1.9088183802373666}, 0.3826345371043543], DiskBox[{-1.2040101580110294, -0.06750876044196674}, 0.03313629381772878], DiskBox[{-1.028520579706632, 0.005719911379754527}, 0.0041344315588729835]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{1.0256806293747254, -0.355644656030109}, 0.05135325019434021], DiskBox[{-0.4489474145393182, -2.217743878045123}, 0.4161217233435756], DiskBox[{-1.2670204577315822, -0.11564135629223887}, 0.04615459250699061], DiskBox[{-1.0381078168781537, 0.004915254519635632}, 0.005486513781661227]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{1.0116734923865027, -0.2673511587318469}, 0.038044409460513594], DiskBox[{0.3121104442621218, -2.050117205884345}, 0.36317781192070825], DiskBox[{-1.3469071002467543, -0.19332250156737082}, 0.06527357262015743], DiskBox[{-1.0507445308406393, 0.002949922782120562}, 0.00730211666135962]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{1.0010885149031923, -0.2017250762011165}, 0.028429829584792076], DiskBox[{0.7819829879752291, -1.6209423026537815}, 0.27319574574679034], DiskBox[{-1.44373037443304, -0.31969106047228707}, 0.09392366072219073], DiskBox[{-1.0673672788490933, -0.0008765422112469358}, 0.009755362217361731]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9938718751983726, -0.15243990189815376}, 0.021380895110825398], DiskBox[{0.9846470462500908, -1.20021655134662}, 0.19379769995604962], DiskBox[{-1.5479644387824059, -0.5262153615404698}, 0.13741381376581546], DiskBox[{-1.08919566677946, -0.007638555307857187}, 0.013096406658533092]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.989454058360267, -0.11516685274048795}, 0.01615305351072013], DiskBox[{1.0477481684242174, -0.8761094448931585}, 0.13639492272542325], DiskBox[{-1.6216257155595515, -0.8580867986687765}, 0.20253417413534444], DiskBox[{-1.117811457672099, -0.018998564601341715}, 0.017691793996251783]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.9113601710168674, -0.5436840688505644}, 0.0766751601544141], DiskBox[{0.9678098085252269, -0.07379032792241465}, 0.011114172067827452], DiskBox[{-1.0465386148114606, -1.319082511235859}, 0.22326255239802476], DiskBox[{-1.1483278863082633, -0.08705087901435567}, 0.025875652263365214], DiskBox[{-1.023831909551547, -0.00015191079198961818}, 0.003379683388329531]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.9317316000246922, -0.4109149018242414}, 0.05764775982830705], DiskBox[{-0.6421449599020963, -1.5748151339547454}, 0.2552073029258337], DiskBox[{-1.1876181466443811, -0.13399563720153623}, 0.035341460364826896], DiskBox[{-1.0313559406316364, -0.002410254812332261}, 0.004475961805311587]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.9423452689914757, -0.31031059263337346}, 0.043514866653552434], DiskBox[{-0.1356250472381612, -1.6255546947162893}, 0.2538476302114015], DiskBox[{-1.2335238523488075, -0.20432268093832215}, 0.048642031447417015], DiskBox[{-1.0410912007068647, -0.006115508238820365}, 0.005940572728151948]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.9489186588795238, -0.2341062873802319}, 0.03297242375298672], DiskBox[{0.3121512028176634, -1.4651457871005402}, 0.2217936082830481], DiskBox[{-1.2827037050715306, -0.3094585318484921}, 0.06742779693375307], DiskBox[{-1.0536338388489064, -0.011980992573655506}, 0.00790578701166463]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.9540278029330501, -0.17629877883822692}, 0.02506042381452159], DiskBox[{0.6133383677961124, -1.2029653713788098}, 0.17752115319688358], DiskBox[{-1.324937301318711, -0.46509462892060494}, 0.09383680353333676], DiskBox[{-1.0697139996616287, -0.02105269280901867}, 0.010556805355695609]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.958713126246461, -0.13239926351626946}, 0.019088411957828615], DiskBox[{0.782957800161433, -0.9394494750584299}, 0.13586579523822034], DiskBox[{-1.3355899130006166, -0.6886149123203971}, 0.1299371789283625], DiskBox[{-1.090201566222944, -0.034872470024182756}, 0.014156078447719132]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.9633003447969238, -0.09906518590072141}, 0.014559816888710764], DiskBox[{0.8693827212457246, -0.7175938803914186}, 0.10222908473503543], DiskBox[{-1.2658642114950738, -0.9860180633306856}, 0.1755301805084321], DiskBox[{-1.1160786871648487, -0.055729695760165086}, 0.019080185687163614]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.8154494228708332, -0.44239274114470684}, 0.06281965938504948], DiskBox[{0.9537905816024684, -0.057810950960107646}, 0.010143278663981964], DiskBox[{-0.6901581560512872, -1.1519725790048547}, 0.17035243821636153], DiskBox[{-1.1248894567448526, -0.1348865195856046}, 0.027393555439215615], DiskBox[{-1.0247353728792936, -0.007125299977466944}, 0.003651988014453759]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.854422898068788, -0.33795664659376634}, 0.04865154592851375], DiskBox[{-0.3525148703175023, -1.2487793277469856}, 0.1808946756552375], DiskBox[{-1.1484529863241666, -0.19477416487078456}, 0.03696302918146427], DiskBox[{-1.031879651986062, -0.011706339739442509}, 0.004834863536987559]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8819182770830045, -0.2562222011235954}, 0.037583687262170866], DiskBox[{0.0012521033106942109, -1.220163531358459}, 0.17402776014306834], DiskBox[{-1.1693239411130136, -0.2791315444983003}, 0.049937858336551476], DiskBox[{-1.04086865053755, -0.018466543105491035}, 0.006412467013368836]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.9026045478568433, -0.19294422850145138}, 0.028989758027203855], DiskBox[{0.3019902067796239, -1.0897002924547456}, 0.15378935896960974], DiskBox[{-1.1793912334845107, -0.3959395266190669}, 0.06730315438006824], DiskBox[{-1.0520787390894983, -0.028336449033205067}, 0.008523433641243494]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.9190436860757063, -0.14432387976245423}, 0.022334540086658194], DiskBox[{0.5205662347498323, -0.9119039647640396}, 0.12796765362020013], DiskBox[{-1.1632672890071045, -0.5522357760997637}, 0.08982258885522305], DiskBox[{-1.065895665502624, -0.04263296439710985}, 0.011358664011069197]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9326138168089465, -0.10720430019472187}, 0.01718775280485352], DiskBox[{0.6650194859960955, -0.7321317912831226}, 0.1026505940395823], DiskBox[{-1.0957112515441334, -0.7478761925284689}, 0.11715323277159315], DiskBox[{-1.0826453202295707, -0.06322094005517222}, 0.015182166329538513]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.9440574406057727, -0.07904108153366612}, 0.01321164539566564], DiskBox[{0.7568038531627268, -0.5733957106279117}, 0.08071110686318697], DiskBox[{-0.9448204514932844, -0.9638143483493959}, 0.14628047934462085], DiskBox[{-1.102443826396556, -0.09273746581422597}, 0.02035944504824003]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.7528030056665741, -0.3447463911966955}, 0.053194922658328266], DiskBox[{0.9450483957341705, -0.0404355052576648}, 0.00930747780239772], DiskBox[{-0.4600877038554688, -0.9530573551334712}, 0.13378516100706764], DiskBox[{-1.0859325706583054, -0.1750847789375587}, 0.02858446728834397], DiskBox[{-1.0236083995478136, -0.014631590981544663}, 0.0039384318374226035]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.8025689818781715, -0.2634819948127174}, 0.04209702090431296], DiskBox[{-0.19047529014579873, -0.9755569181371675}, 0.13676443511481043], DiskBox[{-1.089898678531896, -0.24150156858861085}, 0.03795063592204435], DiskBox[{-1.0296502378096675, -0.021499288752437125}, 0.005208648694349411]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8408009158713879, -0.19874602812010983}, 0.03308559783491465], DiskBox[{0.07134936992142266, -0.9242948606258954}, 0.1300312754196822], DiskBox[{-1.0827495866744998, -0.3292671226453926}, 0.050105607430027406], DiskBox[{-1.0369221453759074, -0.031177604717947876}, 0.006897153203096047]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8709930067422832, -0.1481135134947521}, 0.025865346928027225], DiskBox[{0.2943713194750814, -0.8197327950960358}, 0.11628562519938863], DiskBox[{-1.0546852763805186, -0.4413118687004671}, 0.06540036917215113], DiskBox[{-1.0454994708869527, -0.044734800643212023}, 0.009145542152685706]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.8953401363865205, -0.10908654787698525}, 0.020133422264676754], DiskBox[{0.4672899738283647, -0.6909455910872544}, 0.09932282764917107], DiskBox[{-0.9915023407333522, -0.5762700413614723}, 0.08361570957437753], DiskBox[{-1.0553221638905106, -0.06362281206707737}, 0.012143945238752592]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9152333343841536, -0.07938510675221944}, 0.015614513780093178], DiskBox[{0.594357801260035, -0.5613398097455812}, 0.08218169385205852], DiskBox[{-0.8765420317027589, -0.723708876023011}, 0.10334440012488975], DiskBox[{-1.066057028239479, -0.08979689365884598}, 0.016145979818824246]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.931588679053741, -0.057046026543057626}, 0.012071796986283086], DiskBox[{0.6860614520886903, -0.44420409174560177}, 0.0665809896632457], DiskBox[{-0.6978918743647076, -0.8602269459993417}, 0.12149568114838463], DiskBox[{-1.0768545509963197, -0.1258453369630696}, 0.02148481557992224], DiskBox[{-1.0186620507478892, -0.00979262124641774}, 0.002981249842249064]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.7147348932744045, -0.2527206201320276}, 0.046393850409470784], DiskBox[{-0.3110255397389132, -0.761098798611876}, 0.10925314089813752], DiskBox[{-1.0348455253602593, -0.20261783368513972}, 0.029449620117403232], DiskBox[{-1.0202210801524834, -0.022073335505502396}, 0.0042379667735697865]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.7708982779317212, -0.1906981667355849}, 0.03727878849644409], DiskBox[{-0.09254363985329728, -0.7495662577213589}, 0.10953291916287208], DiskBox[{-1.0184801282348732, -0.2684448304157761}, 0.03838119678499562], DiskBox[{-1.0244318805020327, -0.030959101845618526}, 0.005595022753268077]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8159067922127006, -0.1411510370746958}, 0.02965912613655057], DiskBox[{0.1135200116280804, -0.6942785650370611}, 0.10381880317419287], DiskBox[{-0.9853387178551929, -0.34977279447960213}, 0.04944016064428426], DiskBox[{-1.0290449711564562, -0.04309731837777158}, 0.007390234501301757]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8522959682661467, -0.10252539796483205}, 0.02340792701787023], DiskBox[{0.29210639444879044, -0.6096580014505564}, 0.09380137775549574], DiskBox[{-0.9268240280904048, -0.4452258253011152}, 0.0625207700917638], DiskBox[{-1.0337895075694625, -0.05958282154861222}, 0.00976442785533312]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.8818652103248177, -0.07303715405858657}, 0.018352061064006633], DiskBox[{0.4380672411454134, -0.5124092290656218}, 0.08158930756950043], DiskBox[{-0.8333557633189019, -0.5486976714014749}, 0.07691645397273146], DiskBox[{-1.03812482890985, -0.08182916203429333}, 0.012900405612603014]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9059227295919765, -0.05094711505990018}, 0.014308833844939117], DiskBox[{0.5535372684896264, -0.41582840288324285}, 0.06894701097504269], DiskBox[{-0.6976199097511518, -0.6476640601282563}, 0.09106737870585124], DiskBox[{-1.0410643748708766, -0.1116153616918737}, 0.017030491809596267]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.9254600067597994, -0.03469428729887182}, 0.011104934261384368], DiskBox[{0.6438641010592611, -0.328030323148118}, 0.05701901415569702], DiskBox[{-0.519697285039736, -0.7242656439083413}, 0.10264442532739969], DiskBox[{-1.040906234203297, -0.15108445930497771}, 0.02243892261301048], DiskBox[{-1.0165247214618909, -0.0156052133770614}, 0.003211843387632425]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.6957735761920958, -0.16685735810405927}, 0.04153811938297401], DiskBox[{-0.21101255185287876, -0.5854180904337266}, 0.09290103039661554], DiskBox[{-0.9765198278344442, -0.21438598163089076}, 0.03005144120040829], DiskBox[{-1.0145266873042313, -0.028766664038040162}, 0.00454990878055072]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.7557065014859303, -0.12134977707289692}, 0.0337140929804119], DiskBox[{-0.02785534711879556, -0.5584541794701816}, 0.09223031254793507], DiskBox[{-0.9418324229012993, -0.2734307697350325}, 0.038428505231075834], DiskBox[{-1.0162524381083635, -0.03916685818022601}, 0.005992493888344137]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8047919742009828, -0.08555613463579279}, 0.027035956160106848], DiskBox[{0.14382305693945982, -0.5054234865811889}, 0.08745198710419053], DiskBox[{-0.8879146047038208, -0.34141565021874865}, 0.04834173790308572], DiskBox[{-1.017409193638511, -0.053000149384556376}, 0.007889077668951963]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8448883468372176, -0.058267823864264254}, 0.021465291281039623], DiskBox[{0.29594187369645564, -0.43623797643979795}, 0.07966105614819272], DiskBox[{-0.8087853385176296, -0.4145827795895717}, 0.05943056645908254], DiskBox[{-1.0173833319083976, -0.071265441436189}, 0.010376232691414734]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.8774992250746839, -0.03805450586736124}, 0.016901981281168807], DiskBox[{0.42560867851698575, -0.36115873301273455}, 0.07017342942153744], DiskBox[{-0.6996613124672036, -0.4857566719441256}, 0.07085287843838572], DiskBox[{-1.0151972483977687, -0.09516585234211519}, 0.01362394652849024]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9038676830787739, -0.023497086661436975}, 0.01321801260081025], DiskBox[{0.5336456838919101, -0.28827201145158843}, 0.060151045295660156], DiskBox[{-0.5594297420751724, -0.5447011666639935}, 0.0812633494677641], DiskBox[{-1.0093380191436332, -0.12607487892003866}, 0.017835527266334767]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.9250436548033801, -0.013314438640632063}, 0.010278968039197953], DiskBox[{0.6226825118322786, -0.2226848866993852}, 0.050434793141925637], DiskBox[{-0.3929064911413755, -0.5804787669739986}, 0.08905996010994105], DiskBox[{-0.9975361658599208, -0.16541608085459214}, 0.02323774762848681], DiskBox[{-1.0126046356820086, -0.020996769771388812}, 0.0034541863808917354]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.6925063040265906, -0.0873218130648861}, 0.03806450615212904], DiskBox[{-0.14038692483292378, -0.42526368533896214}, 0.08213443076260168], DiskBox[{-0.916171793935203, -0.20945965854934812}, 0.030497331327263], DiskBox[{-1.006691001292589, -0.03400289247759689}, 0.004874318696769161]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.7544281729081966, -0.05657957860964475}, 0.031068719037296598], DiskBox[{0.019403082340366355, -0.39163201083103133}, 0.08115652404704936], DiskBox[{-0.8667911431682948, -0.2573772829711103}, 0.03831071617002031], DiskBox[{-1.0054307476847957, -0.04520758943659232}, 0.006401029328851988]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8055489837459103, -0.03350874962349978}, 0.025016933769934472], DiskBox[{0.16996704127317075, -0.3429933367179252}, 0.07706871524491729], DiskBox[{-0.7982328675800369, -0.30847859526182864}, 0.047197068677144516], DiskBox[{-1.0025798843993934, -0.05972525419381742}, 0.008393902623516776]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8473237702666342, -0.016956796185760036}, 0.019917462314325538], DiskBox[{0.30635151709088543, -0.28631304937245317}, 0.07062481954126769], DiskBox[{-0.7071416047024401, -0.3584314793434491}, 0.05669185662631201], DiskBox[{-0.9972335143767298, -0.0783495825209442}, 0.010982610944611611]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.8811069779955824, -0.005642738712496543}, 0.01570995719601186], DiskBox[{0.4264115910404856, -0.22824887273591796}, 0.06273885604268654], DiskBox[{-0.5921286620613144, -0.40112483375848595}, 0.0659894356972481], DiskBox[{-0.9880864065475733, -0.10194186959110918}, 0.014320858992124224]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9081458351964283, 0.0016565099834699136}, 0.012296806812943335], DiskBox[{0.5300348592714481, -0.17391079151005076}, 0.05426716427325665], DiskBox[{-0.4550728239397254, -0.4297160590483366}, 0.0740168531857379], DiskBox[{-0.9733047225653221, -0.1313348211025262}, 0.018579654376266456]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.9295710975517909, 0.006006824354689508}, 0.009565651926286785], DiskBox[{0.6182383939243875, -0.1264652285136369}, 0.045887441079262944], DiskBox[{-0.30164234440276066, -0.4385628161120017}, 0.07966846544127497], DiskBox[{-0.9504015659532906, -0.1671453500214907}, 0.02392856323222944], DiskBox[{-1.0069746831501758, -0.025424788457637553}, 0.003708474786332293]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.7028138232909377, -0.014382903103366644}, 0.035599118112222376], DiskBox[{-0.08718998690107443, -0.2770356765831812}, 0.07535035194680496], DiskBox[{-0.8583856776832781, -0.18866089767070765}, 0.030917843390129467], DiskBox[{-0.9970975960995965, -0.03711870229874018}, 0.005212390084516886]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.7652457637548721, 0.0026139321948836346}, 0.029105129045503504], DiskBox[{0.05806712380463899, -0.2410666713052102}, 0.07429388466542997], DiskBox[{-0.7983691475684849, -0.22303578381376704}, 0.03824585145310566], DiskBox[{-0.9925660815457675, -0.048268046294319064}, 0.006822662706531118]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.816624818400897, 0.013677263653631653}, 0.02345155044707228], DiskBox[{0.1963596863023263, -0.19764657086428222}, 0.07065485787646647], DiskBox[{-0.7206220185053255, -0.25630502485217466}, 0.046320444887902615], DiskBox[{-0.9854712695230612, -0.062308631649026475}, 0.008908656206400615]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8582609367983726, 0.020047188165888172}, 0.0186690180854209], DiskBox[{0.32404373401998543, -0.15185525874625813}, 0.06499196408061333], DiskBox[{-0.6237132992540357, -0.2846847639537023}, 0.05465831257323902], DiskBox[{-0.9747027954558087, -0.07975305058746061}, 0.011591777589904451]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.8915193419285059, 0.02294549593457535}, 0.014715434878827578], DiskBox[{0.43902335827956346, -0.10816002123442423}, 0.05801042522987646], DiskBox[{-0.5080934216398405, -0.3038698605991187}, 0.06254247254706408], DiskBox[{-0.9587704886830467, -0.10105413506707511}, 0.015008496828023554]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9177368468140157, 0.023442357054477725}, 0.011506777716493399], DiskBox[{0.5404135189723505, -0.0697468923255071}, 0.0504125112636636], DiskBox[{-0.3765776318894177, -0.31002526351125576}, 0.06911728568865555], DiskBox[{-0.9357386070575435, -0.12648088824436785}, 0.01929875238187587], DiskBox[{-1.0014700748480785, -0.021540264482032112}, 0.0030287530617202586]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.628170436865576, -0.03834084198726337}, 0.04279487382982867], DiskBox[{-0.23417583039869144, -0.30097325272240966}, 0.07357192892522334], DiskBox[{-0.9032055121145434, -0.15592806814358726}, 0.024582207846761517], DiskBox[{-0.9998734460729984, -0.02836013870594234}, 0.003975524765106013]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.7253385700986302, 0.051345792797375917}, 0.033881999348300544], DiskBox[{-0.043812944342393245, -0.1366209652855211}, 0.0716117485075058], DiskBox[{-0.8066480554198798, -0.15383359231633736}, 0.03144979850626284], DiskBox[{-0.9863276036080103, -0.03756383617388832}, 0.005566797381875281]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.7867511846222902, 0.05513402263170493}, 0.027647342496947547], DiskBox[{0.09371962338640864, -0.100693619362799}, 0.07053599636074166], DiskBox[{-0.7396566759462033, -0.1737191166788863}, 0.03843066373433524], DiskBox[{-0.9784920481908573, -0.047721661253269154}, 0.00726197259184287]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8366192736656625, 0.05474210442827818}, 0.02222228658444703], DiskBox[{0.22615527795434148, -0.06312751331779509}, 0.06712450968300811], DiskBox[{-0.6567954914383114, -0.18966927405711526}, 0.04595170064615082], DiskBox[{-0.9672566661359715, -0.060081844183838384}, 0.009441557933060762]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.8763544030682278, 0.051529746751667056}, 0.017642481701360135], DiskBox[{0.35016248281518136, -0.02775226988529649}, 0.061829725242824526], DiskBox[{-0.5577290266727476, -0.19892731707944916}, 0.05354641894286496], DiskBox[{-0.951404098359087, -0.07484222701314046}, 0.012218839256008907]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.9074853509708536, 0.0466540827917557}, 0.013867961271819225], DiskBox[{0.4632804252056014, 0.0024814507057715905}, 0.055258902520170274], DiskBox[{-0.443602231047341, -0.19898837338569064}, 0.06058039301469335], DiskBox[{-0.9293975052856882, -0.09204651492183678}, 0.015714611321094467]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9315138140263548, 0.04100584196181559}, 0.010815427095311025], DiskBox[{0.5639080374647426, 0.02587330692419218}, 0.04805177111193478], DiskBox[{-0.3171331258788499, -0.1883096562326373}, 0.066338752752026], DiskBox[{-0.8993743596557128, -0.1114679667397724}, 0.020042654573197802], DiskBox[{-0.995310724966056, -0.022757770491604976}, 0.003249774779463265]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.6512670845985674, 0.04197858140813921}, 0.04077943389133581], DiskBox[{-0.18231544299891506, -0.16691738383976437}, 0.07016559492688676], DiskBox[{-0.8592039683269569, -0.13246478082729493}, 0.025284230840774323], DiskBox[{-0.9916992879728503, -0.02933874728273368}, 0.004257004335527916]}, {RGBColor[0.471412, 0.108766, 0.527016], DiskBox[{0.7590640535101131, 0.1087777056866954}, 0.03272004903960289], DiskBox[{-0.004936420254076465, -1.1406453772813772*^-15}, 0.0704328651909263], DiskBox[{-0.7633420946922982, -0.10714689642631556}, 0.032229505884302324], DiskBox[{-0.975118181943907, -0.03495603744048763}, 0.005941970939609228]}, {RGBColor[0.246296, 0.31595666666666666`, 0.80044], DiskBox[{0.8176385569579526, 0.09967727058213041}, 0.026557184138518517], DiskBox[{0.1305557507916474, 0.03421695513965138}, 0.06931307726792524], DiskBox[{-0.6922667437437724, -0.11243119100688714}, 0.03904201214127605], DiskBox[{-0.964206078870944, -0.043187093734628375}, 0.00772639696560486]}, {RGBColor[0.324106, 0.6089696666666666, 0.7083413333333334], DiskBox[{0.8640839104890047, 0.08841830051348432}, 0.021233351238594267], DiskBox[{0.26224522201746475, 0.06491515586371374}, 0.06590710007048141], DiskBox[{-0.6069397884090046, -0.11206675534383004}, 0.04628572145134869], DiskBox[{-0.949256238872736, -0.05272209591314377}, 0.010005325525915692]}, {RGBColor[0.513417, 0.72992, 0.440682], DiskBox[{0.900141140654633, 0.07640223809956208}, 0.01677335347455309], DiskBox[{0.38642277798684294, 0.08921060372366417}, 0.06062484922788186], DiskBox[{-0.5074304738980823, -0.10441425791407746}, 0.05351740671278268], DiskBox[{-0.9290340635398825, -0.06344861188031627}, 0.01288560106054375]}, {RGBColor[0.764712, 0.7283023333333333, 0.27360833333333334`], DiskBox[{0.9276238026183896, 0.06462829960718723}, 0.013125180540283271], DiskBox[{0.4999451405482152, 0.10546315907549195}, 0.05405501978573306], DiskBox[{-0.39487281632185095, -0.08852169571175322}, 0.060156688015976297], DiskBox[{-0.9020607692993751, -0.07504817365477875}, 0.01647608205784289]}, {RGBColor[0.901627, 0.5398719999999999, 0.208366], DiskBox[{0.9482381665742357, 0.053724110818488505}, 0.010195482710226347], DiskBox[{0.6005297303970859, 0.11341748199534554}, 0.046843597490118676], DiskBox[{-0.2714594362918076, -0.06457230137228608}, 0.06555900654785762], DiskBox[{-0.8666475625700245, -0.08691288743504308}, 0.020871831457416612], DiskBox[{-0.9885955583411066, -0.022246281508897445}, 0.003484843530453641]}, {RGBColor[0.857359, 0.131106, 0.132128], DiskBox[{0.6869514665452056, 0.11398037980113004}, 0.03957997182285861], DiskBox[{-0.1402599295852233, -0.034125133666158866}, 0.06912707506927182], DiskBox[{-0.8209902281928035, -0.09806974081327349}, 0.026128887257691157], DiskBox[{-0.9829876552651916, -0.028008291498374194}, 0.004555637551402556]}}]], "Output", CellChangeTimes->{ 3.761583467302136*^9, 3.761584529612191*^9, {3.761585176737672*^9, 3.761585182379881*^9}, {3.761586315770317*^9, 3.76158632669048*^9}, 3.761586405393764*^9, {3.7615914634581137`*^9, 3.761591500937251*^9}, 3.76159443192767*^9, {3.761594463045434*^9, 3.761594480119001*^9}, 3.761599185776784*^9, 3.761646632463772*^9, 3.7616467157798033`*^9, 3.761647039626216*^9, 3.761648354881562*^9, 3.762788692602014*^9, 3.762788952775597*^9}, CellLabel->"Out[137]=", CellID->956375220] }, Open ]] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Source & Additional Information", "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Source & Additional Information"}, CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116], Cell[CellGroupData[{ Cell[TextData[{ "Contributed By", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Contributed By", Cell[ BoxData[ FrameBox[ Cell[ "Enter the name of the person, people or organization that should be \ publicly credited with contributing this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoContributedBy"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Contributed By"}, DefaultNewCellStyle->"Text", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256], Cell["Dieter Steemann", "Text", CellID->990503531] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Keywords", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Keywords", Cell[ BoxData[ FrameBox[ Cell[ "List relevant terms (e.g. functional areas, algorithm names, related \ concepts) that should be used to include the function in search results.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoKeywords"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Keywords"}, DefaultNewCellStyle->"Item", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425], Cell["logarithmic spiral", "Item", CellID->57854230], Cell["M\[ODoubleDot]bius transform", "Item", CellID->960531069], Cell["hexagonal circle packings", "Item", CellID->778299503] }, Open ]], Cell[CellGroupData[{ Cell["Categories", "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Categories"}, DefaultNewCellStyle->"Item", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "3D Visualization"}], "\" \"", "\"3D Visualization\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Accessibility"}], "\" \"", "\"Accessibility\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Array Manipulation"}], "\" \"", "\"Array Manipulation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Cloud & Deployment"}], "\" \"", "\"Cloud & Deployment\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Core Language & Structure"}], "\" \"", "\"Core Language & Structure\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Data Manipulation & Analysis"}], "\" \"", "\"Data Manipulation & Analysis\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Engineering Data & Computation"}], "\" \"", "\"Engineering Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "External Interfaces & Connections"}], "\" \"", "\"External Interfaces & Connections\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Financial Data & Computation"}], "\" \"", "\"Financial Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Geographic Data & Computation"}], "\" \"", "\"Geographic Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Geometry"}], "\" \"", "\"Geometry\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Graphs & Networks"}], "\" \"", "\"Graphs & Networks\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Higher Mathematical Computation"}], "\" \"", "\"Higher Mathematical Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Images"}], "\" \"", "\"Images\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Just For Fun"}], "\" \"", "\"Just For Fun\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[ False, {False, "Knowledge Representation & Natural Language"}], "\" \"", "\"Knowledge Representation & Natural Language\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Machine Learning"}], "\" \"", "\"Machine Learning\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Notebook Documents & Presentation"}], "\" \"", "\"Notebook Documents & Presentation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Programming Utilities"}], "\" \"", "\"Programming Utilities\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Repository Tools"}], "\" \"", "\"Repository Tools\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[ False, {False, "Scientific and Medical Data & Computation"}], "\" \"", "\"Scientific and Medical Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Social, Cultural & Linguistic Data"}], "\" \"", "\"Social, Cultural & Linguistic Data\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Sound & Video"}], "\" \"", "\"Sound & Video\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Strings & Text"}], "\" \"", "\"Strings & Text\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Symbolic & Numeric Computation"}], "\" \"", "\"Symbolic & Numeric Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "System Operation & Setup"}], "\" \"", "\"System Operation & Setup\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Time-Related Computation"}], "\" \"", "\"Time-Related Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "User Interface Construction"}], "\" \"", "\"User Interface Construction\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[ "Visualization & Graphics", {False, "Visualization & Graphics"}], "\" \"", "\"Visualization & Graphics\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Wolfram Physics Project"}], "\" \"", "\"Wolfram Physics Project\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxVj0sLAjEMhFF87Ip49ujJ2/\ 6IxReCoBjxXmvUYrctTXJYf70tgugpgW8mM6mLCvrArUUY7IWDcAXDxQP1E6+\ 3DvV2hhimZ0OirHkpNt7N5rNNVOFhNCXvlrEhKmth3ySsKygO0QeM3MJooRjvPhpMyuE+ZDfdup+\ reR7FIhWrq2F1SVt/rSzhF5RLtPhLcjVvpXH/\ gZOtY4whJm1OgLJ2LciFMP0yPiJ5iRpPbUAo1uJ01rwByw5WFw=="}, CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->63114265] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Symbols", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Related Symbols", Cell[ BoxData[ FrameBox[ Cell[ "List up to twenty documented, system-level Wolfram Language symbols \ related to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedSymbols"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Related Symbols"}, DefaultNewCellStyle->"Item", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169], Cell["SymbolName (documented Wolfram Language symbol)", "Item", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->768332473] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Resource Objects", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Related Resource Objects", Cell[ BoxData[ FrameBox[ Cell[ "List the names of published resource objects from any Wolfram \ repository that are related to this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedResourceObjects"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Related Resource Objects"}, DefaultNewCellStyle->"Item", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472], Cell["Resource Name (resources from any Wolfram repository)", "Item", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->873143661] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Source/Reference Citation", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Source/Reference Citation", Cell[ BoxData[ FrameBox[ Cell[ "Give a bibliographic-style citation for the original source of the \ function and/or its components (e.g. a published paper, algorithm, or code \ repository).", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSourceReferenceCitation"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Source/Reference Citation"}, DefaultNewCellStyle->"Text", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552], Cell["\<\ [1] D. Mumford, C. Series and D. Wright, Indra's Pearls: The Vision of Felix \ Klein, Cambridge: Cambridge University Press, 2006 pp. 62. [2] J. Leys, \"Hexagonal Circle Packings and Doyle Spirals.\" (Feb 2, 2017) \ www.josleys.com/articles/HexCirclePackings.pdf. [3] A. Sutcliffe, \"Doyle Spiral Circle Packings Animated.\" (Feb 2, 2017) \ archive.bridgesmathart.org/2008/bridges2008-131.html.\ \>", "Text", CellID->979328729] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Links", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Links", Cell[ BoxData[ FrameBox[ Cell[ "List additional URLs or hyperlinks for external information related \ to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoLinks"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Links"}, DefaultNewCellStyle->"Item", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773], Cell[TextData[ButtonBox["Doyle Spirals and M\[ODoubleDot]bius Transformations\ \[Dash]Wolfram Demonstrations Project", BaseStyle->"Hyperlink", ButtonData->{ URL["http://demonstrations.wolfram.com/\ DoyleSpiralsAndMoebiusTransformations/"], None}, ButtonNote-> "http://demonstrations.wolfram.com/DoyleSpiralsAndMoebiusTransformations/"]]\ , "Item", CellID->742270744] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Tests", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"VerificationTests", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Specify an optional list of tests for verifying that the function \ is working properly in any environment. Tests can be specified as \ Input/Output cell pairs or as symbolic ", Cell[ BoxData[ StyleBox[ TagBox[ ButtonBox[ StyleBox[ "VerificationTest", "SymbolsRefLink", ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"], BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, { "Link"}]], ButtonData -> "paclet:ref/VerificationTest", ContentPadding -> False], MouseAppearanceTag["LinkHand"]], ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"]]], " expressions for including additional options."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoVerificationTests"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "VerificationTests"}, DefaultNewCellStyle->"Input", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448], Cell[BoxData[ Marketplace`Private`getTemplateTests[ "Function", <| "Name" -> "DoyleSpiral", "UUID" -> "0c0653fc-ff4a-4e2d-93cd-3a83183e18b5", "ResourceType" -> "Function", "Version" -> "1.0.0", "Description" -> "Plot Doyle spirals", "Keywords" -> { "logarithmic spiral", "M\[ODoubleDot]bius transform", "hexagonal circle packings"}, "Attributes" -> {}, "AutoUpdate" -> Automatic, "LatestUpdate" -> DateObject[{2019, 3, 29}, "Day", "Gregorian", -5.], "ShortName" -> "DoyleSpiral", "AlternativeNames" -> {}, "AutoCopyExampleNotebook" -> True, "Categories" -> {"Visualization & Graphics"}, "ContributedBy" -> "Dieter Steemann", "DefinitionNotebook" -> "marketplacestorage/resources/0c0/0c0653fc-ff4a-4e2d-93cd-3a83183e18b5/\ DefinitionNotebook/original.nb", "Details" -> "", "Discoverable" -> Automatic, "DisplayedSourceFields" -> {}, "Documentation" -> <|"Usage" -> {<|"Usage" -> BoxData[ RowBox[{ StyleBox[ RowBox[{ StyleBox["ResourceFunction", "ResourceFunctionSymbol"], "[", StyleBox["\"DoyleSpiral\"", "ResourceFunctionName"], "]"}], "ResourceFunctionHandle"], "[", RowBox[{ StyleBox["p", "TI"], ",", StyleBox["q", "TI"]}], "]"}]], "Description" -> TextData[{"plots Doyle spirals for values ", StyleBox["p", "TI"], " spiral arms and ", StyleBox["q", "TI"], " circles per spiral revolution."}]|>}, "Notes" -> { Cell[ "Doyle spirals are special logarithmic spirals of touching circles in \ which every circle is surrounded by a corona of six touching circles. A \ linear fractional transformation (or M\[ODoubleDot]bius transformation) is \ applied to map such spirals (in particular, circle packings) into double \ spirals.", "Notes", CellTags -> {"TabNext"}, CellID -> 107622986], Cell[ TextData[{ "A logarithmic spiral starts at the origin and winds around the \ origin at an ever-increasing distance. The M\[ODoubleDot]bius transformation \ ", Cell[ BoxData[ FormBox[ RowBox[{ StyleBox["z", "TI"], "\[Rule]", RowBox[{ RowBox[{"(", RowBox[{ StyleBox["z", "TI"], "-", "1"}], ")"}], "/", RowBox[{"(", RowBox[{ StyleBox["z", "TI"], "+", "1"}], ")"}]}]}], TraditionalForm]], "InlineMath"], " maps the points ", Cell[ BoxData[ FormBox[ RowBox[{"(", RowBox[{"0", ",", "1", ",", "\[Infinity]"}], ")"}], TraditionalForm]], "InlineMath"], " of the real axis of the complex plane to the points ", Cell[ BoxData[ FormBox[ RowBox[{"(", RowBox[{ RowBox[{"-", "1"}], ",", "0", ",", "1"}], ")"}], TraditionalForm]], "InlineMath"], " on the real axis. Because M\[ODoubleDot]bius transformations \ preserve circles, the result is a new circle packing in the shape of a double \ spiral centered at ", Cell[ BoxData[ FormBox[ RowBox[{"+", "1"}], TraditionalForm]], "InlineMath"], " and ", Cell[ BoxData[ FormBox[ RowBox[{"-", "1"}], TraditionalForm]], "InlineMath"], " on the real axis."}], "Notes", CellID -> 494788813], Cell[ TextData[{ Cell[ BoxData["\"GraphicType\""], "InlineFormula", FontFamily -> "Source Sans Pro"], " can be any of:"}], "Notes", CellID -> 2048175596], Cell[ BoxData[ GridBox[{{ Cell["\"Basic\"", "TableText"], Cell[ TextData[{"a spiral with parameters ", Cell[ BoxData[ StyleBox["P", "TI"]], "InlineFormula", FontFamily -> "Source Sans Pro"], " and ", Cell[ BoxData[ StyleBox["Q", "TI"]], "InlineFormula", FontFamily -> "Source Sans Pro"]}], "TableText"]}, { Cell["\"Moebius\"", "TableText"], Cell[ "a basic spiral under M\[ODoubleDot]bius transformation", "TableText"]}, { Cell["\"PQGraph\"", "TableText"], Cell[ TextData[{"a spiral with elements along the ", Cell[ BoxData[ StyleBox["P", "TI"]], "InlineFormula", FontFamily -> "Source Sans Pro"], "- and ", Cell[ BoxData[ StyleBox["Q", "TI"]], "InlineFormula", FontFamily -> "Source Sans Pro"], "-axes in basic spiral"}], "TableText"]}}]], "TableNotes", CellID -> 569506975]}|>, "ExampleNotebook" -> CloudObject[ "https://www.wolframcloud.com/objects/11139327-b2ef-4fac-a6be-\ 9fc9db14c908"], "ExternalLinks" -> { Hyperlink[ "Doyle Spirals and M\[ODoubleDot]bius Transformations\[Dash]Wolfram \ Demonstrations Project", "http://demonstrations.wolfram.com/\ DoyleSpiralsAndMoebiusTransformations/"]}, "OriginalUUID" -> "74c33e6f-e33a-4d39-81ae-c9667319f9e0", "Originator" -> Missing["NoInput"], "PermissionsGroups" -> {}, "PricingInformation" -> 0, "Public" -> True, "PublisherUUID" -> "1ca97c83-1e23-4ef8-a6ef-83680a155d35", "ReleaseDate" -> DateObject[{2019, 3, 29}, "Day", "Gregorian", -5.], "SeeAlso" -> {}, "SourceMetadata" -> <| "Citation" -> { "[1] D. Mumford, C. Series and D. Wright, Indra's Pearls: The Vision of \ Felix Klein, Cambridge: Cambridge University Press, 2006 pp. 62.\n\n[2] J. \ Leys, \"Hexagonal Circle Packings and Doyle Spirals.\" (Feb 2, 2017) \ www.josleys.com/articles/HexCirclePackings.pdf.\n\n[3] A. Sutcliffe, \"Doyle \ Spiral Circle Packings Animated.\" (Feb 2, 2017) \ archive.bridgesmathart.org/2008/bridges2008-131.html."}|>, "StoredElements" -> {Automatic}, "SubmissionID" -> "3822", "SubmissionUUID" -> "bcb91c8a-1277-4015-a87f-c1a3075c0349", "Submitter" -> "enriquez@wolfram.com", "SymbolName" -> "FunctionRepository`$74c33e6fe33a4d3981aec9667319f9e0`DoyleSpiral", "VersionHistory" -> <| "1.0.0" -> <| "Timestamp" -> DateObject[{2019, 3, 29, 15, 43, 0.758311`6.632422345033967}, "Instant", "Gregorian", -5.], "Approver" -> "pacoj@wolfram.com", "SubmissionID" -> "3822", "Submitter" -> "enriquez@wolfram.com", "SubmissionUUID" -> "bcb91c8a-1277-4015-a87f-c1a3075c0349", "OriginalUUID" -> "74c33e6f-e33a-4d39-81ae-c9667319f9e0"|>|>, "WolframLanguageVersionRequired" -> "11.3", "VerificationTests" -> Missing["NotFound"]|>, Missing[]]], "Input", CellID->505255856] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Compatibility", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Compatibility", Cell[ BoxData[ FrameBox[ Cell[ "Specify any known compatibilities for your resource to ensure it is \ discoverable on the correct platforms.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibility"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Compatibility"}, CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822], Cell[CellGroupData[{ Cell[TextData[{ "Wolfram Language Version", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityWolframLanguageVersionRequired", Cell[ BoxData[ FrameBox[ Cell[ "Enter required Wolfram Language Version (e.g. 12.1+).", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> { "SectionMoreInfoCompatibilityWolframLanguageVersionRequired"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{ "TemplateGroupName" -> "CompatibilityWolframLanguageVersionRequired"}, DefaultNewCellStyle->"Text", FontSize->16, CellTags->{ "CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016], Cell["12.3+", "Text", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Operating System", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityOperatingSystem", Cell[ BoxData[ FrameBox[ Cell[ "Select all operating systems where your resource is expected to \ function properly.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityOperatingSystem"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityOperatingSystem"}, DefaultNewCellStyle->"Item", FontSize->16, CellTags->{ "CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox["Windows", {False, "Windows"}], "\" \"", "\"Windows\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["MacOSX", {False, "MacOSX"}], "\" \"", "\"Mac\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Unix", {False, "Unix"}], "\" \"", "\"Unix\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxNkNuKwkAMhsEerLDsE/gKfQipCoJLF7PL7m0PUQenM8Mkg87bmwot3iX5/\ 3w5bIoSMuCoEfI6sAtcwrK6YnfD/pxQelTEsPxTprd3gvyr6Wr4h/\ TXqIc0HhgHmmznBaWnIKDZPgWzkkj/\ BJmLL9iELL69deg5wrqyg2tYtUorjrUUJTEXiCRDZcnasbLmxX6fTsWuV9y0EmX7RhPOwmqLGt+\ V8VKrw2CoSkr4PBhG77xYRjCsNiZCaAnlIx8nJBt8hz/RIRT7YLrR8wRtF2wJ"}, CellTags->{ "CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Required Features", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityFeatures", Cell[ BoxData[ FrameBox[ Cell[ TextData[{"Choose any other features that are ", Cell[ BoxData[ StyleBox[ StyleBox["required", "TI"], ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"]]], " in order to use your resource."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityFeatures"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityFeatures"}, DefaultNewCellStyle->"Item", FontSize->16, CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Notebooks"}], "\" \"", "\"Notebooks\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Parallel Kernels"}], "\" \"", "\"Parallel Kernels\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Cloud Access"}], "\" \"", "\"Cloud Access\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxlUM1qwzAMHmuzJlDKLrv3BfIQIVugrKyl2gs4jsJMFdtY8sFvP2eDkLHb96cPSU1ZQw\ GSCOHpEsVHqWHXfqG+4zA+8PZsOCvFSXDicfPLx0fe3mKeqD6cYO/cnVdwcZ+vKigipOM7BovE/\ 5Ulu2/JxeHYaI3Mf1kN5TU4j0ESvLRu8kpMb8hI6lBJDJgTu4sX4+\ xP33pDLt8GI6rPqOgUMS5G9YqEa2c+21GcLLebGg4nKxh8yJG5GKrGJog9Y37G/\ obsYtD4mTxC2UWr58w3NfBx2Q=="}, CellTags->{ "CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Environments", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityEvaluationEnvironment", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Select all evaluation environments where your resource is expected \ to be compatible. See ", Cell[ BoxData[ StyleBox[ TagBox[ ButtonBox[ StyleBox[ "$EvaluationEnvironment", "SymbolsRefLink", ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"], BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, { "Link"}]], ButtonData -> "paclet:ref/$EvaluationEnvironment", ContentPadding -> False], MouseAppearanceTag["LinkHand"]], ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"]]], " for more details."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityEvaluationEnvironment"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityEvaluationEnvironment"}, DefaultNewCellStyle->"Item", FontSize->16, CellTags->{ "CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox["Session", {False, "Session"}], "\" \"", TemplateBox[{"\"Session\"", "\"Local or cloud interactive session\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Script", {False, "Script"}], "\" \"", TemplateBox[{"\"Script\"", "\"Script run in batch mode\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Subkernel", {False, "Subkernel"}], "\" \"", TemplateBox[{"\"Subkernel\"", "\"Parallel or grid subkernel\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox["WebEvaluation", {False, "WebEvaluation"}], "\" \"", TemplateBox[{ "\"WebEvaluation\"", "\"Cloud evaluation initiated by an HTTP request\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["WebAPI", {False, "WebAPI"}], "\" \"", TemplateBox[{"\"WebAPI\"", "\"API called through an HTTP request\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Scheduled", {False, "Scheduled"}], "\" \"", TemplateBox[{"\"Scheduled\"", "\"Scheduled task\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox["BatchJob", {False, "BatchJob"}], "\" \"", TemplateBox[{"\"BatchJob\"", "\"Remote batch job\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], "\<\"\"\>", "\<\"\"\>"} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxdUdFqwzAMhK1tEtj2EXvPR3RpChmDlmqw58RRialjG0su5O/\ nlMTJ9mRJd9yd5H2awxZ4UAi7k2frOYek6FDcsL0mtPmSxJAAEkmjYQfCScuQgW9u6DQqeP3BprzXy\ tf8YIR2f64CQ3TYeoUtpB81i+7TNMGpYuxp1r0+0eYSKIv+XERkNpzeOF8FWMqI/\ sv0t120p6jTu9KO0ZcyonGb9V7p2RmLjgd4L0xvg08jleRhcS31XTqje9TjgU92nNEouj4EpWUruW5\ CtT3WijAC2QEVrpHxl4zyvabiOYe3SjM66wLlsXG210M4C2Ewe7kgGe8Efg82xD96LUbOL+VQrkA=\ "}, CellTags->{ "CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Cloud Support", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityCloudSupport", Cell[ BoxData[ FrameBox[ Cell[ "Specify whether your resource is expected to work in the public \ cloud.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityCloudSupport"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityCloudSupport"}, DefaultNewCellStyle->"Text", FontSize->16, CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox[True, {False, True}], "\" \"", "\"Supported in cloud\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxNjkEKwkAMRVGqVhAX7tx5gR5Cq0JBqBgvUNsUB6eTYZIsentnQMVdyH/vJ/\ u8gBnIaBHmtYpXKWBRPrF9YddPOLsYFs7uQTFyleDA320/\ 5eym0duAek9BsNsZt2stafc18msgj0FG2JY0+EbMw1gjY5mgjxbv1V4MOU6N/\ 82cnzojzSNOs3NjGX/B8ogW/5P0NFkdHJeTAtaVEww+RCQVw+\ JAZLFxBaxuyKShxfvoEfKzujYRb6FXWpA="}, CellTags->{ "CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203] }, Closed]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Author Notes", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Author Notes", Cell[ BoxData[ FrameBox[ Cell[ "This section, when used, will appear near the bottom of the \ published resource. Content displayed in this section can include background, \ possible improvements, additional information and/or implementation details \ that are otherwise beyond the scope of the function documentation.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoAuthorNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Author Notes"}, DefaultNewCellStyle->"Text", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591], Cell["Additional information about limitations, issues, etc.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->958952487] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Submission Notes", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Submission Notes", Cell[ BoxData[ FrameBox[ Cell[ "Enter any additional information that you would like to communicate \ to the reviewer here. This section will not be included in the published \ resource.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSubmissionNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Submission Notes"}, DefaultNewCellStyle->"Text", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765], Cell["Additional information for the reviewer.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->604291542] }, Open ]] }, Open ]] }, WindowSize->Automatic, WindowMargins->Automatic, WindowTitle->"DoyleSpiral | Definition Notebook", TaggingRules->{"CompatibilityTest" -> HoldComplete[ BinaryDeserialize[ BaseDecode[ "OEM6eJzVWVtT20YUrjEQBhxaMulMkyc98EAyadJpO9NL2iauDcQdIMCa9JW1dGQ0rHeV3RWg\ X9a/17MrydhGciTbTFNPJsja1XfOnut3LH9JPWqJQSgi7u3ehBKUCgT3a2rlJApA+/nLS2qp4+P/\ 9Sb38M/K7seIMrW5/QGkWT+KBj2Q0refnbdmB6EDOMGLRiuSErj+QFkE/\ hfq0e4VXlFtnhIaekJc4q7lg0Bp1ejSfj/g/dOIgSKNU1Aiki504xDIcptqimouv+\ cuFGq58icT7qXZlgButwTXcKOPqb7w60UnPwLwFNnJ5JFYaRi0WIBqn7fBD3gwqu757SOOUSp7LG+\ rWj6KGEPFXt5dTAWcQh9VBYma+kE/ktY0w+O+KavUKYRCBVrIOAFMcFQKVLf+\ q6m1PRqwSKJnaurhMXUZ6A5XmjJGvinS0F+\ dxdgzmbXRFWOeWSdaYjz8JQIjr35IQ3uGiLvmSX8lkUyeFBrXKkeVCeuNBIuELNDmNmFCt2qkdk6Wf\ v195MbS63WrPMavIs/KKv/\ cXy6wUp2AkbfeFtfcJoFSv5RFzS7eRxrdCJ5JqHX0NKMuNDGuFgi7YZKuDYzG4CHuxjvBPHQkBiZXf\ 5QFPpbBFQKeXyVlYV8CfpPqwRlXaTnIsUa7KjoNQ+DeGb+\ g3GPgtYAxNdUwi5IwxUb4tbKVXITFipcikK0uDPAAGoy4fSmicH5QzN1Gk5krLAdXGNBft3BTX8gA1\ LetC3Ave+IGb2/e3jbSSSNbs982UR6NmLb5zXWOpuTL7BaBJDdzXV26mg0doS674iz08Dqt+\ 8VeXgD4mIPreONBlgJr+0z0KDu/MC1t1KLqp7Ji90G/\ CzwPeFKIyqfrHuVu3LoQgQvtgDLRH1WskSomNXZJ7K9YlCm/\ zFOd4uqWXTU9icDHCPDU5FFqAeZlAk+\ wXQzPOy5gBCxrKStdGdnUnrNKVGl22UUWdCkNUd9XVYH3quRYSmUmpY5ZKLPnEVwP7Zlr4yRB1GFVl\ bcjBQfQp27c6XMhk+qU+VotG2/kJ9/rspJycCcSb1oazilmWo1dUqsH+\ KQtjHtV7dYHnZWxcYkLSyVMiQ3UHLAuUgXqPtQtzEak0JY1r5rdnbbJS6ufetDBmt3HSF3rcCss/\ oSR60OtCw6eApeue9mJ1LAz3IHt3Vp7KH5EZk3tVm6DlAseuJQdSxECWsvyuVl1HlE0f4hYSotho6m\ UcAPLvU9Us3Juh6m2JEb144GJobWmJSNdsRg4GyZkk1igQ9DUM/\ NBOoGRtVagkwHkSbLj1Sn4IE10O9nSbXVZjFdGhE6olUxPwxkqGUGXD9Dmd0bPL+zn+\ VucCeYZVqZMEhX4/fNClGqEvhrONAb/YyESDoGXtA/ERYdU4+1nhZhJt8uLg0TYzET+3kROZ/\ YlrVeGz88E9Zmx+OP5vVCB1t+HtFl4/k6hHpPEvjht/ydMfqZqgQDffbJeTVLn1tzOtQz+\ VSHMfVD2YqXHzDMzUX9RiD8fM6+KW5aK/1bOHv8tAZ9Lyc+Idv9ceA7iShpi/ZnMkHl49+\ uS7SqXbc+s6ox0uzPlN/bsx3HMtiicFDuddi8UdpH0ex7nlCTdtbHf2yfeAuUz8R/sZ+etcc9oqyP/\ 1LoXgXJ4qqpjqBiVytHC6YHj2i7iOb4UA4c6HK5BOmmHeeEogf8G4Pi4KcIocAY0NkjOtZCIpBy4CT\ F2wHvptIUTi8i5DtSFgdYydmikxQAPizZgseMKjrgaw8/RYwrhboqrgxC39hhk0t/cTg/\ 1dHpYy6aH8TlCbaLrk2YjJJVx4TBiHTj5bmz4CqLgfdhDgg6L1CGioG9x+\ xY6tG9AO9zDs2EcDuvRetMalxpasHaEJNB0BOvNVRIPeoKRp8nbn0PKEUyeJ9+Snkce5811pZ/+\ KouXDOV2vNqeXMp9D7QyIujZnSeKiMG4/\ WyabbVsUI30dbWyR5mC4Y6npzAQV7A7CHW8e0ORJGTUV01ufdzMGR2GbTwVmCj3d8A9cd0NNHoiRcl\ 98fkvn3IKDA=="]]], "CreationTimestamp" -> 3.854119914662125`16.338500212054868*^9, "DefinitionNotebookFramework" -> "DefinitionNotebookClient", "ResourceCreateNotebook" -> True, "ResourceType" -> "Function", "RuntimeConfiguration" -> { "LoadingMethod" -> "Paclet", "PacletName" -> "FunctionResource", "Contexts" -> { "FunctionResource`", "FunctionResource`DefinitionNotebook`"}, "DefaultContentMethod" -> "Legacy"}, "ToolsOpen" -> False, "UpdatedTimestamp" -> 3.854119914767824`16.338500212066776*^9, "VersionInformation" -> {"ResourceVersion" -> "1.0.0"}, "TemplateVersion" -> "1.6.3", "StatusMessage" -> "", "SubmissionReviewData" -> {"Review" -> False}}, CreateCellID->True, FrontEndVersion->"13.0 for Linux x86 (64-bit) (November 22, 2021)", StyleDefinitions->Notebook[{ Cell[ StyleData[StyleDefinitions -> "Default.nb"]], Cell[ StyleData[All, "Working"], DockedCells -> { Cell[ BoxData[ TemplateBox[{}, "MainGridTemplate"]], "DockedCell", CellMargins -> {{-10, -10}, {-8, -8}}, CellFrame -> 0, Background -> RGBColor[0.921569, 0.341176, 0.105882], CellTags -> {"MainDockedCell"}, CacheGraphics -> False], Cell[ BoxData[ TemplateBox[{}, "ToolsGridTemplate"]], "DockedCell", TaggingRules -> {"Tools" -> True}, CellTags -> {"ToolbarDockedCell"}, CellFrameMargins -> {{0, 0}, {2, 2}}, CellFrame -> {{0, 0}, {1, 0}}, CacheGraphics -> False, CellOpen -> Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]]]}, PrivateNotebookOptions -> { "FileOutlineCache" -> False, "SafeFileOpen" -> "IgnoreCache"}, CellLabelAutoDelete -> False, CodeAssistOptions -> {"AutoDetectHyperlinks" -> False}, AutoQuoteCharacters -> {}], Cell["Hint Styles", "Section"], Cell[ StyleData["MoreInfoText", StyleDefinitions -> StyleData["Text"]], FontColor -> GrayLevel[0.25]], Cell[ StyleData["ErrorText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, Inherited}, {10, 10}}, CellElementSpacings -> {"CellMinHeight" -> 0, "ClosedCellHeight" -> 0}, FontWeight -> Bold, FontColor -> RGBColor[1, 0, 0]], Cell[ StyleData["WarningText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, 35}, {0, 0}}, FontSize -> 14, GridBoxOptions -> {BaseStyle -> {}}], Cell["Template Boxes", "Section"], Cell[ StyleData["MoreInfoOpenerIconTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> GraphicsBox[{ Thickness[0.09090909090909091], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "], CurveClosed -> {1}]}, { JoinForm[{"Miter", 3.25}], Thickness[0.04581818181818182], RGBColor[0.627441, 0.627441, 0.627441, 1.]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQLTQ3t12zRcShJLdco9dU3mHepS6LtrvCcP4+Xv/m N77CDovcOdKu58g7FPjtSo+5KuTw57fmw+zb8g5K/ao+Z2KEHHRuqOoxqCo4 1OhH27UoCDnsSqhWX5aN4K+ZPvXO8oMI/txz6yeuFFeE67fRSpTaE6sIN79j 1cqy+5MV4fZf1fp0iemUItx9v7PEGkWeKjrA3A/jf+Fa9FHHQBTOX+1ud9n/ oChcv3mwk84kczG4+Yfi3FqvrBWD29+RcmLj1xdicPfB+DD3w/gw/8H0w/wP Mx8WPjD7YeEHcx8sfNHDHwBu/qSR "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQvf+bus9hGwmHDp1Dj7Lq+R1g/C8aMf2HvvI4TGr/ 8PXaHQEMPkz934jyRxrThRx4jt4OchAXgPMDH16pmH8JwZ97RmCl6XRBOP9D W/9jplQhOF+/1m7LFGNhOJ/l29N9k18i+AUfW5kZ2kXg/Ple3+bO/C4K5+fN DQ4+fUAMzt9xf9q57xnicH6N4AF++Q8IvqPzywC3cgk4PyFkivMkFkk4/4bL wedMMyQdDs1vE5FYJOBwYaHqp4u3EPzQT5dO7vwk5SCxtot3p4WYw73/Kfef X5RxYLv4XzxkhpjDona/Xv0OBH+hx9ZwiywJOB/mHxgf5l8Y30/526VcIyR+ 5Tb7vkQhON/3fNmadRME4fxHts2x9mcF4HxYfKDHLwCFIt67 "]}]}, { FaceForm[ RGBColor[0.627441, 0.627441, 0.627441, 1.]]}, StripOnInput -> False]}, ImageSize -> {11., 11.}, PlotRange -> {{0., 11.}, {0., 11.}}, AspectRatio -> Automatic], True -> GraphicsBox[{ Thickness[0.09090909090909091], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "], CurveClosed -> {1}]}, { JoinForm[{"Miter", 3.25}], Thickness[0.04581818181818182], RGBColor[0.5, 0.5, 0.5, 1.]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "]]}, { FaceForm[ RGBColor[0.5, 0.5, 0.5, 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQLTQ3t12zRcShJLdco9dU3mHepS6LtrvCcP4+Xv/m N77CDovcOdKu58g7FPjtSo+5KuTw57fmw+zb8g5K/ao+Z2KEHHRuqOoxqCo4 1OhH27UoCDnsSqhWX5aN4K+ZPvXO8oMI/txz6yeuFFeE67fRSpTaE6sIN79j 1cqy+5MV4fZf1fp0iemUItx9v7PEGkWeKjrA3A/jf+Fa9FHHQBTOX+1ud9n/ oChcv3mwk84kczG4+Yfi3FqvrBWD29+RcmLj1xdicPfB+DD3w/gw/8H0w/wP Mx8WPjD7YeEHcx8sfNHDHwBu/qSR "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQvf+bus9hGwmHDp1Dj7Lq+R1g/C8aMf2HvvI4TGr/ 8PXaHQEMPkz934jyRxrThRx4jt4OchAXgPMDH16pmH8JwZ97RmCl6XRBOP9D W/9jplQhOF+/1m7LFGNhOJ/l29N9k18i+AUfW5kZ2kXg/Ple3+bO/C4K5+fN DQ4+fUAMzt9xf9q57xnicH6N4AF++Q8IvqPzywC3cgk4PyFkivMkFkk4/4bL wedMMyQdDs1vE5FYJOBwYaHqp4u3EPzQT5dO7vwk5SCxtot3p4WYw73/Kfef X5RxYLv4XzxkhpjDona/Xv0OBH+hx9ZwiywJOB/mHxgf5l8Y30/526VcIyR+ 5Tb7vkQhON/3fNmadRME4fxHts2x9mcF4HxYfKDHLwCFIt67 "]}]}, { FaceForm[ RGBColor[0.999985, 0.999985, 0.999985, 1.]]}, StripOnInput -> False]}, ImageSize -> {11., 11.}, PlotRange -> {{0., 11.}, {0., 11.}}, AspectRatio -> Automatic]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["MoreInfoOpenerButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (AdjustmentBox[ DynamicModuleBox[{ RSNB`mPosRegion$$, RSNB`attachPos$$, RSNB`offsetPos$$, RSNB`horizontalRegion$$, RSNB`verticalRegion$$, RSNB`chooseAttachLocation$$}, TagBox[ TemplateBox[{ TemplateBox[{}, "MoreInfoOpenerIconTemplate"], "\"Click for more information\""}, "PrettyTooltipTemplate"], EventHandlerTag[{"MouseDown" :> AttachCell[ ParentBox[ EvaluationBox[]], #2, RSNB`chooseAttachLocation$$[], RemovalConditions -> {"EvaluatorQuit", "MouseClickOutside"}], Method -> "Preemptive", PassEventsDown -> Automatic, PassEventsUp -> True}]], DynamicModuleValues :> {{DownValues[RSNB`mPosRegion$$] = {HoldPattern[ RSNB`mPosRegion$$[]] :> RSNB`mPosRegion$$[ Ceiling[MousePosition["WindowScaled"] 3]], HoldPattern[ RSNB`mPosRegion$$[ Pattern[RSNB`reg, { Blank[Integer], Blank[Integer]}]]] :> RSNB`reg, HoldPattern[ RSNB`mPosRegion$$[ BlankNullSequence[]]] :> None}}, { DownValues[RSNB`attachPos$$] = {HoldPattern[ RSNB`attachPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[RSNB`h$], RSNB`verticalRegion$$[RSNB`v$]}}}, { DownValues[RSNB`offsetPos$$] = {HoldPattern[ RSNB`offsetPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[4 - RSNB`h$], RSNB`verticalRegion$$[4 - RSNB`v$]}}}, { DownValues[RSNB`horizontalRegion$$] = {HoldPattern[ RSNB`horizontalRegion$$[1]] :> Left, HoldPattern[ RSNB`horizontalRegion$$[2]] :> Center, HoldPattern[ RSNB`horizontalRegion$$[3]] :> Right}}, { DownValues[RSNB`verticalRegion$$] = {HoldPattern[ RSNB`verticalRegion$$[1]] :> Top, HoldPattern[ RSNB`verticalRegion$$[2]] :> Top, HoldPattern[ RSNB`verticalRegion$$[3]] :> Top}}, { DownValues[RSNB`chooseAttachLocation$$] = {HoldPattern[ RSNB`chooseAttachLocation$$[]] :> With[{RSNB`p$ = RSNB`mPosRegion$$[]}, Apply[Sequence, { RSNB`offsetPos$$[RSNB`p$], {-30, 30}, RSNB`attachPos$$[RSNB`p$]}]]}}}], BoxBaselineShift -> -0.5, BoxMargins -> 0.2]& )}], Cell[ StyleData["InlineMoreInfoOpenerButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (AdjustmentBox[ DynamicModuleBox[{ RSNB`mPosRegion$$, RSNB`attachPos$$, RSNB`offsetPos$$, RSNB`horizontalRegion$$, RSNB`verticalRegion$$, RSNB`chooseAttachLocation$$}, TagBox[ TemplateBox[{ TemplateBox[{}, "MoreInfoOpenerIconTemplate"], #4}, "PrettyTooltipTemplate"], EventHandlerTag[{"MouseDown" :> AttachCell[ ParentBox[ EvaluationBox[]], #2, RSNB`chooseAttachLocation$$[], RemovalConditions -> {"EvaluatorQuit", "MouseClickOutside"}], Method -> "Preemptive", PassEventsDown -> Automatic, PassEventsUp -> True}]], DynamicModuleValues :> {{DownValues[RSNB`mPosRegion$$] = {HoldPattern[ RSNB`mPosRegion$$[]] :> RSNB`mPosRegion$$[ Ceiling[MousePosition["WindowScaled"] 3]], HoldPattern[ RSNB`mPosRegion$$[ Pattern[RSNB`reg, { Blank[Integer], Blank[Integer]}]]] :> RSNB`reg, HoldPattern[ RSNB`mPosRegion$$[ BlankNullSequence[]]] :> None}}, { DownValues[RSNB`attachPos$$] = {HoldPattern[ RSNB`attachPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[RSNB`h$], RSNB`verticalRegion$$[RSNB`v$]}}}, { DownValues[RSNB`offsetPos$$] = {HoldPattern[ RSNB`offsetPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[4 - RSNB`h$], RSNB`verticalRegion$$[4 - RSNB`v$]}}}, { DownValues[RSNB`horizontalRegion$$] = {HoldPattern[ RSNB`horizontalRegion$$[1]] :> Left, HoldPattern[ RSNB`horizontalRegion$$[2]] :> Center, HoldPattern[ RSNB`horizontalRegion$$[3]] :> Right}}, { DownValues[RSNB`verticalRegion$$] = {HoldPattern[ RSNB`verticalRegion$$[1]] :> Top, HoldPattern[ RSNB`verticalRegion$$[2]] :> Top, HoldPattern[ RSNB`verticalRegion$$[3]] :> Top}}, { DownValues[RSNB`chooseAttachLocation$$] = {HoldPattern[ RSNB`chooseAttachLocation$$[]] :> With[{RSNB`p$ = RSNB`mPosRegion$$[]}, Apply[Sequence, { RSNB`offsetPos$$[RSNB`p$], {-30, 30}, RSNB`attachPos$$[RSNB`p$]}]]}}}], BoxBaselineShift -> -0.5, BoxMargins -> 0.2]& )}], Cell[ StyleData["ClickToCopyTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> TagBox[ GridBox[{{#, ButtonBox[ GraphicsBox[{ GrayLevel[0.85], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, { 9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, {16.5, 4.5}, { 16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, {15.75, 17.25}, { 15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, { 8.25, 18.}}, {{9.75, 17.25}, {12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, { 14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{8.25, 12.}, { 14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], ButtonFunction :> Null, Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Evaluator -> Automatic, Method -> "Preemptive"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], True -> DynamicModuleBox[{RSNB`clickTime$$ = 0., RSNB`timeout$$ = 3.}, TagBox[ GridBox[{{#, TagBox[ ButtonBox[ DynamicBox[ ToBoxes[ Refresh[ If[AbsoluteTime[] - RSNB`clickTime$$ > RSNB`timeout$$, RawBoxes[ TemplateBox[{ PaneSelectorBox[{False -> GraphicsBox[{ GrayLevel[0.65], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], True -> GraphicsBox[{ RGBColor[0.988235, 0.419608, 0.203922], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], "\"Click to copy to the clipboard\""}, "PrettyTooltipTemplate"]], RawBoxes[ TemplateBox[{ GraphicsBox[{ RGBColor[0, NCache[2/3, 0.6666666666666666], 0], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], "\"Copied\""}, "PrettyTooltipTemplate"]]], UpdateInterval -> 1, TrackedSymbols :> {RSNB`clickTime$$}], StandardForm], Evaluator -> "System"], ButtonFunction :> (RSNB`clickTime$$ = AbsoluteTime[]; CopyToClipboard[ BinaryDeserialize[ BaseDecode[#2], Defer]]), Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Method -> "Queued", Evaluator -> "System"], MouseAppearanceTag["LinkHand"]]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], DynamicModuleValues :> {}]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["PrettyTooltipTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ TooltipBox[#, FrameBox[ StyleBox[#2, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain", StripOnInput -> False], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8, StripOnInput -> False], TooltipDelay -> 0.1, TooltipStyle -> {Background -> None, CellFrame -> 0}], Annotation[#, Framed[ Style[ RSNB`$$tooltip, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain"], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8], "Tooltip"]& ]& )}], Cell[ StyleData["ToolsGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Template Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection automatically using appropriate \ documentation styles\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 2790153672590285854; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Template Input"; DefinitionNotebookClient`TemplateInput[]]]], DefinitionNotebookClient`ButtonCodeID[ 2790153672590285854]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Literal Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection as literal Wolfram Language code\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4138174468017918531; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Literal Input"; DefinitionNotebookClient`LiteralInput[]]]], DefinitionNotebookClient`ButtonCodeID[ 4138174468017918531]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Insert Delimiter\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert example delimiter\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1887802176716758884; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Insert Delimiter"; DefinitionNotebookClient`DelimiterInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 1887802176716758884]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Subscripted Variable\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert subscripted variable placeholder\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3787878858871814623; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Subscripted Variable"; DefinitionNotebookClient`SubscriptInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 3787878858871814623]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], ActionMenuBox[ FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ TemplateBox[{ "\"Tables\"", "\"\[ThinSpace]\[ThinSpace]\[ThinSpace]\ \[FilledDownTriangle]\""}, "RowDefault"], "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Table functions\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3216557251994556740; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[Null]]], DefinitionNotebookClient`ButtonCodeID[ 3216557251994556740]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], { "\"Insert table with two columns\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5800166344906378520; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Insert table with two columns"; DefinitionNotebookClient`TableInsert[2]]]], DefinitionNotebookClient`ButtonCodeID[ 5800166344906378520]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Insert table with three columns\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 533841403879783297; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Insert table with three columns"; DefinitionNotebookClient`TableInsert[3]]]], DefinitionNotebookClient`ButtonCodeID[ 533841403879783297]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Add a row to the selected table\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4413051590217973467; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Add a row to the selected table"; DefinitionNotebookClient`TableRowInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 4413051590217973467]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Sort the selected table\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 9150037060110806081; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Sort the selected table"; DefinitionNotebookClient`TableSort[]]]], DefinitionNotebookClient`ButtonCodeID[ 9150037060110806081]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Merge selected tables\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 2347719643166780208; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Merge selected tables"; DefinitionNotebookClient`TableMerge[]]]], DefinitionNotebookClient`ButtonCodeID[ 2347719643166780208]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"], ActionMenuBox[ FrameBox[ ButtonBox[ StyleBox[ TemplateBox[{ "\"Cells\"", "\"\[ThinSpace]\[ThinSpace]\[ThinSpace]\[FilledDownTriangle]\ \""}, "RowDefault"], "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3216557251994556740; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[Null]]], DefinitionNotebookClient`ButtonCodeID[ 3216557251994556740]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], { "\"Insert comment for reviewer\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 2572781756330727330; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Insert comment for reviewer"; DefinitionNotebookClient`CommentInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 2572781756330727330]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Mark/unmark selected cells as comments\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3646530685697756512; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Mark/unmark selected cells as comments"; DefinitionNotebookClient`CommentToggle[]]]], DefinitionNotebookClient`ButtonCodeID[ 3646530685697756512]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Mark/unmark selected cells as excluded\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1866935765212102190; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Mark/unmark selected cells as excluded"; DefinitionNotebookClient`ExclusionToggle[]]]], DefinitionNotebookClient`ButtonCodeID[ 1866935765212102190]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { GrayLevel[0.9]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> {1 -> GrayLevel[0.9]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {5, {0.5}, 5}, "Rows" -> {{Automatic}}}, FrameStyle -> GrayLevel[0.75]], "Grid"], ButtonBoxOptions -> {Enabled -> Dynamic[ Not[ TrueQ[DefinitionNotebookClient`$ButtonsDisabled]], TrackedSymbols :> {DefinitionNotebookClient`$ButtonsDisabled}]}, StripOnInput -> False]& )}], Cell[ StyleData["MainGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, {0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, {34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, {23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, { 24.953, 23.914}, {25.418, 23.91}, {29.746, 23.91}, { 30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, {33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, {31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> {Automatic, 32}, ImagePadding -> {{5, 0}, {0, 0}}, BaselinePosition -> Scaled[0.25], AspectRatio -> Automatic, Background -> RGBColor[0.988235, 0.419608, 0.203922], ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], StyleBox[ TagBox[ GridBox[{{ StyleBox[ "\"Function Resource\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", StripOnInput -> False], StyleBox[ "\"DEFINITION NOTEBOOK\"", FontFamily -> "Source Sans Pro", FontTracking -> "SemiCondensed", FontVariations -> {"CapsType" -> "AllSmallCaps"}, StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> RGBColor[1., 1., 1.]}, "Rows" -> {{None}}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], FontSize -> 24, FontColor -> RGBColor[1., 1., 1.], StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", TemplateBox[{ StyleBox[ TemplateBox[{ "\"Function Repository\"", "\" \[RightGuillemet] \""}, "RowDefault"], "Text", FontColor -> RGBColor[1., 1., 1.], StripOnInput -> False], "https://resources.wolframcloud.com/FunctionRepository"}, "HyperlinkURL"]}, { TemplateBox[{ TemplateBox[{ "\"Open Sample\"", "\"View a completed sample definition notebook\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4393071033038384034; DefinitionNotebookClient`$ClickedButton = "Open Sample"; DefinitionNotebookClient`ViewExampleNotebook[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[4393071033038384034]]& , "\"View a completed sample definition notebook\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ "\"Style Guidelines\"", "\"View general guidelines for authoring resource \ functions\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5906117565281445171; DefinitionNotebookClient`$ClickedButton = "Style Guidelines"; DefinitionNotebookClient`ViewStyleGuidelines[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[5906117565281445171]]& , "\"View general guidelines for authoring resource functions\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{"\"Tools\"", PaneSelectorBox[{False -> GraphicsBox[{ RGBColor[1., 1., 1.], AbsoluteThickness[1.], LineBox[{{0, 0}, {0, 10}, {10, 10}, {10, 0}, {0, 0}}], LineBox[{{5, 2.5}, {5, 7.5}}], LineBox[{{2.5, 5}, {7.5, 5}}]}, ImageSize -> 9, PlotRangePadding -> 1.5], True -> GraphicsBox[{ RGBColor[1., 1., 1.], AbsoluteThickness[1.], LineBox[{{0, 0}, {0, 10}, {10, 10}, {10, 0}, {0, 0}}], LineBox[{{2.5, 5}, {7.5, 5}}]}, ImageSize -> 9, PlotRangePadding -> 1.5]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]], BaselinePosition -> Scaled[0]]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.35}}}], "Grid"], "\"Toggle documentation toolbar\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5074018684552945401; DefinitionNotebookClient`$ClickedButton = "Tools"; DefinitionNotebookClient`ToggleToolbar[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[5074018684552945401]]& , "\"Toggle documentation toolbar\"", False}, "OrangeButtonTemplate"], TagBox[ GridBox[{{"\"\"", "\"\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> True}, "Rows" -> {{False}}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{2}}}, GridBoxSpacings -> {"Columns" -> {{0.5}}}, FrameStyle -> RGBColor[0.994118, 0.709804, 0.601961]], "Grid"], TemplateBox[{ TemplateBox[{ "\"Check\"", "\"Check notebook for potential errors\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 7891204313296928191; DefinitionNotebookClient`$ClickedButton = "Check"; DefinitionNotebookClient`CheckDefinitionNotebook[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[7891204313296928191]]& , "\"Check notebook for potential errors\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{"\"Preview\"", "\"Generate a preview notebook\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4299709568580201021; DefinitionNotebookClient`$ClickedButton = "Preview"; DefinitionNotebookClient`PreviewResource[ ButtonNotebook[], "Notebook"], DefinitionNotebookClient`ButtonCodeID[4299709568580201021]]& , "\"Generate a preview notebook\"", True}, "OrangeButtonTemplate"], ActionMenuBox[ TemplateBox[{ TemplateBox[{"\"Deploy\"", TemplateBox[{5}, "Spacer1"], "\"\[FilledDownTriangle]\""}, "RowDefault"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1898445052439169298; Null, DefinitionNotebookClient`ButtonCodeID[1898445052439169298]]& , "\"\"", True}, "OrangeButtonTemplate"], { "\"Locally on this computer\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 8714502586816766511; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "Locally on this computer"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "Local"]]]]], DefinitionNotebookClient`ButtonCodeID[ 8714502586816766511]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"For my cloud account\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1389539917011878958; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "For my cloud account"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "CloudPrivate"]]]]], DefinitionNotebookClient`ButtonCodeID[ 1389539917011878958]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Publicly in the cloud\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5593410685219912767; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "Publicly in the cloud"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "CloudPublic"]]]]], DefinitionNotebookClient`ButtonCodeID[ 5593410685219912767]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"In this session only (without documentation)\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 8586347731213964380; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "In this session only (without documentation)"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "KernelSession"]]]]], DefinitionNotebookClient`ButtonCodeID[ 8586347731213964380]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"], ItemBox[ StyleBox[ DynamicBox[ ToBoxes[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}, ""], StandardForm], Initialization :> (CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}] = "")], "Text", GrayLevel[1], StripOnInput -> False], ItemSize -> Fit, StripOnInput -> False], DynamicBox[ ToBoxes[ If[ CurrentValue[ EvaluationNotebook[], { TaggingRules, "SubmissionReviewData", "Review"}, False], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit Update\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit changes to update your resource submission\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3196298050911436087; DefinitionNotebookClient`$ClickedButton = "SubmitUpdate"; With[{RSNB`nb = ButtonNotebook[]}, DefinitionNotebookClient`DisplayStripe[RSNB`nb, DefinitionNotebookClient`SubmitRepositoryUpdate[RSNB`nb], "ShowProgress" -> True]], DefinitionNotebookClient`ButtonCodeID[ 3196298050911436087]]& , "\"Submit changes to update your resource submission\"", True}, "OrangeButtonTemplate"]], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit to Repository\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit your function to the Wolfram Function \ Repository\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3704832848557640569; DefinitionNotebookClient`$ClickedButton = "Submit"; With[{RSNB`nb = ButtonNotebook[]}, DefinitionNotebookClient`DisplayStripe[RSNB`nb, DefinitionNotebookClient`SubmitRepository[RSNB`nb], "ShowProgress" -> True]], DefinitionNotebookClient`ButtonCodeID[ 3704832848557640569]]& , "\"Submit your function to the Wolfram Function \ Repository\"", True}, "OrangeButtonTemplate"]]], StandardForm], Evaluator -> "System", SingleEvaluation -> True]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {-1 -> Right}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { RGBColor[0.988235, 0.419608, 0.203922], RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> { 1 -> RGBColor[0.988235, 0.419608, 0.203922], 2 -> RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {5, {0.9}, 5}, "RowsIndexed" -> {1 -> 1.1, 2 -> 1.3, 3 -> 0.25}}, FrameStyle -> RGBColor[0.988235, 0.419608, 0.203922]], "Grid"], ButtonBoxOptions -> {Enabled -> Dynamic[ Not[ TrueQ[DefinitionNotebookClient`$ButtonsDisabled]], TrackedSymbols :> {DefinitionNotebookClient`$ButtonsDisabled}]}, StripOnInput -> False]& )}], Cell[ StyleData["ReviewerCommentLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ GridBox[{{#, TemplateBox[{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, { 0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, {34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, { 1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { 1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, { 0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, { 23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, {24.953, 23.914}, { 25.418, 23.91}, {29.746, 23.91}, {30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, { 33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, { 31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> 12, AspectRatio -> Automatic, Background -> None, ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], "Wolfram Function Repository Reviewer"}, "PrettyTooltipTemplate"]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.25}}}], "Grid"]& )}], Cell[ StyleData["CommentCellLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ StyleBox[#, FontSize -> 11]}, { StyleBox[ DynamicBox[ ToBoxes[ DateString[ TimeZoneConvert[ DateObject[#2, TimeZone -> 0]], { "Month", "/", "Day", "/", "Year", " ", "Hour24", ":", "Minute"}], StandardForm], SingleEvaluation -> True], FontSize -> 9]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{Automatic}}, "Rows" -> {{0}}}], "Grid"], "CommentLabel", ShowStringCharacters -> False]& )}], Cell[ StyleData["OrangeButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (FrameBox[ ButtonBox[ StyleBox[#, "Text", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontTracking -> "Condensed", FontSize -> 13, FontColor -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], GrayLevel[1], RGBColor[0.9568627450980391, 0.8019607843137255, 0.75]], Evaluator -> "System"], StripOnInput -> False], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[]}, If[#4, CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]]; With[{RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3145484069433207908; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ #2[]]]], DefinitionNotebookClient`ButtonCodeID[3145484069433207908]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; Null], FrameMargins -> {{5, 5}, {0, 0}}, Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4HW4NCWIDoa8CJZ47CsMQUA2qYY8cOe/Zsl82ZQBGQFF gOLEGPI8UOymHTtE1xUkE+BsoCxQDR5DgLJotuNCyOagGQJ3A0EEVInVEKB/ iTQBguDhg2wIZkjiR0D1EI2Q1AiJTbSQxI8gKiHxzgAGlBtCFZdQMUyoFTtU SSfUSrFUyTvUysVULE9IQlQ0BD8gprQHAOYEDp4= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4HW4NCWIDoY8DpK86ikKQUA2qYacdhZaZ8CxXJsNGQFF gOLEGHLfX3yHOTeadmQElAWqwWMIUBaPdmSEbA6aIRA3rMCrfQXMPVgNAfqX SGdAEDx8kA3BDEn8CKgeohGSGiGxSZIJEASJdwYwoNwQqriEimFCrdihSjqh VoqlSt6hVi6mYnlCEqKiIfgBMaU9AAiH5q8= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4HW4NCWIDoa8zTb72JMMQUA2qYZ8Wdr69/1LNF8DRYDi xBjyvsz115UjEPFvL589PbgNgoBsiCBQFqgGjyFAWYjIpwe3D2YFLNdmQ0ZA EaA4RAGyOWiGQNzw/ubllQY8aCZAEFAcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+y IZCQxPQFJgKqgYQzRCMkNUJiExKSBE2AIEg4Q+KdAQwoN4QqLqFimFArdqiS TqiVYqmSd6iVi6lYnpCEqGgIfkBMaQ8AIISqgg== "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> RGBColor[0.921569, 0.341176, 0.105882], Method -> "Queued", ImageSize -> {All, 23}, Evaluator -> Automatic], FrameStyle -> Directive[ RGBColor[0.921569, 0.341176, 0.105882], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False]& )}], Cell[ StyleData["SuggestionGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ FrameBox[ AdjustmentBox[ TagBox[ GridBox[{{ TemplateBox[{#2, #3, {16., 16.}, {{1., 17.}, {1., 17.}}}, "SuggestionIconTemplate"], PaneBox[#, ImageSizeAction -> "ShrinkToFit", BaselinePosition -> Baseline, ImageSize -> Full], RowBox[{ AdjustmentBox[ TemplateBox[{ ActionMenuBox[ TagBox[ PaneSelectorBox[{False -> GraphicsBox[{ EdgeForm[ Directive[ GrayLevel[1, 0], Thickness[0.025]]], FaceForm[#4], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], #5, LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0], True -> GraphicsBox[{ EdgeForm[ Directive[#5, Thickness[0.025]]], FaceForm[#2], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], GrayLevel[1], LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], MouseAppearanceTag["LinkHand"]], #6, Appearance -> None, Method -> "Queued"], "\"View suggestions\""}, "PrettyTooltipTemplate"], BoxBaselineShift -> -0.5], " "}]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {Automatic, Automatic, Fit}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], BoxMargins -> {{0.25, -0.5}, {0.15, -0.15}}], RoundingRadius -> {13, 75}, Background -> #4, FrameStyle -> None, FrameMargins -> {{0, 8}, {0, 0}}, ImageMargins -> {{0, 0}, {5, 5}}, StripOnInput -> False], "Text", FontColor -> #5, FontSize -> 14, FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontTracking -> "Plain", PrivateFontOptions -> {"OperatorSubstitution" -> False}, LineBreakWithin -> False]& )}], Cell[ StyleData["SuggestionIconTemplate"], TemplateBoxOptions -> {DisplayFunction -> (GraphicsBox[{ Thickness[0.05555555555555555], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGZigIIGAwcIQ8kBxk94ekHp9k9Vh4qXaoYcOfoO m+a+X37stKZDbP+hrxpzdOA0TBymDqYPl7n2pnG7PHlk4PzZRxQ2FGWIwPWD jI3p54WbLxuVYn3fnwluD8S8H/Yo9gD5KPYA+TB7YPph9sDMh9EwcZg6FPdh MRfdXpi7YPph7oaZD/MXzB5c4QCzBwA8nn+Z "]]}, FaceForm[#]], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{8.175292500000001, 7.416875}, {7.796855000000001, 11.3084375}, {7.796855000000001, 13.38}, {10.11998, 13.38}, {10.11998, 11.3084375}, { 9.741542500000001, 7.416875}, {8.175292500000001, 7.416875}}, CompressedData[" 1:eJxTTMoPSmViYGCQBGIQ/cTvZcLf/4oOD6tE1rk/5HNQjDzAkqeL4FsusdsW 1KjgwAAGAg7hCSdehX2Xd5BvfR24Q07QwaZCOJPjjZyDHdf1xQW2Qg56LJYa iWlyDv2HvmrEzBeG80GmVbmIwvkvtjT6Sb8Qg+t/BLLPUwJuPti6DEm4/WD7 2qTg7gMZJyIm7QBzP4y/zEVob88lJTi/7+dk7hV1ynD9c3LzfPxZVODmr3ro 0futUwVu/0bpbbqnzqjA3Qfjw9wP48P8B9MP8z/MfFj4wOyHhR/MfbDwRQ9/ ACBxmlc= "]}]}, FaceForm[#2]]}, ImageSize -> #3, PlotRange -> #4, AspectRatio -> Automatic, BaselinePosition -> Scaled[0.1]]& )}], Cell[ StyleData["FormEditValuesButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TemplateBox[{ TagBox[ PaneBox[ PaneSelectorBox[{False -> GraphicsBox[ TagBox[ RasterBox[CompressedData[" 1:eJzNWHlMVEcYf28XlGM5VlcRapRDDFK0sBaLBWVXUDxTKpe4JgvoQlALAsvV hHIoV4KK6wGiQlUqoqDcKKysDSZtPZJWTTzaxGrV2mqrNtqKB3Qnz8+Zd6Cv tn90vkgyv+/4zc58M9/3dEtIXZoooSgqw8r8Z2l8tjo9PT43wtE8iUrJSE5K 0a1akKLXJenSAxKkZlD58h9y+X+M8Z7a/I3G7V/lHQgKp2kGmzw9rcrQb+j/ ZItPIGBvNywsVVGVJ01DWAqbpBYUFZ1hGsTYvssRqTLHt4nvoIgvbP6ZjM+I Nt9PzUePPdbvcvX+ZwzTQ9vv8yMh6R04fFNY0/ciOkM8wzjXY4+F47xJgiPF cqRuY3kOlnUGLFq4khsv53NPv8zd7NXs/lYsR+158Gm9l1Tu7IYwmq7oJaMd uWMnR7jMMXLd/isYt7UXx4F9Rjtj1NmNXPPsCKyh6S9+AHzUOHEcpR3gMWM+ iQdHrq1kZFkmidvYQS633399ZBf31G21F/ZdLmmvPo0zVcyalCFg33Qr78Ce 7+qv5jdOm8W3e39u9yN+npR3ieHQ5ArlWGwW28pBIXwfilvFcESnC2eyMoS0 ii8UstncZ2XDjiaROihGjbMcyWVJLBP0N2ELC8vm229icHFPKKo+Y3zK3Jj6 q2lV3gFvZpk4BfSqKHwfFC4fLNDml3cVt2IGO7m+5sRzfoSNxglemGVV8dZT yRXqaKeJ5V1gkWIALX5bk8r5u+3x3qEbwvuN3kJ1DN9j5mLQdz60skXIeM9X PoPMnWYzdD4cjoGRMC3XRyI5+CNolyQhJK4A5mWdXGs7Ofs3HP+z9nz16fbf Scz41Muf67c8B7Q7z6L5RiPMAxZxbfU1OFbDtVDNSGtmnb4qQz/W1F1ElYsc 8rG9A6BF8x1fw2zhSnbddHHHJ115kl3rJNI1mzBL6HI2x9SglrugQzHzG7Ft RQ95IglF+DfwqylNb2gRugnWMnNteFWLj/+FsNlLyd3tfoTrTPWZV+vUcBnQ cHbre8HoTzy3ljGYxzT2Cep3MespaibRtZWwGy9vnPmkmXPgjy1fgte7Mxlk fhwZa/8V+9EQTZuPzwg4HBSA1J4XZqCotB1gExTO58hrYOoYM5RzcCcAHHIn QKpPD8eBzx12GHP0PAlfjXPI3C8J7JXlSNjt9vuSYVrKkjbwUs4R2quCwxLU mFJTZpCoaQjXuPqrgPmqhBhs7XH1lTsxmP889su24lOEZuzEyJE7ZJ3Gu23o Z9bDHvitrb2A0Um+NedwxKO/IGzrKZhn15FnRFHeAdh2zSZuXxscCXtpGorR kxqpRWx2zxPQsTk8/bgrxe+MaWj9UXw/be11pZih5VduxzPCqu03kiPFALPM 3VyOCV5kv9P3ovJk6rbkipI2du3n39AwLegO3UBzn0CYH3vMfzHUMeyM4Mu6 7Vwfiqr6BrRxBWhO0/suAxK5jm8fpoX7LszAz4bJStAanylcGCwiFbD9V2ja xk4ZosmNTsc+Xv51F4Xit9yduwJbqaJ0JYEfoT4xaw9YFDaBVuaId93cVb58 MxPLsL/UIlSz2URmft3FGL2tA7YI1UAONF7HOeWnxhb6XULrJFnQsLHz+XDW x6ooZQjcOD4DKXsvkfnu6i1kYxpaVcw/H/5QRQl7L0lk27HfLJCtp8Rw6EqF fDe08F+54MjaC0jX8aDpFtglV4jhCAoH+44HzPvdfFuTy63xMGwd5GMpKq8B fNTRpNZj2vw4RvznkfhoZ7A/fBO9AdzTEhrM70HiNBGj1jJcRY3PJvmSHod+ Ao3Yr2j8HVXeNXMx7Cr7K7HmHOzFZGXWHpytjmPEcXx2kIzWcG15juOYqUHk dz+S2OwRVmFa3DkhaboljgF1R9wc6R3A/RJIz5PWe1wsNlssB0XFZgllI8Qe TrOhxcJSPAfqIjabhOLkNYSvFsL3XlqsG67qv264eqcYuv4gI9V/bz+Kptcf IbETz4ualXP+zf/+WMuWJO08i2J1P0qrYjJTIl2WyXx5NV6PK1C88/bR/7vx N3kqZvY= "], {{0, 50.}, {50., 0}}, {0, 255}, ColorFunction -> GrayLevel], BoxForm`ImageTag[ "Byte", ColorSpace -> "Grayscale", Interleaving -> False], Selectable -> False], DefaultBaseStyle -> "ImageGraphics", ImageSizeRaw -> {50., 50.}, PlotRange -> {{0, 50.}, {0, 50.}}], True -> GraphicsBox[ TagBox[ RasterBox[CompressedData[" 1:eJzNWG1MU1cY7m1vS4GWttBLy0dLWyhl5aultrT0C2QzM5rMIWgyluDHkMwf YgBF9gc1cWpijDNuRNFsv2Rmuqmb/NjIYIFkG2qyAYnAljidODfdmItu+AHs Xi6n59x7D3LH9mPnRJLzvB/Pue95z3nfat3UWLVFKpFImpX0n6qNrRVNTRvb 1mrpRc225tcbttW/tnJbS31DfZN/k4wGS+b/MSb/jxFvt7QX95R86TytXyMh WEztye1w97v7c97SBAG2tEHIqRpXX/ksnPlnCVIiMTWXz0DMN5rZSGqX4l+u t+wp+wn1z05Lu7ZCiIYfOjoTnf+MQfd8aFLoiZmRR4FbeEl02tQsnkFpCT/E +1lsUtViOezHOJYzhZdSVqVt5vvLe0/ldpzk7mbZN2I5vEPAJnjPdlBpnQOJ 4s9Qb2V3SB0Dk9rM7b4xiJNJ4jigjSINiaAV3TO1FjEgSr+PWRjFcRR+AiyS X0RxqjrnCDtNO1Bcpga5HJp8tud4m/2Yd9g3WvixZxBmqpg96SqBfmDCeXrZ t6XjzjOaMEbvhfADYZ4UdYvhMLfhcsy8k6sl1+PvQ8EFMRymJnwm6ypRLcse nI7rc1kC1xshk+sVRmkcn8V2AGvfi1jKy24vxhBvs+71XI4+Zm9M6XhuR5J/ cZaE54CcqoH3IS49eaWlvai74AJkIHWOE9GnQg/FPQl5kMW6zz2QfSh1nTKr qBto2I8CKXxbbQeF0VYVB27i4828hanrhRYpq4E8dF+WOBcFe8xmZv5OcxhC 9xdiYKexjm9DSP0/AGl6A4NYdoN14SW+NqnjfkPkT++QZzD0G4pFH6u9fDvz LiD1XGHWxT1gnbKKr+s4AX35rxtqpfHsPrXl7n4o8Y4wlQsditTIIyBl1iVf gVXaZm7djLfBk3b1cWsdIcs5DFkMr3A5NKHg3RgH7dN5BsmUT9ETse6F34Cp pkTBedxNkKno2hCrxZG/GIyq4mTKA1hnPJdj+6wVMEiYlzg6PX8mT2UqFlMV cU/Q0cnuJ/8ciuYcAdGYv3H0SbPnIByuL4BVUoBFjBtQX74xeQrwZmmHZwQ4 5PrYmQ7hGSSS3HeADt0XCTicXWwdY4duOewEAIfCEMu/wYU44LmDCEOOyFTG VphDdL+EiZU0DkQ7NEks0FIWXgRWuuW4WOV/QDCNqSTJh6Lls7DGlY4DTFuO YyCTYPVVGFgseQX3Zct6Yy6mxyFSdget0zDa7n52P9wB31rvMERVLs9VxOPP DOYeAOu8d9Ezor/Qj0TwML+vpapBLOlvb0ElBGlujUzF7iCHQ+Xm7xS+M3RN /AjeTzLJth8yBH/hdzxSZfBXlMN+NHZfTvI5EvLQfic67eqzH8s+VHiRW/uF N9RYB2SBm8xaEwTr8EPhi5G6npsRwml/m29Dv4FfA6llNxs+3yhAMrcL9Y11 4L7jGYTZoC6JffmTuHQWy2wEmG+MvvRqXaW5zdSE2Hi9Izj/wbuGV6EWVWN7 U/8S0yc6TsXux1kgJbUw6nRXOf9m2g5Ae4I01Lp60cz3jphaSA3UMNSCHPDf gDmlrYAajk7cPlEWZsjUmjL9y1SNrhLcOCEDOn3X0HxPdOJ0ymet+4TnIxxU Dd46fQtXj/tmgekeEMNh24+zLTgvfOWoau8wIwv9HpgAetmHxHDo1wB92nbu /S67bW7j13gwSI0ila6+XcAmdR0qVRUZN7AzeQWKK9KAfuAW8wbwTws32O9h pjILojIVrKLRJyoXahH4EUjE/oqGv6OKulNWg6hyfyV6roJYqEscp2C2yilx HM73UW/+6+ZdckoTQn/3M9PcKlUa62DnNBerCXEMTHfEz5HII9gvxbCp4D0+ Zm4Vy0H3kjtx2Qh8LyShs1UunoPpIly9OD/OroytONx3La1+oar/rJHotB8N /4F6Kv1Onkz3hx+iWPRp/jm6Y/gX//sjU6U3eK4wvsIPcjvYzCRkph3sLy// DcvuuIyle//vxt/PCE6d "], {{0, 50.}, {50., 0}}, {0, 255}, ColorFunction -> GrayLevel], BoxForm`ImageTag[ "Byte", ColorSpace -> "Grayscale", Interleaving -> False], Selectable -> False], DefaultBaseStyle -> "ImageGraphics", ImageSizeRaw -> {50., 50.}, PlotRange -> {{0, 50.}, {0, 50.}}]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], ImageSize -> {Automatic, 15}, ImageSizeAction -> "ResizeToFit"], MouseAppearanceTag["LinkHand"]], "\"Edit values\""}, "PrettyTooltipTemplate"]& )}], Cell["Documentation", "Section"], Cell["Usage", "Subsection"], Cell[ StyleData["UsageInputs", StyleDefinitions -> StyleData["Input"]], CellMargins -> {{66, 10}, {0, 8}}, StyleKeyMapping -> {"Tab" -> "UsageDescription"}, Evaluatable -> False, CellEventActions -> {"ReturnKeyDown" :> With[{RSNB`nb$ = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[RSNB`nb$, Cell["", "UsageDescription"], All]; SelectionMove[RSNB`nb$, Before, CellContents]], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoStyles -> False, ShowCodeAssist -> False, CodeAssistOptions -> {"DynamicHighlighting" -> False}, LineSpacing -> {1, 3}, TabSpacings -> {2.5}, CounterIncrements -> "Text", FontFamily -> "Source Sans Pro", FontSize -> 15, FontWeight -> "Plain"], Cell[ StyleData["UsageDescription", StyleDefinitions -> StyleData["Text"]], CellMargins -> {{86, 10}, {7, 0}}, StyleKeyMapping -> {"Backspace" -> "UsageInputs"}, CellGroupingRules -> "OutputGrouping", CellEventActions -> {"ReturnKeyDown" :> With[{RSNB`nb$ = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[RSNB`nb$, Cell[ BoxData[""], "UsageInputs", FontFamily -> "Source Sans Pro"], All]; SelectionMove[RSNB`nb$, Before, CellContents]], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoSpellCheck -> False], Cell["Details & Options", "Subsection"], Cell[ StyleData["Notes", StyleDefinitions -> StyleData["Item"]], CellDingbat -> StyleBox["\[FilledVerySmallSquare]", FontColor -> GrayLevel[0.6]], CellMargins -> {{66, 24}, {9, 7}}, ReturnCreatesNewCell -> False, StyleKeyMapping -> {}, DefaultNewCellStyle -> "Notes", ShowAutoSpellCheck -> False, GridBoxOptions -> {BaseStyle -> "TableNotes"}], Cell[ StyleData["TableNotes", StyleDefinitions -> StyleData["Notes"]], CellDingbat -> None, CellFrameColor -> RGBColor[0.749, 0.694, 0.553], StyleMenuListing -> None, ButtonBoxOptions -> {Appearance -> {Automatic, None}}, GridBoxOptions -> { FrameStyle -> GrayLevel[0.906], GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers -> {"Columns" -> {{None}}, "Rows" -> {{True}}}, GridDefaultElement -> Cell["\[Placeholder]", "TableText"]}], Cell[ StyleData["TableText"], DefaultInlineFormatType -> "DefaultInputInlineFormatType", AutoQuoteCharacters -> {}, StyleMenuListing -> None], Cell["Examples", "Subsection"], Cell[ StyleData["ExampleDelimiter"], Selectable -> False, ShowCellBracket -> Automatic, CellMargins -> {{66, 14}, {5, 10}}, Evaluatable -> True, CellGroupingRules -> {"SectionGrouping", 58}, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False, CellLabelAutoDelete -> True, TabFilling -> "\[LongDash]\[NegativeThickSpace]", TabSpacings -> {100}, StyleMenuListing -> None, FontFamily -> "Verdana", FontWeight -> Bold, FontSlant -> "Plain", FontColor -> GrayLevel[0.906]], Cell[ StyleData["ExampleText", StyleDefinitions -> StyleData["Text"]]], Cell[ StyleData["PageBreak", StyleDefinitions -> StyleData["ExampleDelimiter"]], Selectable -> False, CellFrame -> {{0, 0}, {1, 0}}, CellMargins -> {{66, 14}, {15, -5}}, CellElementSpacings -> {"CellMinHeight" -> 1}, Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), CellFrameColor -> GrayLevel[ Rational[77, 85]]], Cell[ StyleData["Subsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["Subsubsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["ExampleImage"], PageWidth :> 650, CellMargins -> {{66, 66}, {16, 5}}, Evaluatable -> False, ShowCellLabel -> False, MenuSortingValue -> 10000, RasterBoxOptions -> {ImageEditMode -> False}], Cell["Links", "Section"], Cell[ StyleData["Link"], FontFamily -> "Source Sans Pro", FontColor -> Dynamic[ If[ CurrentValue["MouseOver"], RGBColor[0.855, 0.396, 0.145], RGBColor[0.02, 0.286, 0.651]]]], Cell[ StyleData["StringTypeLink", StyleDefinitions -> StyleData["Link"]], FontColor -> Dynamic[ If[ CurrentValue["MouseOver"], RGBColor[0.969, 0.467, 0.], GrayLevel[0.467]]]], Cell[ StyleData["CharactersRefLink"], ShowSpecialCharacters -> False], Cell["Annotation", "Section"], Cell[ StyleData["Excluded"], CellBracketOptions -> { "Color" -> RGBColor[0.9, 0.4, 0.4], "Thickness" -> 2}, GeneratedCellStyles -> { "Graphics" -> {"Graphics", "Excluded"}, "Message" -> {"Message", "MSG", "Excluded"}, "Output" -> {"Output", "Excluded"}, "Print" -> {"Print", "Excluded"}, "PrintTemporary" -> {"PrintTemporary", "Excluded"}}, CellFrameMargins -> 4, CellFrameLabels -> {{None, Cell[ BoxData[ TemplateBox[{ StyleBox[ "\"excluded\"", "ExcludedCellLabel", StripOnInput -> False], "\"Excluded cells will not appear anywhere in the published \ resource except for the definition notebook\""}, "PrettyTooltipTemplate"]], "ExcludedCellLabel"]}, {None, None}}, StyleMenuListing -> None, Background -> RGBColor[1, 0.95, 0.95]], Cell[ StyleData["ExcludedCellLabel", StyleDefinitions -> StyleData["Text"]], ShowStringCharacters -> False, FontFamily -> "Source Sans Pro", FontSize -> 9, FontWeight -> Plain, FontSlant -> Italic, FontColor -> RGBColor[0.9, 0.4, 0.4, 0.5], Background -> None], Cell[ StyleData["Comment", StyleDefinitions -> StyleData["Text"]], CellFrame -> {{3, 0}, {0, 0}}, CellMargins -> {{66, 0}, {1, 0}}, CellElementSpacings -> {"ClosedCellHeight" -> 0}, GeneratedCellStyles -> { "Graphics" -> {"Graphics", "Comment"}, "Message" -> {"Message", "MSG", "Comment"}, "Output" -> {"Output", "Comment"}, "Print" -> {"Print", "Comment"}, "PrintTemporary" -> {"PrintTemporary", "Comment"}}, CellFrameColor -> RGBColor[0.880722, 0.611041, 0.142051], CellFrameLabelMargins -> {{0, 10}, {0, 0}}, FontColor -> GrayLevel[0.25], Background -> RGBColor[0.982, 0.942, 0.871]], Cell[ StyleData["AuthorComment", StyleDefinitions -> StyleData["Comment"]], GeneratedCellStyles -> { "Graphics" -> {"Graphics", "AuthorComment"}, "Message" -> {"Message", "MSG", "AuthorComment"}, "Output" -> {"Output", "AuthorComment"}, "Print" -> {"Print", "AuthorComment"}, "PrintTemporary" -> {"PrintTemporary", "AuthorComment"}}, CellFrameColor -> RGBColor[0.368417, 0.506779, 0.709798], Background -> RGBColor[0.905, 0.926, 0.956]], Cell[ StyleData["ReviewerComment", StyleDefinitions -> StyleData["Comment"]], GeneratedCellStyles -> { "Graphics" -> {"Graphics", "ReviewerComment"}, "Message" -> {"Message", "MSG", "ReviewerComment"}, "Output" -> {"Output", "ReviewerComment"}, "Print" -> {"Print", "ReviewerComment"}, "PrintTemporary" -> {"PrintTemporary", "ReviewerComment"}}, CellFrameColor -> RGBColor[0.560181, 0.691569, 0.194885], Background -> RGBColor[0.934, 0.954, 0.879]], Cell[ StyleData["CommentLabel", StyleDefinitions -> StyleData["Text"]], ShowStringCharacters -> False, FontSlant -> "Italic", FontColor -> GrayLevel[0.5]], Cell["Special Input", "Section"], Cell[ StyleData["FormObjectCell"], CellMargins -> {{66, 66}, {16, 5}}], Cell[ StyleData["LocalFileInput", StyleDefinitions -> StyleData["Input"]], CellFrameLabels -> {{None, Cell[ BoxData[ ButtonBox[ "\"Choose\"", FrameMargins -> {{5, 5}, {0, 0}}, BaseStyle -> {"Panel", FontSize -> 12}, Evaluator -> Automatic, Method -> "Queued", ButtonFunction :> With[{RSNB`file = SystemDialogInput["FileOpen"], RSNB`cell = ParentCell[ EvaluationCell[]]}, If[ RSNB`file =!= $Canceled, SelectionMove[RSNB`cell, All, CellContents]; NotebookWrite[ Notebooks[RSNB`cell], RowBox[{"File", "[", ToBoxes[RSNB`file], "]"}]]]], Appearance :> FEPrivate`FrontEndResource[ "FEExpressions", "GrayButtonNinePatchAppearance"]]]]}, { None, None}}], Cell[ StyleData["LocalDirectoryInput", StyleDefinitions -> StyleData["Input"]], CellFrameLabels -> {{None, Cell[ BoxData[ ButtonBox[ "\"Choose\"", FrameMargins -> {{5, 5}, {0, 0}}, BaseStyle -> {"Panel", FontSize -> 12}, Evaluator -> Automatic, Method -> "Queued", ButtonFunction :> With[{RSNB`file = SystemDialogInput["Directory"], RSNB`cell = ParentCell[ EvaluationCell[]]}, If[ RSNB`file =!= $Canceled, SelectionMove[RSNB`cell, All, CellContents]; NotebookWrite[ Notebooks[RSNB`cell], RowBox[{"File", "[", ToBoxes[RSNB`file], "]"}]]]], Appearance :> FEPrivate`FrontEndResource[ "FEExpressions", "GrayButtonNinePatchAppearance"]]]]}, { None, None}}], Cell["Misc", "Section"], Cell[ StyleData["Item"], DefaultNewCellStyle -> "Item"], Cell[ StyleData["ButtonText"], FontFamily -> "Sans Serif", FontSize -> 11, FontWeight -> Bold, FontColor -> RGBColor[0.459, 0.459, 0.459]], Cell[ StyleData["InlineFormula"], HyphenationOptions -> {"HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Formula", AutoSpacing -> True, ScriptLevel -> 1, SingleLetterItalics -> False, SpanMaxSize -> 1, StyleMenuListing -> None, FontFamily -> "Source Sans Pro", FontSize -> 1. Inherited, ButtonBoxOptions -> {Appearance -> {Automatic, None}}, FractionBoxOptions -> {BaseStyle -> {SpanMaxSize -> Automatic}}, GridBoxOptions -> { GridBoxItemSize -> { "Columns" -> {{Automatic}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["DockedCell"], CellFrameColor -> GrayLevel[0.75], Background -> GrayLevel[0.9]]}, Visible -> False, FrontEndVersion -> "13.0 for Linux x86 (64-bit) (November 22, 2021)", StyleDefinitions -> "PrivateStylesheetFormatting.nb"] ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{ "Name"->{ Cell[627, 23, 93, 2, 70, "Title",ExpressionUUID->"7e663f6a-9051-4ed7-b7c6-cca312c63b8a", CellTags->{"Name", "TemplateCell", "Title"}, CellID->49442148]}, "TemplateCell"->{ Cell[627, 23, 93, 2, 70, "Title",ExpressionUUID->"7e663f6a-9051-4ed7-b7c6-cca312c63b8a", CellTags->{"Name", "TemplateCell", "Title"}, CellID->49442148], Cell[723, 27, 98, 2, 70, "Text",ExpressionUUID->"dcd00790-9517-4c49-9c85-f59b726a11f2", CellTags->{"Description", "TemplateCell"}, CellID->418677321]}, "Title"->{ Cell[627, 23, 93, 2, 70, "Title",ExpressionUUID->"7e663f6a-9051-4ed7-b7c6-cca312c63b8a", CellTags->{"Name", "TemplateCell", "Title"}, CellID->49442148]}, "Description"->{ Cell[723, 27, 98, 2, 70, "Text",ExpressionUUID->"dcd00790-9517-4c49-9c85-f59b726a11f2", CellTags->{"Description", "TemplateCell"}, CellID->418677321]}, "Definition"->{ Cell[846, 33, 1206, 29, 70, "Section",ExpressionUUID->"b4086d1a-f45b-41e9-8a89-364e4350a93d", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326]}, "Function"->{ Cell[846, 33, 1206, 29, 70, "Section",ExpressionUUID->"b4086d1a-f45b-41e9-8a89-364e4350a93d", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326]}, "TemplateCellGroup"->{ Cell[846, 33, 1206, 29, 70, "Section",ExpressionUUID->"b4086d1a-f45b-41e9-8a89-364e4350a93d", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326], Cell[22737, 576, 1980, 50, 70, "Subsection",ExpressionUUID->"542c3611-8215-4f58-9f61-90665ab61ee2", CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310], Cell[25175, 651, 1429, 32, 70, "Subsection",ExpressionUUID->"d1e81f51-0f9f-4118-ba22-b1a6ed9b5d2e", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236], Cell[29288, 774, 7029, 152, 70, "Section",ExpressionUUID->"4e285d5d-aba8-441a-b997-aac725ff78e4", CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011], Cell[413416, 7209, 1026, 26, 70, "Subsection",ExpressionUUID->"028ef7ff-8457-45d7-aa39-67baf4713caf", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256], Cell[414533, 7243, 996, 26, 70, "Subsection",ExpressionUUID->"9c02e571-7374-4928-a45b-3609384de4dd", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425], Cell[415753, 7283, 221, 6, 70, "Subsection",ExpressionUUID->"08c3a828-2a4f-49ff-b020-bbcd5ff2e074", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[423454, 7541, 980, 26, 70, "Subsection",ExpressionUUID->"a467d97f-6781-4422-84b3-aa6876272fe8", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169], Cell[424996, 7582, 1039, 26, 70, "Subsection",ExpressionUUID->"df00c8a7-ab2b-4a0a-8a02-b82033908729", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472], Cell[426603, 7623, 1084, 26, 70, "Subsection",ExpressionUUID->"a1d63433-a5d0-400a-921e-64d670b6bd19", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552], Cell[428167, 7666, 923, 26, 70, "Subsection",ExpressionUUID->"232a8e92-0917-4f65-a551-788dd67d8c2e", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773], Cell[429505, 7708, 1874, 45, 70, "Subsection",ExpressionUUID->"04bef029-8d0c-43c1-99b2-2b035002c532", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448], Cell[438373, 7913, 955, 25, 70, "Subsection",ExpressionUUID->"161c1e46-c244-418e-8ca0-3f5e90e22954", CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822], Cell[439353, 7942, 1174, 31, 70, "Subsubsection",ExpressionUUID->"411e2a50-9a43-43f5-a234-bbbcf2a4ca44", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016], Cell[440656, 7982, 1113, 29, 70, "Subsubsection",ExpressionUUID->"a27d34a8-5f8d-46c9-b378-5d505a98852a", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[443130, 8058, 1280, 33, 70, "Subsubsection",ExpressionUUID->"e245710a-024a-426e-b456-e480dd6854ee", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[445815, 8139, 1913, 46, 70, "Subsubsection",ExpressionUUID->"a242dba3-d326-426d-b906-b80b9ef30a81", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[450664, 8275, 1071, 27, 70, "Subsubsection",ExpressionUUID->"001ed7a9-a409-4c55-b028-788b9622a665", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[452737, 8339, 1155, 28, 70, "Section",ExpressionUUID->"0b078a17-5063-4e3f-8e38-a3b4ab5b2986", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591], Cell[454461, 8382, 1033, 26, 70, "Section",ExpressionUUID->"c2b601b3-a408-4174-ad9b-bb1400521d8c", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765]}, "Documentation"->{ Cell[22517, 567, 195, 5, 70, "Section",ExpressionUUID->"969e5462-5c58-4fc5-8153-0c6279a4da1c", CellTags->{"Documentation", "TemplateSection"}, CellID->429741307]}, "TemplateSection"->{ Cell[22517, 567, 195, 5, 70, "Section",ExpressionUUID->"969e5462-5c58-4fc5-8153-0c6279a4da1c", CellTags->{"Documentation", "TemplateSection"}, CellID->429741307], Cell[413142, 7200, 249, 5, 70, "Section",ExpressionUUID->"fa1e9983-8b13-45b2-9203-361ee18af7ab", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116]}, "Usage"->{ Cell[22737, 576, 1980, 50, 70, "Subsection",ExpressionUUID->"542c3611-8215-4f58-9f61-90665ab61ee2", CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310]}, "Details & Options"->{ Cell[25175, 651, 1429, 32, 70, "Subsection",ExpressionUUID->"d1e81f51-0f9f-4118-ba22-b1a6ed9b5d2e", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236]}, "Notes"->{ Cell[25175, 651, 1429, 32, 70, "Subsection",ExpressionUUID->"d1e81f51-0f9f-4118-ba22-b1a6ed9b5d2e", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236]}, "TabNext"->{ Cell[26607, 685, 370, 7, 70, "Notes",ExpressionUUID->"e313435d-09fd-469b-a6a6-423813f47ddc", CellTags->"TabNext", CellID->418987199], Cell[424437, 7569, 522, 8, 70, "Item",ExpressionUUID->"7b183ce9-fb4a-4839-aa87-8adf3b4d8154", CellTags->{"DefaultContent", "TabNext"}, CellID->768332473], Cell[426038, 7610, 528, 8, 70, "Item",ExpressionUUID->"66303abd-324f-4eec-bb88-4859b83c9c99", CellTags->{"DefaultContent", "TabNext"}, CellID->873143661], Cell[453895, 8369, 529, 8, 70, "Text",ExpressionUUID->"4bbcb629-f9bf-4ff5-a9c7-5c60f0e216c2", CellTags->{"DefaultContent", "TabNext"}, CellID->958952487], Cell[455497, 8410, 515, 8, 70, "Text",ExpressionUUID->"2ae1ed0b-be7f-4034-b312-437e5f8b3280", CellTags->{"DefaultContent", "TabNext"}, CellID->604291542]}, "Examples"->{ Cell[29288, 774, 7029, 152, 70, "Section",ExpressionUUID->"4e285d5d-aba8-441a-b997-aac725ff78e4", CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011]}, "Source & Additional Information"->{ Cell[413142, 7200, 249, 5, 70, "Section",ExpressionUUID->"fa1e9983-8b13-45b2-9203-361ee18af7ab", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116]}, "Contributed By"->{ Cell[413416, 7209, 1026, 26, 70, "Subsection",ExpressionUUID->"028ef7ff-8457-45d7-aa39-67baf4713caf", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256]}, "ContributorInformation"->{ Cell[413416, 7209, 1026, 26, 70, "Subsection",ExpressionUUID->"028ef7ff-8457-45d7-aa39-67baf4713caf", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256]}, "Keywords"->{ Cell[414533, 7243, 996, 26, 70, "Subsection",ExpressionUUID->"9c02e571-7374-4928-a45b-3609384de4dd", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425]}, "Categories"->{ Cell[415753, 7283, 221, 6, 70, "Subsection",ExpressionUUID->"08c3a828-2a4f-49ff-b020-bbcd5ff2e074", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[415977, 7291, 7440, 245, 70, "Output",ExpressionUUID->"1a1182bd-6d5e-4f5a-8c99-0180b989f877", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->63114265]}, "Categories-Checkboxes"->{ Cell[415977, 7291, 7440, 245, 70, "Output",ExpressionUUID->"1a1182bd-6d5e-4f5a-8c99-0180b989f877", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->63114265]}, "CheckboxCell"->{ Cell[415977, 7291, 7440, 245, 70, "Output",ExpressionUUID->"1a1182bd-6d5e-4f5a-8c99-0180b989f877", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->63114265], Cell[441772, 8013, 1321, 40, 70, "Output",ExpressionUUID->"f5c7e45c-0aca-4803-8ca4-785fff205bae", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524], Cell[444413, 8093, 1365, 41, 70, "Output",ExpressionUUID->"3c956a07-bca1-40bc-a3a5-6f4adcc2b2d5", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059], Cell[447731, 8187, 2896, 83, 70, "Output",ExpressionUUID->"ec2a76b8-bdeb-475f-a4e7-8432cb915c09", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308], Cell[451738, 8304, 938, 28, 70, "Output",ExpressionUUID->"74794e1f-bb00-4ed8-a492-4206a86c050d", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203]}, "Related Symbols"->{ Cell[423454, 7541, 980, 26, 70, "Subsection",ExpressionUUID->"a467d97f-6781-4422-84b3-aa6876272fe8", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169]}, "DefaultContent"->{ Cell[424437, 7569, 522, 8, 70, "Item",ExpressionUUID->"7b183ce9-fb4a-4839-aa87-8adf3b4d8154", CellTags->{"DefaultContent", "TabNext"}, CellID->768332473], Cell[426038, 7610, 528, 8, 70, "Item",ExpressionUUID->"66303abd-324f-4eec-bb88-4859b83c9c99", CellTags->{"DefaultContent", "TabNext"}, CellID->873143661], Cell[440530, 7975, 89, 2, 70, "Text",ExpressionUUID->"fcd5d984-91cb-43ab-a7dc-394b129de200", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768], Cell[453895, 8369, 529, 8, 70, "Text",ExpressionUUID->"4bbcb629-f9bf-4ff5-a9c7-5c60f0e216c2", CellTags->{"DefaultContent", "TabNext"}, CellID->958952487], Cell[455497, 8410, 515, 8, 70, "Text",ExpressionUUID->"2ae1ed0b-be7f-4034-b312-437e5f8b3280", CellTags->{"DefaultContent", "TabNext"}, CellID->604291542]}, "Related Resource Objects"->{ Cell[424996, 7582, 1039, 26, 70, "Subsection",ExpressionUUID->"df00c8a7-ab2b-4a0a-8a02-b82033908729", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472]}, "Source/Reference Citation"->{ Cell[426603, 7623, 1084, 26, 70, "Subsection",ExpressionUUID->"a1d63433-a5d0-400a-921e-64d670b6bd19", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552]}, "Links"->{ Cell[428167, 7666, 923, 26, 70, "Subsection",ExpressionUUID->"232a8e92-0917-4f65-a551-788dd67d8c2e", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773]}, "Tests"->{ Cell[429505, 7708, 1874, 45, 70, "Subsection",ExpressionUUID->"04bef029-8d0c-43c1-99b2-2b035002c532", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448]}, "VerificationTests"->{ Cell[429505, 7708, 1874, 45, 70, "Subsection",ExpressionUUID->"04bef029-8d0c-43c1-99b2-2b035002c532", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448]}, "Compatibility"->{ Cell[438373, 7913, 955, 25, 70, "Subsection",ExpressionUUID->"161c1e46-c244-418e-8ca0-3f5e90e22954", CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822]}, "CompatibilityWolframLanguageVersionRequired"->{ Cell[439353, 7942, 1174, 31, 70, "Subsubsection",ExpressionUUID->"411e2a50-9a43-43f5-a234-bbbcf2a4ca44", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016]}, "Wolfram Language Version"->{ Cell[439353, 7942, 1174, 31, 70, "Subsubsection",ExpressionUUID->"411e2a50-9a43-43f5-a234-bbbcf2a4ca44", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016]}, "ScrapeDefault"->{ Cell[440530, 7975, 89, 2, 70, "Text",ExpressionUUID->"fcd5d984-91cb-43ab-a7dc-394b129de200", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768]}, "CompatibilityOperatingSystem"->{ Cell[440656, 7982, 1113, 29, 70, "Subsubsection",ExpressionUUID->"a27d34a8-5f8d-46c9-b378-5d505a98852a", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[441772, 8013, 1321, 40, 70, "Output",ExpressionUUID->"f5c7e45c-0aca-4803-8ca4-785fff205bae", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524]}, "Operating System"->{ Cell[440656, 7982, 1113, 29, 70, "Subsubsection",ExpressionUUID->"a27d34a8-5f8d-46c9-b378-5d505a98852a", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406]}, "CompatibilityOperatingSystem-Checkboxes"->{ Cell[441772, 8013, 1321, 40, 70, "Output",ExpressionUUID->"f5c7e45c-0aca-4803-8ca4-785fff205bae", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524]}, "CompatibilityFeatures"->{ Cell[443130, 8058, 1280, 33, 70, "Subsubsection",ExpressionUUID->"e245710a-024a-426e-b456-e480dd6854ee", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[444413, 8093, 1365, 41, 70, "Output",ExpressionUUID->"3c956a07-bca1-40bc-a3a5-6f4adcc2b2d5", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059]}, "Required Features"->{ Cell[443130, 8058, 1280, 33, 70, "Subsubsection",ExpressionUUID->"e245710a-024a-426e-b456-e480dd6854ee", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156]}, "CompatibilityFeatures-Checkboxes"->{ Cell[444413, 8093, 1365, 41, 70, "Output",ExpressionUUID->"3c956a07-bca1-40bc-a3a5-6f4adcc2b2d5", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059]}, "CompatibilityEvaluationEnvironment"->{ Cell[445815, 8139, 1913, 46, 70, "Subsubsection",ExpressionUUID->"a242dba3-d326-426d-b906-b80b9ef30a81", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[447731, 8187, 2896, 83, 70, "Output",ExpressionUUID->"ec2a76b8-bdeb-475f-a4e7-8432cb915c09", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308]}, "Environments"->{ Cell[445815, 8139, 1913, 46, 70, "Subsubsection",ExpressionUUID->"a242dba3-d326-426d-b906-b80b9ef30a81", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563]}, "CompatibilityEvaluationEnvironment-Checkboxes"->{ Cell[447731, 8187, 2896, 83, 70, "Output",ExpressionUUID->"ec2a76b8-bdeb-475f-a4e7-8432cb915c09", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308]}, "Cloud Support"->{ Cell[450664, 8275, 1071, 27, 70, "Subsubsection",ExpressionUUID->"001ed7a9-a409-4c55-b028-788b9622a665", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371]}, "CompatibilityCloudSupport"->{ Cell[450664, 8275, 1071, 27, 70, "Subsubsection",ExpressionUUID->"001ed7a9-a409-4c55-b028-788b9622a665", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[451738, 8304, 938, 28, 70, "Output",ExpressionUUID->"74794e1f-bb00-4ed8-a492-4206a86c050d", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203]}, "CompatibilityCloudSupport-Checkboxes"->{ Cell[451738, 8304, 938, 28, 70, "Output",ExpressionUUID->"74794e1f-bb00-4ed8-a492-4206a86c050d", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203]}, "Author Notes"->{ Cell[452737, 8339, 1155, 28, 70, "Section",ExpressionUUID->"0b078a17-5063-4e3f-8e38-a3b4ab5b2986", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591]}, "Submission Notes"->{ Cell[454461, 8382, 1033, 26, 70, "Section",ExpressionUUID->"c2b601b3-a408-4174-ad9b-bb1400521d8c", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765]} } *) (*CellTagsIndex CellTagsIndex->{ {"Name", 579422, 10761}, {"TemplateCell", 579603, 10765}, {"Title", 579936, 10772}, {"Description", 580116, 10776}, {"Definition", 580293, 10780}, {"Function", 580489, 10784}, {"TemplateCellGroup", 580694, 10788}, {"Documentation", 584548, 10849}, {"TemplateSection", 584742, 10853}, {"Usage", 585117, 10860}, {"Details & Options", 585312, 10864}, {"Notes", 585516, 10868}, {"TabNext", 585722, 10872}, {"Examples", 586532, 10888}, {"Source & Additional Information", 586742, 10892}, {"Contributed By", 586955, 10896}, {"ContributorInformation", 587191, 10900}, {"Keywords", 587413, 10904}, {"Categories", 587605, 10908}, {"Categories-Checkboxes", 588002, 10915}, {"CheckboxCell", 588215, 10919}, {"Related Symbols", 589336, 10935}, {"DefaultContent", 589539, 10939}, {"Related Resource Objects", 590391, 10955}, {"Source/Reference Citation", 590615, 10959}, {"Links", 590820, 10963}, {"Tests", 591004, 10967}, {"VerificationTests", 591222, 10971}, {"Compatibility", 591436, 10975}, {"CompatibilityWolframLanguageVersionRequired", 591666, 10979}, {"Wolfram Language Version", 591939, 10983}, {"ScrapeDefault", 592201, 10987}, {"CompatibilityOperatingSystem", 592405, 10991}, {"Operating System", 592875, 10998}, {"CompatibilityOperatingSystem-Checkboxes", 593140, 11002}, {"CompatibilityFeatures", 593397, 11006}, {"Required Features", 593849, 11013}, {"CompatibilityFeatures-Checkboxes", 594101, 11017}, {"CompatibilityEvaluationEnvironment", 594358, 11021}, {"Environments", 594838, 11028}, {"CompatibilityEvaluationEnvironment-Checkboxes", 595111, 11032}, {"Cloud Support", 595372, 11036}, {"CompatibilityCloudSupport", 595617, 11040}, {"CompatibilityCloudSupport-Checkboxes", 596095, 11047}, {"Author Notes", 596337, 11051}, {"Submission Notes", 596537, 11055} } *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[627, 23, 93, 2, 70, "Title",ExpressionUUID->"7e663f6a-9051-4ed7-b7c6-cca312c63b8a", CellTags->{"Name", "TemplateCell", "Title"}, CellID->49442148], Cell[723, 27, 98, 2, 70, "Text",ExpressionUUID->"dcd00790-9517-4c49-9c85-f59b726a11f2", CellTags->{"Description", "TemplateCell"}, CellID->418677321], Cell[CellGroupData[{ Cell[846, 33, 1206, 29, 70, "Section",ExpressionUUID->"b4086d1a-f45b-41e9-8a89-364e4350a93d", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326], Cell[2055, 64, 20425, 498, 70, "Input",ExpressionUUID->"8f527745-873a-456d-a147-d7040491f9b5", InitializationCell->True, CellID->531694526] }, Open ]], Cell[CellGroupData[{ Cell[22517, 567, 195, 5, 70, "Section",ExpressionUUID->"969e5462-5c58-4fc5-8153-0c6279a4da1c", CellTags->{"Documentation", "TemplateSection"}, CellID->429741307], Cell[CellGroupData[{ Cell[22737, 576, 1980, 50, 70, "Subsection",ExpressionUUID->"542c3611-8215-4f58-9f61-90665ab61ee2", CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310], Cell[CellGroupData[{ Cell[24742, 630, 185, 6, 70, "UsageInputs",ExpressionUUID->"183af0e7-b644-4d80-90ab-f7d640dd1d60", CellID->893942645], Cell[24930, 638, 196, 7, 70, "UsageDescription",ExpressionUUID->"e8550534-e219-4bcf-a66f-419b126c0e9b", CellID->332104891] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[25175, 651, 1429, 32, 70, "Subsection",ExpressionUUID->"d1e81f51-0f9f-4118-ba22-b1a6ed9b5d2e", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236], Cell[26607, 685, 370, 7, 70, "Notes",ExpressionUUID->"e313435d-09fd-469b-a6a6-423813f47ddc", CellTags->"TabNext", CellID->418987199], Cell[26980, 694, 1221, 40, 70, "Notes",ExpressionUUID->"4073700d-66b3-48a2-8a36-70bc787ffd29", CellID->503214892], Cell[28204, 736, 156, 5, 70, "Notes",ExpressionUUID->"60347f51-7980-4d99-adab-65bc17bcd3f3", CellID->843898625], Cell[28363, 743, 876, 25, 70, "TableNotes",ExpressionUUID->"3b888820-8085-40ec-a5c7-70660906f91c", CellID->586357436] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[29288, 774, 7029, 152, 70, "Section",ExpressionUUID->"4e285d5d-aba8-441a-b997-aac725ff78e4", CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011], Cell[CellGroupData[{ Cell[36342, 930, 56, 1, 70, "Subsection",ExpressionUUID->"28589dcd-d714-4f32-967e-ae6e10d3fd85", CellID->462042388], Cell[36401, 933, 124, 2, 70, "Text",ExpressionUUID->"9b824dc0-932b-49b6-993f-71d026aebbb3", CellID->172036282], Cell[CellGroupData[{ Cell[36550, 939, 274, 6, 70, "Input",ExpressionUUID->"a7b1495e-9ef1-41e0-8f6d-ee03b8f7244e", CellID->364997874], Cell[36827, 947, 60921, 1029, 70, "Output",ExpressionUUID->"9e1a7e56-67ad-4524-9941-579a67db0aab", CellID->881025101] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[97797, 1982, 49, 1, 70, "Subsection",ExpressionUUID->"bd15bf4a-c5d2-4053-9819-e2562cdf2e55", CellID->776923543], Cell[CellGroupData[{ Cell[97871, 1987, 123, 2, 70, "Subsubsection",ExpressionUUID->"29689d45-7b06-4214-815e-3d09900c5e71", CellID->57268483], Cell[97997, 1991, 658, 21, 70, "Text",ExpressionUUID->"bf4fe9f4-b800-4eb7-a5d7-82388f1006cc", CellID->135347257], Cell[CellGroupData[{ Cell[98680, 2016, 862, 15, 70, "Input",ExpressionUUID->"3d3bf482-a97b-42b5-8e1d-511dc9826128", CellID->263474147], Cell[99545, 2033, 70343, 1193, 70, "Output",ExpressionUUID->"94211bf2-ba87-4080-8d21-bc9c31c38bc0", CellID->458497240] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[169937, 3232, 100, 2, 70, "Subsubsection",ExpressionUUID->"53303cd9-68d6-4988-9258-5aa8858f1a32", CellID->632381321], Cell[170040, 3236, 229, 4, 70, "Text",ExpressionUUID->"45c29acf-add4-43d3-a5dd-e06b42659527", CellID->281185949], Cell[CellGroupData[{ Cell[170294, 3244, 962, 16, 70, "Input",ExpressionUUID->"5400814d-dc1e-4e06-97f7-893ddb0fefb2", CellID->312926953], Cell[171259, 3262, 71213, 1142, 70, "Output",ExpressionUUID->"0fb6cbcc-6350-42de-a344-70fb751875e9", CellID->639184688] }, Open ]], Cell[CellGroupData[{ Cell[242509, 4409, 561, 11, 70, "Input",ExpressionUUID->"67215ada-91e8-4808-9169-44d306c5de17", CellID->306244897], Cell[243073, 4422, 2873, 42, 70, "Output",ExpressionUUID->"e3a88a05-4dc1-43ca-8daf-6db1614b6912", CellID->894146015] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[245995, 4470, 97, 2, 70, "Subsubsection",ExpressionUUID->"1441303f-fd9d-4d1d-a00a-6afec4c8ed0d", CellID->36463826], Cell[246095, 4474, 176, 3, 70, "Text",ExpressionUUID->"4f25d4af-a1ea-4196-903b-26a599c7e751", CellID->598564435], Cell[CellGroupData[{ Cell[246296, 4481, 615, 13, 70, "Input",ExpressionUUID->"0b617088-83ac-4e7c-a276-6e4a79e5ee59", CellID->599681666], Cell[246914, 4496, 96433, 1539, 70, "Output",ExpressionUUID->"7023fab8-2d78-4ed8-9854-43e5e3fab3a2", CellID->557454706] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[343396, 6041, 89, 2, 70, "Subsubsection",ExpressionUUID->"19f6905d-6fe3-4332-a45f-195a04123636", CellID->181192198], Cell[CellGroupData[{ Cell[343510, 6047, 572, 11, 70, "Input",ExpressionUUID->"e1ccfb56-c802-49dd-8feb-3a1da851eba3", CellID->750760039], Cell[344085, 6060, 68984, 1132, 70, "Output",ExpressionUUID->"41bc08ae-c6bb-4f40-b030-4638eddc9830", CellID->956375220] }, Open ]] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[413142, 7200, 249, 5, 70, "Section",ExpressionUUID->"fa1e9983-8b13-45b2-9203-361ee18af7ab", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116], Cell[CellGroupData[{ Cell[413416, 7209, 1026, 26, 70, "Subsection",ExpressionUUID->"028ef7ff-8457-45d7-aa39-67baf4713caf", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256], Cell[414445, 7237, 51, 1, 70, "Text",ExpressionUUID->"c1f296bc-38aa-451a-8e4d-26e3c0d5e65c", CellID->990503531] }, Open ]], Cell[CellGroupData[{ Cell[414533, 7243, 996, 26, 70, "Subsection",ExpressionUUID->"9c02e571-7374-4928-a45b-3609384de4dd", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425], Cell[415532, 7271, 53, 1, 70, "Item",ExpressionUUID->"68c800cb-7816-406a-9568-42e31d6489fa", CellID->57854230], Cell[415588, 7274, 64, 1, 70, "Item",ExpressionUUID->"0d059b9e-7a33-484e-8c39-cf566dc8786c", CellID->960531069], Cell[415655, 7277, 61, 1, 70, "Item",ExpressionUUID->"579af10c-a27e-4851-8015-3aad76ecb92a", CellID->778299503] }, Open ]], Cell[CellGroupData[{ Cell[415753, 7283, 221, 6, 70, "Subsection",ExpressionUUID->"08c3a828-2a4f-49ff-b020-bbcd5ff2e074", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[415977, 7291, 7440, 245, 70, "Output",ExpressionUUID->"1a1182bd-6d5e-4f5a-8c99-0180b989f877", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->63114265] }, Open ]], Cell[CellGroupData[{ Cell[423454, 7541, 980, 26, 70, "Subsection",ExpressionUUID->"a467d97f-6781-4422-84b3-aa6876272fe8", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169], Cell[424437, 7569, 522, 8, 70, "Item",ExpressionUUID->"7b183ce9-fb4a-4839-aa87-8adf3b4d8154", CellTags->{"DefaultContent", "TabNext"}, CellID->768332473] }, Open ]], Cell[CellGroupData[{ Cell[424996, 7582, 1039, 26, 70, "Subsection",ExpressionUUID->"df00c8a7-ab2b-4a0a-8a02-b82033908729", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472], Cell[426038, 7610, 528, 8, 70, "Item",ExpressionUUID->"66303abd-324f-4eec-bb88-4859b83c9c99", CellTags->{"DefaultContent", "TabNext"}, CellID->873143661] }, Open ]], Cell[CellGroupData[{ Cell[426603, 7623, 1084, 26, 70, "Subsection",ExpressionUUID->"a1d63433-a5d0-400a-921e-64d670b6bd19", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552], Cell[427690, 7651, 440, 10, 70, "Text",ExpressionUUID->"00dec42b-0c26-448d-a5e4-860704b27969", CellID->979328729] }, Open ]], Cell[CellGroupData[{ Cell[428167, 7666, 923, 26, 70, "Subsection",ExpressionUUID->"232a8e92-0917-4f65-a551-788dd67d8c2e", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773], Cell[429093, 7694, 375, 9, 70, "Item",ExpressionUUID->"4f5de4d1-1f29-4595-9757-325c49ae1248", CellID->742270744] }, Open ]], Cell[CellGroupData[{ Cell[429505, 7708, 1874, 45, 70, "Subsection",ExpressionUUID->"04bef029-8d0c-43c1-99b2-2b035002c532", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448], Cell[431382, 7755, 6954, 153, 70, "Input",ExpressionUUID->"00468cc6-0fa3-4bba-94f9-73c5b45a0ca3", CellID->505255856] }, Open ]], Cell[CellGroupData[{ Cell[438373, 7913, 955, 25, 70, "Subsection",ExpressionUUID->"161c1e46-c244-418e-8ca0-3f5e90e22954", CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822], Cell[CellGroupData[{ Cell[439353, 7942, 1174, 31, 70, "Subsubsection",ExpressionUUID->"411e2a50-9a43-43f5-a234-bbbcf2a4ca44", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016], Cell[440530, 7975, 89, 2, 70, "Text",ExpressionUUID->"fcd5d984-91cb-43ab-a7dc-394b129de200", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768] }, Open ]], Cell[CellGroupData[{ Cell[440656, 7982, 1113, 29, 70, "Subsubsection",ExpressionUUID->"a27d34a8-5f8d-46c9-b378-5d505a98852a", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[441772, 8013, 1321, 40, 70, "Output",ExpressionUUID->"f5c7e45c-0aca-4803-8ca4-785fff205bae", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524] }, Closed]], Cell[CellGroupData[{ Cell[443130, 8058, 1280, 33, 70, "Subsubsection",ExpressionUUID->"e245710a-024a-426e-b456-e480dd6854ee", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[444413, 8093, 1365, 41, 70, "Output",ExpressionUUID->"3c956a07-bca1-40bc-a3a5-6f4adcc2b2d5", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059] }, Closed]], Cell[CellGroupData[{ Cell[445815, 8139, 1913, 46, 70, "Subsubsection",ExpressionUUID->"a242dba3-d326-426d-b906-b80b9ef30a81", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[447731, 8187, 2896, 83, 70, "Output",ExpressionUUID->"ec2a76b8-bdeb-475f-a4e7-8432cb915c09", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308] }, Closed]], Cell[CellGroupData[{ Cell[450664, 8275, 1071, 27, 70, "Subsubsection",ExpressionUUID->"001ed7a9-a409-4c55-b028-788b9622a665", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[451738, 8304, 938, 28, 70, "Output",ExpressionUUID->"74794e1f-bb00-4ed8-a492-4206a86c050d", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203] }, Closed]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[452737, 8339, 1155, 28, 70, "Section",ExpressionUUID->"0b078a17-5063-4e3f-8e38-a3b4ab5b2986", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591], Cell[453895, 8369, 529, 8, 70, "Text",ExpressionUUID->"4bbcb629-f9bf-4ff5-a9c7-5c60f0e216c2", CellTags->{"DefaultContent", "TabNext"}, CellID->958952487] }, Open ]], Cell[CellGroupData[{ Cell[454461, 8382, 1033, 26, 70, "Section",ExpressionUUID->"c2b601b3-a408-4174-ad9b-bb1400521d8c", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765], Cell[455497, 8410, 515, 8, 70, "Text",ExpressionUUID->"2ae1ed0b-be7f-4034-b312-437e5f8b3280", CellTags->{"DefaultContent", "TabNext"}, CellID->604291542] }, Open ]] }, Open ]] } ] *) (* End of internal cache information *)