(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 10.2' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 898280, 19926] NotebookOptionsPosition[ 895187, 19817] NotebookOutlinePosition[ 895525, 19832] CellTagsIndexPosition[ 895482, 19829] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[BoxData[ RowBox[{ RowBox[{"SetDirectory", "[", RowBox[{"NotebookDirectory", "[", "]"}], "]"}], ";"}]], "Input", CellChangeTimes->{{3.6500918481141677`*^9, 3.6500918672909784`*^9}, { 3.65009659311545*^9, 3.6500965996117864`*^9}, {3.6500966357199335`*^9, 3.6500966359080443`*^9}}], Cell[CellGroupData[{ Cell["Functions", "Section", CellChangeTimes->{{3.6501880356703863`*^9, 3.650188037295412*^9}}], Cell[BoxData[ RowBox[{ RowBox[{"goPuller", "[", "input_", "]"}], ":=", "\[IndentingNewLine]", RowBox[{"Thread", "[", RowBox[{"StringTrim", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"StringSplit", "[", RowBox[{ RowBox[{"Rest", "[", "input", "]"}], ",", "\"\<;\>\""}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"RegularExpression", "[", "\"\<^.*\\[|\\].*$| \>\"", "]"}]}], "\[IndentingNewLine]", "]"}], "]"}], " ", RowBox[{"(*", RowBox[{ "This", " ", "function", " ", "trims", " ", "the", " ", "header", " ", "row", " ", "removes", " ", "whitespace", " ", "and", " ", "collects", " ", "GO", " ", "terms", " ", RowBox[{"together", ".", " ", "It"}], " ", "only", " ", "works", " ", "on", " ", "single", " ", "column", " ", "vectors"}], "*)"}]}]], "Input", CellChangeTimes->{{3.6500953962407813`*^9, 3.6500954384089575`*^9}, { 3.6500955847617426`*^9, 3.650095588721384*^9}, {3.6500957319500813`*^9, 3.650095735295317*^9}, {3.650095773819053*^9, 3.6500958578582025`*^9}, { 3.650096296764452*^9, 3.6500962976330247`*^9}, {3.6500969055742164`*^9, 3.6500969993678837`*^9}, {3.6500970656041327`*^9, 3.6500971753774757`*^9}, { 3.6500972058088126`*^9, 3.650097272350271*^9}, {3.650097771687893*^9, 3.6500978333711023`*^9}}] }, Open ]], Cell[CellGroupData[{ Cell["Data import, creating data structures", "Section", CellChangeTimes->{{3.6501880429893303`*^9, 3.6501880449491434`*^9}, { 3.6501881026228957`*^9, 3.6501881089280653`*^9}}], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"dat", "[", RowBox[{"[", "1", "]"}], "]"}]], "Input", CellChangeTimes->{{3.6501983400322075`*^9, 3.650198341527208*^9}}], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"Entry\"\>", ",", "\<\"Gene ontology IDs\"\>", ",", "\<\"Gene ontology (GO)\"\>", ",", "\<\"Gene ontology (biological process)\"\>", ",", "\<\"Gene ontology (molecular function)\"\>", ",", "\<\"Gene ontology (cellular component)\"\>"}], "}"}]], "Output", CellChangeTimes->{3.6501983428210697`*^9}] }, Open ]], Cell[BoxData[{ RowBox[{ RowBox[{"dat", "=", RowBox[{"Import", "[", "\"\\"", "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"clusters", "=", RowBox[{"Import", "[", "\"\\"", "]"}]}], ";"}], "\[IndentingNewLine]"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"protRef", "=", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Rest", "[", RowBox[{"dat", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{"goPuller", "[", RowBox[{"dat", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}], "]"}]}], "}"}], "\[Transpose]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"clusters", " ", "=", RowBox[{"Pick", "[", RowBox[{"clusters", ",", RowBox[{"Table", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"protRef", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], ",", RowBox[{"i", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "clusters"}], "}"}]}], "]"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"protRef", "=", RowBox[{ RowBox[{"Insert", "[", RowBox[{ RowBox[{"protRef", "\[Transpose]"}], ",", RowBox[{"clusters", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}], ",", "2"}], "]"}], "\[Transpose]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.650096696501526*^9, 3.650096740962236*^9}, { 3.650097296067113*^9, 3.650097309091816*^9}, {3.650097352117562*^9, 3.6500973754271345`*^9}, {3.650097415345811*^9, 3.650097452040324*^9}, { 3.650097501347271*^9, 3.6500975050377383`*^9}, {3.6500977170774045`*^9, 3.650097718236182*^9}, {3.650099022591752*^9, 3.650099025447657*^9}, { 3.65009910526199*^9, 3.65009912901686*^9}, {3.650099280638162*^9, 3.650099308073494*^9}, {3.650145828419118*^9, 3.6501458398256907`*^9}, { 3.6501458966562014`*^9, 3.6501459141844587`*^9}, {3.6502301522273893`*^9, 3.6502301657354145`*^9}}], Cell[BoxData[{ RowBox[{ RowBox[{"goTerms", "=", RowBox[{"Union", "[", RowBox[{"Flatten", "[", RowBox[{"protRef", "[", RowBox[{"[", RowBox[{"All", ",", "3"}], "]"}], "]"}], "]"}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"goRef", "=", RowBox[{"Table", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"j", ",", RowBox[{"Pick", "[", RowBox[{ RowBox[{"protRef", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], ",", RowBox[{"Table", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"i", "[", RowBox[{"[", "3", "]"}], "]"}], ",", "j"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "protRef"}], "}"}]}], "]"}]}], "]"}]}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"j", ",", "goTerms"}], "}"}]}], "]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.650091911898799*^9, 3.650091913051551*^9}, { 3.650093114707412*^9, 3.6500931395129867`*^9}, {3.650093358491294*^9, 3.650093375037362*^9}, {3.6500935180919266`*^9, 3.650093636169819*^9}, { 3.650093729782365*^9, 3.6500937620269127`*^9}, {3.650093793213744*^9, 3.65009400968338*^9}, {3.650094046248811*^9, 3.6500940542731686`*^9}, { 3.6500941540468335`*^9, 3.650094200444829*^9}, {3.650097695693117*^9, 3.6500976968599005`*^9}, {3.6501449256294994`*^9, 3.6501449472687707`*^9}, {3.6501449986278887`*^9, 3.6501450728828287`*^9}, {3.650145199642392*^9, 3.650145202222638*^9}, { 3.6501453391290145`*^9, 3.6501453596345396`*^9}, {3.6501454486000566`*^9, 3.650145458063815*^9}, {3.650145959980855*^9, 3.650145996205048*^9}, 3.6501460467072926`*^9, {3.6501467652019973`*^9, 3.6501467915456448`*^9}, { 3.6501880801977987`*^9, 3.6501880812266455`*^9}}], Cell[TextData[{ "Here we create 2 data structures that can be easily interogated: \n", StyleBox["protRef", FontWeight->"Bold"], " gives the AC, the cluster it belongs to, and all GO terms associated with \ it\n", StyleBox["goRef ", FontWeight->"Bold"], "gives the GO term, and all proteins associated with it" }], "Text", CellChangeTimes->{{3.650188822025344*^9, 3.650188933468877*^9}}], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{"protRef", "[", RowBox[{"[", "1", "]"}], "]"}], "\[IndentingNewLine]", RowBox[{"goRef", "[", RowBox[{"[", "1", "]"}], "]"}]}], "Input", CellChangeTimes->{{3.6501453985666475`*^9, 3.6501454185493*^9}, { 3.650188053664385*^9, 3.6501880714926662`*^9}}], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"P0AG80\"\>", ",", "1", ",", RowBox[{"{", RowBox[{"\<\"GO:0055052\"\>", ",", "\<\"GO:0015794\"\>", ",", "\<\"GO:0001407\"\>", ",", "\<\"GO:0030288\"\>", ",", "\<\"GO:0005215\"\>"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{{3.6501454121152086`*^9, 3.6501454196496973`*^9}, 3.650146862731979*^9, {3.6501880632073355`*^9, 3.650188072001489*^9}}], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"GO:0000015\"\>", ",", RowBox[{"{", "\<\"P0A6P9\"\>", "}"}]}], "}"}]], "Output", CellChangeTimes->{{3.6501454121152086`*^9, 3.6501454196496973`*^9}, 3.650146862731979*^9, {3.6501880632073355`*^9, 3.6501880720175066`*^9}}] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Working the data", "Section", CellChangeTimes->{{3.650188222809727*^9, 3.6501882383630543`*^9}, { 3.6501886633468065`*^9, 3.650188673122813*^9}}], Cell[CellGroupData[{ Cell["Trimming GO terms to reasonable level --ok--", "Subsection", CellChangeTimes->{{3.6501886766569543`*^9, 3.650188679293053*^9}, { 3.6502313007517557`*^9, 3.6502313020226107`*^9}}], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"goCount", "=", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"goRef", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], ",", RowBox[{"Table", "[", RowBox[{ RowBox[{"Length", "[", RowBox[{"i", "[", RowBox[{"[", "2", "]"}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "goRef"}], "}"}]}], "]"}]}], "}"}], "\[Transpose]"}]}], ";"}], " ", RowBox[{"(*", RowBox[{ "Number", " ", "of", " ", "proteins", " ", "associated", " ", "with", " ", "each", " ", "GO", " ", "term"}], "*)"}]}], "\[IndentingNewLine]", RowBox[{ RowBox[{"goCut", "=", RowBox[{ RowBox[{ RowBox[{"Pick", "[", RowBox[{"goCount", ",", RowBox[{"Thread", "[", RowBox[{ RowBox[{"goCount", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}], "\[GreaterEqual]", "#"}], "]"}]}], "]"}], "&"}], "[", "20", "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{"Dimensions", "[", "%", "]"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"(*", RowBox[{ "Minimum", " ", "number", " ", "of", " ", "protein", " ", "hits", " ", "is", " ", "slotted", " ", "into", " ", "equation"}], "*)"}]}]}], "Input", CellChangeTimes->{{3.650188565178969*^9, 3.6501886160624676`*^9}, { 3.6501887348959427`*^9, 3.6501887706350493`*^9}, {3.6501890109582677`*^9, 3.6501890117983046`*^9}, {3.6501890669214344`*^9, 3.6501890690258884`*^9}, 3.6501908236190057`*^9, {3.6501908578118486`*^9, 3.6501908650296745`*^9}, { 3.650191176772973*^9, 3.6501912633848257`*^9}, {3.650191334440302*^9, 3.65019137763416*^9}}], Cell[BoxData[ RowBox[{"{", RowBox[{"19", ",", "2"}], "}"}]], "Output", CellChangeTimes->{{3.650191259887491*^9, 3.65019126430344*^9}, { 3.650191335196807*^9, 3.650191378490733*^9}}] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Calculating the % GO included in the cluster --ok--", "Subsection", CellChangeTimes->{{3.6501892562305326`*^9, 3.650189277720219*^9}, { 3.6502288855420775`*^9, 3.6502288869229994`*^9}}], Cell["\<\ Pick only GO terms that are on the cut list and sort by cluster\ \>", "Text", CellChangeTimes->{{3.650189833472337*^9, 3.650189849693716*^9}, { 3.6502289629277835`*^9, 3.65022896821533*^9}}], Cell[BoxData[{ RowBox[{ RowBox[{"clust", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"GatherBy", "[", RowBox[{"protRef", ",", " ", RowBox[{ RowBox[{"#", "[", RowBox[{"[", "2", "]"}], "]"}], "&"}]}], "]"}], "[", RowBox[{"[", RowBox[{"i", ",", "All", ",", "3"}], "]"}], "]"}], "//", "Flatten"}], "//", "Tally"}], ",", RowBox[{"{", RowBox[{"i", ",", "8"}], "}"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"clustMatch", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{ RowBox[{"Pick", "[", RowBox[{"j", ",", RowBox[{"Table", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"goCut", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], ",", "i"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"j", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}]}], "}"}]}], "]"}]}], "]"}], "//", "Sort"}], ",", RowBox[{"{", RowBox[{"j", ",", "clust"}], "}"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"clustMatch", "[", RowBox[{"[", RowBox[{"j", ",", "i", ",", "1"}], "]"}], "]"}], " ", "\[NotEqual]", " ", RowBox[{"goCut", "[", RowBox[{"[", RowBox[{"i", ",", "1"}], "]"}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"clustMatch", "[", RowBox[{"[", "j", "]"}], "]"}], "=", RowBox[{"Insert", "[", RowBox[{ RowBox[{"clustMatch", "[", RowBox[{"[", "j", "]"}], "]"}], ",", RowBox[{"{", RowBox[{ RowBox[{"goCut", "[", RowBox[{"[", RowBox[{"i", ",", "1"}], "]"}], "]"}], ",", "0"}], "}"}], ",", "i"}], "]"}]}]}], "]"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "[", "goCut", "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{"j", ",", RowBox[{"Length", "[", "clustMatch", "]"}]}], "}"}]}], "]"}], RowBox[{"(*", RowBox[{ "Selects", " ", "all", " ", "trimmed", " ", "matching", " ", "GO", " ", "terms", " ", "in", " ", "each", " ", "cluster"}], "*)"}]}], "\[IndentingNewLine]", RowBox[{ RowBox[{"finalDat", "=", RowBox[{ RowBox[{"N", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{"clustMatch", "[", RowBox[{"[", RowBox[{"All", ",", "All", ",", "2"}], "]"}], "]"}], "/", RowBox[{"Table", "[", RowBox[{ RowBox[{"Pick", "[", RowBox[{ RowBox[{"goCut", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}], ",", RowBox[{"Table", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"j", ",", RowBox[{"i", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "goCut"}], "}"}]}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"j", ",", RowBox[{"clustMatch", "[", RowBox[{"[", RowBox[{"All", ",", "All", ",", "1"}], "]"}], "]"}]}], "}"}]}], "]"}]}], "]"}], "*", "100"}]}], " ", ";", RowBox[{"(*", RowBox[{ "Proportional", " ", "percentages", " ", "of", " ", "GO", " ", "term", " ", "contributing", " ", "proteins", " ", "in", " ", "each", " ", "cluster"}], "*)"}]}]}], "Input", CellChangeTimes->{{3.650189957157549*^9, 3.650190006309738*^9}, { 3.65019006191354*^9, 3.650190111638439*^9}, {3.6501901830226264`*^9, 3.650190188203499*^9}, {3.6501903280989313`*^9, 3.6501903639698997`*^9}, { 3.6501904754403825`*^9, 3.65019047598674*^9}, {3.650190589713724*^9, 3.6501905924855776`*^9}, {3.650190675498041*^9, 3.6501906826758366`*^9}, { 3.6501907458330336`*^9, 3.650190746814691*^9}, {3.6501907862430325`*^9, 3.650190806734725*^9}, {3.650190910393984*^9, 3.6501909615731764`*^9}, { 3.6501910263824816`*^9, 3.650191030257066*^9}, {3.6502187202239532`*^9, 3.6502187372805643`*^9}, {3.650223267346489*^9, 3.6502232947165847`*^9}, { 3.6502289066061497`*^9, 3.650228924165883*^9}, {3.650229006722041*^9, 3.650229008063942*^9}}] }, Open ]], Cell[CellGroupData[{ Cell["Plotting the GO data --ok--", "Subsection", CellChangeTimes->{{3.6502162011646624`*^9, 3.6502162059178395`*^9}, { 3.6502179112789526`*^9, 3.650217924018529*^9}, {3.6502288689609985`*^9, 3.6502288690160403`*^9}}], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"clusterplot", "=", RowBox[{"BarChart", "[", RowBox[{"finalDat", ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\<% of total proteins contributing to GO term\>\""}], "}"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"{", RowBox[{"goCut", "\[LeftDoubleBracket]", RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], "}"}]}], ",", RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", RowBox[{"ChartLabels", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"Placed", "[", RowBox[{ RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}], ",", "Axis"}], "]"}], ",", RowBox[{"Placed", "[", RowBox[{"\"\<\>\"", ",", "Axis"}], "]"}]}], "}"}]}], ",", RowBox[{"LabelingFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Placed", "[", RowBox[{ RowBox[{"Row", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"#3", "\[LeftDoubleBracket]", RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}], ",", "#1"}], "}"}], ",", "\"\<,\>\""}], "]"}], ",", "Tooltip"}], "]"}], "&"}], ")"}]}]}], "]"}]}]], "Input", CellChangeTimes->{{3.650192387393826*^9, 3.6501923943986964`*^9}, { 3.6501924752607493`*^9, 3.6501925623994246`*^9}, {3.650192606672784*^9, 3.6501926256094303`*^9}, {3.650192668698515*^9, 3.6501926864813833`*^9}, { 3.6501927262818346`*^9, 3.6501927677781253`*^9}, {3.6501928815016365`*^9, 3.650192902161873*^9}, 3.650192958286579*^9, {3.650193065597931*^9, 3.650193067808361*^9}, {3.650193142289856*^9, 3.650193229873356*^9}, { 3.6502020392096815`*^9, 3.650202241387965*^9}, {3.650202272079671*^9, 3.65020234936618*^9}, {3.6502024708683667`*^9, 3.6502024910663214`*^9}, { 3.6502025385289288`*^9, 3.6502025573845572`*^9}, {3.6502163915538692`*^9, 3.6502164639842596`*^9}, 3.650216626156955*^9, {3.6502166779804163`*^9, 3.650216724396469*^9}, {3.650216758961446*^9, 3.6502168345435815`*^9}, { 3.650216951318637*^9, 3.65021698097133*^9}, 3.6502592511867065`*^9}], Cell[BoxData[ TemplateBox[{GraphicsBox[{{ Opacity[0], PointBox[{-2.468, 0.}]}, {{}, {{{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{0.6, 0.}, {1.6, 14.705882352941178`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "14.705882352941178`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 14.705882352941178`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{1.6, 0.}, {2.6, 24.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "24.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 24.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{2.6, 0.}, {3.6, 22.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "22.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 22.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{3.6, 0.}, {4.6, 20.87912087912088}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "20.87912087912088`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 20.87912087912088}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{4.6, 0.}, {5.6, 13.88888888888889}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "13.88888888888889`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 13.88888888888889}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{5.6, 0.}, {6.6, 11.842105263157894`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "11.842105263157894`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 11.842105263157894`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{6.6, 0.}, {7.6, 13.88888888888889}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "13.88888888888889`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 13.88888888888889}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{7.6, 0.}, {8.6, 9.090909090909092}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "9.090909090909092`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 9.090909090909092}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{8.6, 0.}, {9.6, 20.833333333333336`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "20.833333333333336`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 20.833333333333336`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{9.6, 0.}, {10.6, 21.951219512195124`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "21.951219512195124`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 21.951219512195124`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{10.6, 0.}, {11.6, 17.391304347826086`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "17.391304347826086`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 17.391304347826086`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{11.6, 0.}, {12.6, 14.285714285714285`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "14.285714285714285`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 14.285714285714285`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{12.6, 0.}, {13.6, 11.267605633802818`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "11.267605633802818`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 11.267605633802818`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{13.6, 0.}, {14.6, 13.559322033898304`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "13.559322033898304`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 13.559322033898304`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{14.6, 0.}, {15.6, 10.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "10.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 10.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{15.6, 0.}, {16.6, 14.814814814814813`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "14.814814814814813`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 14.814814814814813`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{16.6, 0.}, {17.6, 18.181818181818183`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "18.181818181818183`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 18.181818181818183`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{17.6, 0.}, {18.6, 14.084507042253522`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "14.084507042253522`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 14.084507042253522`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{18.6, 0.}, {19.6, 7.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"green\"", "7.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"green", 7.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{19.8, 0.}, {20.8, 11.76470588235294}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "11.76470588235294`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 11.76470588235294}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{20.8, 0.}, {21.8, 16.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "16.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 16.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{21.8, 0.}, {22.8, 7.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "7.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 7.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{22.8, 0.}, {23.8, 12.087912087912088`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "12.087912087912088`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 12.087912087912088`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{23.8, 0.}, {24.8, 12.962962962962962`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "12.962962962962962`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 12.962962962962962`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{24.8, 0.}, {25.8, 9.210526315789473}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "9.210526315789473`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 9.210526315789473}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{25.8, 0.}, {26.8, 13.88888888888889}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "13.88888888888889`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 13.88888888888889}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{26.8, 0.}, {27.8, 18.181818181818183`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "18.181818181818183`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 18.181818181818183`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{27.8, 0.}, {28.8, 8.333333333333332}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "8.333333333333332`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 8.333333333333332}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{28.8, 0.}, {29.8, 7.317073170731707}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "7.317073170731707`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 7.317073170731707}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{29.8, 0.}, {30.8, 4.3478260869565215`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "4.3478260869565215`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 4.3478260869565215`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{30.8, 0.}, {31.8, 10.714285714285714`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "10.714285714285714`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 10.714285714285714`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{31.8, 0.}, {32.8, 15.492957746478872`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "15.492957746478872`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 15.492957746478872`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{32.8, 0.}, {33.8, 10.16949152542373}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "10.16949152542373`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 10.16949152542373}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{33.8, 0.}, {34.8, 20.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "20.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 20.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{34.8, 0.}, {35.8, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{35.8, 0.}, {36.8, 4.545454545454546}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "4.545454545454546`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 4.545454545454546}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{36.8, 0.}, {37.8, 9.859154929577464}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "9.859154929577464`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 9.859154929577464}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{37.8, 0.}, {38.8, 12.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"red\"", "12.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"red", 12.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{39., 0.}, {40., 32.35294117647059}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "32.35294117647059`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 32.35294117647059}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{40., 0.}, {41., 16.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "16.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 16.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{41., 0.}, {42., 15.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "15.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 15.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{42., 0.}, {43., 7.6923076923076925`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "7.6923076923076925`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 7.6923076923076925`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{43., 0.}, {44., 19.444444444444446`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "19.444444444444446`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 19.444444444444446`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{44., 0.}, {45., 26.31578947368421}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "26.31578947368421`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 26.31578947368421}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{45., 0.}, {46., 14.814814814814813`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "14.814814814814813`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 14.814814814814813`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{46., 0.}, {47., 9.090909090909092}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "9.090909090909092`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 9.090909090909092}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{47., 0.}, {48., 12.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "12.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 12.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{48., 0.}, {49., 14.634146341463413`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "14.634146341463413`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 14.634146341463413`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{49., 0.}, {50., 26.08695652173913}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "26.08695652173913`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 26.08695652173913}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{50., 0.}, {51., 25.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "25.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 25.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{51., 0.}, {52., 25.352112676056336`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "25.352112676056336`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 25.352112676056336`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{52., 0.}, {53., 8.47457627118644}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "8.47457627118644`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 8.47457627118644}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{53., 0.}, {54., 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 5.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{54., 0.}, {55., 18.51851851851852}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "18.51851851851852`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 18.51851851851852}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{55., 0.}, {56., 22.727272727272727`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "22.727272727272727`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 22.727272727272727`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{56., 0.}, {57., 16.901408450704224`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "16.901408450704224`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 16.901408450704224`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{57., 0.}, {58., 32.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"blue\"", "32.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"blue", 32.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{58.2, 0.}, {59.2, 8.823529411764707}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "8.823529411764707`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 8.823529411764707}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{59.2, 0.}, {60.2, 4.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "4.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 4.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{60.2, 0.}, {61.2, 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 2.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{61.2, 0.}, {62.2, 9.89010989010989}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "9.89010989010989`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 9.89010989010989}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{62.2, 0.}, {63.2, 12.037037037037036`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "12.037037037037036`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 12.037037037037036`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{63.2, 0.}, {64.2, 6.578947368421052}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "6.578947368421052`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 6.578947368421052}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{64.2, 0.}, {65.2, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{65.2, 0.}, {66.2, 6.0606060606060606`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "6.0606060606060606`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 6.0606060606060606`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{66.2, 0.}, {67.2, 4.166666666666666}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "4.166666666666666`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 4.166666666666666}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{67.2, 0.}, {68.2, 2.4390243902439024`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "2.4390243902439024`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 2.4390243902439024`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{68.2, 0.}, {69.2, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{69.2, 0.}, {70.2, 7.142857142857142}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "7.142857142857142`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 7.142857142857142}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{70.2, 0.}, {71.2, 5.633802816901409}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "5.633802816901409`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 5.633802816901409}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{71.2, 0.}, {72.2, 1.694915254237288}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "1.694915254237288`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 1.694915254237288}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{72.2, 0.}, {73.2, 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 5.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{73.2, 0.}, {74.2, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{74.2, 0.}, {75.2, 4.545454545454546}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "4.545454545454546`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 4.545454545454546}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{75.2, 0.}, {76.2, 9.859154929577464}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "9.859154929577464`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 9.859154929577464}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{76.2, 0.}, {77.2, 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"purple\"", "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"purple", 5.}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{77.4, 0.}, {78.4, 5.88235294117647}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "5.88235294117647`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 5.88235294117647}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{78.4, 0.}, {79.4, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{79.4, 0.}, {80.4, 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 2.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{80.4, 0.}, {81.4, 12.087912087912088`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "12.087912087912088`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 12.087912087912088`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{81.4, 0.}, {82.4, 2.7777777777777777`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "2.7777777777777777`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 2.7777777777777777`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{82.4, 0.}, {83.4, 5.263157894736842}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "5.263157894736842`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 5.263157894736842}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{83.4, 0.}, {84.4, 11.11111111111111}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "11.11111111111111`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 11.11111111111111}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{84.4, 0.}, {85.4, 12.121212121212121`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "12.121212121212121`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 12.121212121212121`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{85.4, 0.}, {86.4, 8.333333333333332}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "8.333333333333332`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 8.333333333333332}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{86.4, 0.}, {87.4, 2.4390243902439024`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "2.4390243902439024`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 2.4390243902439024`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{87.4, 0.}, {88.4, 13.043478260869565`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "13.043478260869565`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 13.043478260869565`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{88.4, 0.}, {89.4, 10.714285714285714`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "10.714285714285714`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 10.714285714285714`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{89.4, 0.}, {90.4, 7.042253521126761}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "7.042253521126761`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 7.042253521126761}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{90.4, 0.}, {91.4, 20.33898305084746}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "20.33898305084746`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 20.33898305084746}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{91.4, 0.}, {92.4, 30.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "30.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 30.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{92.4, 0.}, {93.4, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{93.4, 0.}, {94.4, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{94.4, 0.}, {95.4, 8.450704225352112}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "8.450704225352112`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 8.450704225352112}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{95.4, 0.}, {96.4, 7.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"cyan\"", "7.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"cyan", 7.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{96.60000000000001, 0.}, {97.60000000000001, 20.588235294117645`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "20.588235294117645`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 20.588235294117645`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{97.60000000000001, 0.}, {98.60000000000001, 36.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "36.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 36.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{98.60000000000001, 0.}, {99.60000000000001, 45.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "45.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 45.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{99.60000000000001, 0.}, {100.60000000000001`, 25.274725274725274`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "25.274725274725274`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 25.274725274725274`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{100.60000000000001`, 0.}, {101.60000000000001`, 28.703703703703702`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "28.703703703703702`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 28.703703703703702`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{101.60000000000001`, 0.}, {102.60000000000001`, 34.21052631578947}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "34.21052631578947`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 34.21052631578947}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{102.60000000000001`, 0.}, {103.60000000000001`, 20.37037037037037}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "20.37037037037037`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 20.37037037037037}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{103.60000000000001`, 0.}, {104.60000000000001`, 21.21212121212121}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "21.21212121212121`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 21.21212121212121}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{104.60000000000001`, 0.}, {105.60000000000001`, 41.66666666666667}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "41.66666666666667`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 41.66666666666667}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{105.60000000000001`, 0.}, {106.60000000000001`, 43.90243902439025}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "43.90243902439025`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 43.90243902439025}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{106.60000000000001`, 0.}, {107.60000000000001`, 26.08695652173913}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "26.08695652173913`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 26.08695652173913}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{107.60000000000001`, 0.}, {108.60000000000001`, 21.428571428571427`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "21.428571428571427`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 21.428571428571427`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{108.60000000000001`, 0.}, {109.60000000000001`, 26.76056338028169}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "26.76056338028169`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 26.76056338028169}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{109.60000000000001`, 0.}, {110.60000000000001`, 16.94915254237288}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "16.94915254237288`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 16.94915254237288}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{110.60000000000001`, 0.}, {111.60000000000001`, 15.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "15.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 15.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{111.60000000000001`, 0.}, {112.60000000000001`, 44.44444444444444}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "44.44444444444444`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 44.44444444444444}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{112.60000000000001`, 0.}, {113.60000000000001`, 50.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "50.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 50.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{113.60000000000001`, 0.}, {114.60000000000001`, 33.80281690140845}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "33.80281690140845`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 33.80281690140845}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{114.60000000000001`, 0.}, {115.60000000000001`, 30.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"yellow\"", "30.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"yellow", 30.}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{115.80000000000001`, 0.}, {116.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{116.80000000000001`, 0.}, {117.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{117.80000000000001`, 0.}, {118.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{118.80000000000001`, 0.}, {119.80000000000001`, 1.098901098901099}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "1.098901098901099`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 1.098901098901099}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{119.80000000000001`, 0.}, {120.80000000000001`, 0.9259259259259258}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.9259259259259258`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.9259259259259258}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{120.80000000000001`, 0.}, {121.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{121.80000000000001`, 0.}, {122.80000000000001`, 6.481481481481481}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "6.481481481481481`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 6.481481481481481}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{122.80000000000001`, 0.}, {123.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{123.80000000000001`, 0.}, {124.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{124.80000000000001`, 0.}, {125.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{125.80000000000001`, 0.}, {126.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{126.80000000000001`, 0.}, {127.80000000000001`, 3.571428571428571}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "3.571428571428571`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 3.571428571428571}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{127.80000000000001`, 0.}, {128.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{128.8, 0.}, {129.8, 3.389830508474576}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "3.389830508474576`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 3.389830508474576}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{129.8, 0.}, {130.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{130.8, 0.}, {131.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{131.8, 0.}, {132.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{132.8, 0.}, {133.8, 1.4084507042253522`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "1.4084507042253522`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 1.4084507042253522`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{133.8, 0.}, {134.8, 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"grey\"", "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"grey", 2.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{135., 0.}, {136., 5.88235294117647}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "5.88235294117647`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 5.88235294117647}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{136., 0.}, {137., 4.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "4.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 4.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{137., 0.}, {138., 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 5.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{138., 0.}, {139., 10.989010989010989`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "10.989010989010989`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 10.989010989010989`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{139., 0.}, {140., 9.25925925925926}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "9.25925925925926`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 9.25925925925926}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{140., 0.}, {141., 6.578947368421052}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "6.578947368421052`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 6.578947368421052}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{141., 0.}, {142., 15.74074074074074}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "15.74074074074074`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 15.74074074074074}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{142., 0.}, {143., 24.242424242424242`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "24.242424242424242`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 24.242424242424242`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{143., 0.}, {144., 4.166666666666666}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "4.166666666666666`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 4.166666666666666}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{144., 0.}, {145., 7.317073170731707}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "7.317073170731707`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 7.317073170731707}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{145., 0.}, {146., 13.043478260869565`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "13.043478260869565`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 13.043478260869565`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{146., 0.}, {147., 7.142857142857142}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "7.142857142857142`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 7.142857142857142}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{147., 0.}, {148., 8.450704225352112}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "8.450704225352112`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 8.450704225352112}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{148., 0.}, {149., 25.423728813559322`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "25.423728813559322`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 25.423728813559322`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{149., 0.}, {150., 15.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "15.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 15.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{150., 0.}, {151., 11.11111111111111}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "11.11111111111111`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 11.11111111111111}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{151., 0.}, {152., 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{152., 0.}, {153., 5.633802816901409}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "5.633802816901409`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 5.633802816901409}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{153., 0.}, {154., 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", "\"black\"", "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{"black", 2.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}}, {}, {}}, {}, {}, { StyleBox[{Antialiasing -> False, { Directive[ Thickness[Tiny]], { LineBox[{{-2.468, 0.}, {157.12935999999996`, 0.}}]}, StyleBox[{ Directive[ Thickness[Tiny]], Directive[], { TagBox[ InsetBox["Cluster", Offset[{10., 0.}, {153.99999999999991`, 0.}], {-1, 0}, Automatic, {1, 0}], "InsetString"]}}, "GraphicsLabel", StripOnInput -> False, StripOnInput -> False]}, StyleBox[{{ Directive[ Thickness[Tiny]], LineBox[{{0.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {0.6, 0.}]}], LineBox[{{153.99999999999997`, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {153.99999999999997`, 0.}]}], {{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, { LineBox[{{19.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {19.6, 0.}]}], LineBox[{{19.8, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {19.8, 0.}]}], LineBox[{{38.8, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {38.8, 0.}]}], LineBox[{{39., 0.}, Offset[{-1.102182119232618*^-15, -6.}, {39., 0.}]}], LineBox[{{58., 0.}, Offset[{-1.102182119232618*^-15, -6.}, {58., 0.}]}], LineBox[{{58.2, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {58.2, 0.}]}], LineBox[{{77.19999999999999, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {77.19999999999999, 0.}]}], LineBox[{{77.39999999999999, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {77.39999999999999, 0.}]}], LineBox[{{96.39999999999999, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {96.39999999999999, 0.}]}], LineBox[{{96.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {96.6, 0.}]}], LineBox[{{115.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {115.6, 0.}]}], LineBox[{{115.8, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {115.8, 0.}]}], LineBox[{{134.79999999999998`, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {134.79999999999998`, 0.}]}], LineBox[{{134.99999999999997`, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {134.99999999999997`, 0.}]}]}}}, StyleBox[{ Directive[ Thickness[Tiny]], Directive[ Thickness[Tiny]], Directive[], { TagBox[ InsetBox["green", Offset[{0., -2.}, {10.1, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"], TagBox[ InsetBox["red", Offset[{0., -2.}, {29.299999999999997`, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"], TagBox[ InsetBox["blue", Offset[{0., -2.}, {48.5, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"], TagBox[ InsetBox["purple", Offset[{0., -2.}, {67.69999999999999, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"], TagBox[ InsetBox["cyan", Offset[{0., -2.}, {86.89999999999999, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"], TagBox[ InsetBox["yellow", Offset[{0., -2.}, {106.1, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"], TagBox[ InsetBox["grey", Offset[{0., -2.}, {125.29999999999998`, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"], TagBox[ InsetBox["black", Offset[{0., -2.}, {144.49999999999997`, 0.}], {0, 1}, Automatic, {1, 0}], "InsetString"]}}, "GraphicsLabel", StripOnInput -> False, StripOnInput -> False]}, "GraphicsTicks", StripOnInput -> False, StripOnInput -> False]}, "GraphicsAxes", StripOnInput -> False, StripOnInput -> False]}}, { AspectRatio -> NCache[GoldenRatio^(-1), 0.6180339887498948], Axes -> {False, True}, AxesLabel -> { FormBox["\"Cluster\"", TraditionalForm], FormBox[ "\"% of total proteins contributing to GO term\"", TraditionalForm]}, AxesOrigin -> {-2.468, 0.}, CoordinatesToolOptions -> {"DisplayFunction" -> ({ Identity[ Part[#, 1]], Identity[ Part[#, 2]]}& ), "CopiedValueFunction" -> ({ Identity[ Part[#, 1]], Identity[ Part[#, 2]]}& )}, FrameLabel -> {{None, None}, {None, None}}, FrameTicks -> {{Automatic, Automatic}, {{{1.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {2.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {3.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {4.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {5.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {6.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {7.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {8.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {9.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {10.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {11.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {12.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {13.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {14.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {15.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {16.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {17.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {18.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.700000000000003`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {10.100000000000001`, FormBox["\"\\!\\(\\\"green\\\"\\)\"", TraditionalForm], {0, 0}}, { 20.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {21.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {22.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {23.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {24.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {25.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {26.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {27.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {28.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {29.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {30.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {31.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {32.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {33.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {34.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {35.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {36.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {37.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {29.299999999999997`, FormBox["\"\\!\\(\\\"red\\\"\\)\"", TraditionalForm], {0, 0}}, { 39.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {40.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {41.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {42.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {43.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {44.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {45.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {46.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {47.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {48.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {49.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {50.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {51.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {52.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {53.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {54.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {55.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {56.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {57.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {58.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {48.5, FormBox["\"\\!\\(\\\"blue\\\"\\)\"", TraditionalForm], {0, 0}}, { 58.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {59.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {60.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {61.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {62.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {63.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {64.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {65.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {66.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {67.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {68.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {69.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {70.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {71.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {72.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {73.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {74.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {75.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {76.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {77.30000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {67.7, FormBox["\"\\!\\(\\\"purple\\\"\\)\"", TraditionalForm], {0, 0}}, { 77.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {78.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {79.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {80.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {81.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {82.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {83.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {84.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {85.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {86.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {87.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {88.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {89.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {90.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {91.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {92.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {93.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {94.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {95.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {96.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {86.9, FormBox["\"\\!\\(\\\"cyan\\\"\\)\"", TraditionalForm], {0, 0}}, { 97.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {98.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {99.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {100.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {101.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {102.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {103.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {104.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {105.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {106.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {107.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {108.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {109.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {110.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {111.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {112.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {113.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {114.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.70000000000002`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {106.10000000000001`, FormBox["\"\\!\\(\\\"yellow\\\"\\)\"", TraditionalForm], {0, 0}}, { 116.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {117.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {118.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {119.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {120.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {121.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {122.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {123.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {124.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {125.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {126.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {127.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {128.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {129.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {130.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {131.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {132.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {133.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {125.30000000000001`, FormBox["\"\\!\\(\\\"grey\\\"\\)\"", TraditionalForm], {0, 0}}, { 135.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {136.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {137.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {138.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {139.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {140.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {141.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {142.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {143.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {144.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {145.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {146.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {147.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {148.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {149.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {150.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {151.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {152.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {153.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {144.5, FormBox["\"\\!\\(\\\"black\\\"\\)\"", TraditionalForm], {0, 0}}}, {{ 1.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {2.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {3.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {4.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {5.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {6.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {7.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {8.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {9.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {10.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {11.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {12.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {13.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {14.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {15.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {16.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {17.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {18.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.700000000000003`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {20.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {21.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {22.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {23.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {24.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {25.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {26.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {27.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {28.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {29.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {30.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {31.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {32.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {33.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {34.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {35.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {36.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {37.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {39.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {40.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {41.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {42.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {43.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {44.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {45.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {46.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {47.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {48.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {49.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {50.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {51.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {52.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {53.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {54.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {55.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {56.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {57.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {58.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {58.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {59.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {60.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {61.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {62.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {63.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {64.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {65.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {66.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {67.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {68.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {69.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {70.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {71.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {72.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {73.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {74.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {75.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {76.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {77.30000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {77.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {78.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {79.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {80.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {81.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {82.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {83.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {84.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {85.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {86.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {87.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {88.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {89.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {90.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {91.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {92.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {93.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {94.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {95.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {96.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {97.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {98.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {99.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {100.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {101.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {102.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {103.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {104.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {105.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {106.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {107.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {108.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {109.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {110.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {111.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {112.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {113.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {114.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.70000000000002`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {116.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {117.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {118.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {119.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {120.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {121.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {122.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {123.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {124.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {125.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {126.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {127.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {128.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {129.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {130.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {131.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {132.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {133.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {135.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {136.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {137.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {138.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {139.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {140.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {141.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {142.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {143.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {144.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {145.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {146.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {147.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {148.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {149.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {150.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {151.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {152.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {153.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}}}}, GridLines -> {None, None}, GridLinesStyle -> Directive[ GrayLevel[0.5, 0.4]], ImageSize -> Large, PlotRange -> {{All, All}, {All, All}}, PlotRangePadding -> {{ Scaled[0.02], Scaled[0.02]}, { Scaled[0.02], Scaled[0.05]}}, Ticks -> {None, Automatic}}],FormBox[ FormBox[ TemplateBox[{ "\"GO:0000287\"", "\"GO:0003677\"", "\"GO:0003735\"", "\"GO:0005524\"", "\"GO:0005737\"", "\"GO:0005829\"", "\"GO:0005886\"", "\"GO:0005887\"", "\"GO:0006351\"", "\"GO:0006412\"", "\"GO:0006974\"", "\"GO:0008270\"", "\"GO:0016020\"", "\"GO:0016021\"", "\"GO:0016887\"", "\"GO:0019843\"", "\"GO:0022625\"", "\"GO:0042802\"", "\"GO:0046872\""}, "SwatchLegend", DisplayFunction -> (FormBox[ StyleBox[ StyleBox[ PaneBox[ TagBox[ GridBox[{{ TagBox[ GridBox[{{ GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.986672, 0.6988922666666667, 0.2982078222222222]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #2}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.99048, 0.6546373333333334, 0.2701484444444444]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #3}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #4}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.998096, 0.5661274666666667, 0.2140296888888889]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #5}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #6}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #7}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #8}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #9}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #10}}, GridBoxAlignment -> { "Columns" -> {Center, Left}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "Columns" -> {{False}}, "Rows" -> {{False}}}, GridBoxItemSize -> {"Columns" -> {{All}}, "Rows" -> {{All}}}, GridBoxSpacings -> { "Columns" -> {{0.5}}, "Rows" -> {{0.5}}}], "Grid"], TagBox[ GridBox[{{ GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #11}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #12}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #13}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #14}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #15}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6167072, 0.5082666666666666, 0.7586295999999999]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #16}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #17}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #18}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #19}}, GridBoxAlignment -> { "Columns" -> {Center, Left}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "Columns" -> {{False}}, "Rows" -> {{False}}}, GridBoxItemSize -> {"Columns" -> {{All}}, "Rows" -> {{All}}}, GridBoxSpacings -> { "Columns" -> {{0.5}}, "Rows" -> {{0.5}}}], "Grid"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{1}}, "Rows" -> {{0}}}], "Grid"], Alignment -> Left, AppearanceElements -> None, ImageMargins -> {{5, 5}, {5, 5}}, ImageSizeAction -> "ResizeToFit"], LineIndent -> 0, StripOnInput -> False], { Directive[], Directive[], FontFamily -> "Arial"}, Background -> Automatic, StripOnInput -> False], TraditionalForm]& ), InterpretationFunction :> (RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.982864, 0.7431472, 0.3262672], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6552426666666666, 0.4954314666666667, 0.21751146666666665`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.982864, 0.7431472, 0.3262672]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.982864, 0.7431472, 0.3262672]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.982864, 0.7431472, 0.3262672], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.986672, 0.6988922666666667, 0.2982078222222222], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6577813333333333, 0.46592817777777784`, 0.1988052148148148], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.986672, 0.6988922666666667, \ 0.2982078222222222]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.986672, 0.6988922666666667, 0.2982078222222222], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.66032, 0.436424888888889, 0.18009896296296296`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.99048, 0.6546373333333334, \ 0.2701484444444444]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.994288, 0.6103824, 0.24208906666666669`], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6628586666666667, 0.4069216, 0.16139271111111114`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.994288, 0.6103824, 0.24208906666666669]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.994288, 0.6103824, 0.24208906666666669`]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.994288, 0.6103824, 0.24208906666666669`], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.998096, 0.5661274666666667, 0.2140296888888889], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6653973333333334, 0.3774183111111111, 0.14268645925925927`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.998096, 0.5661274666666667, \ 0.2140296888888889]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.998096, 0.5661274666666667, 0.2140296888888889], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.976, 0.5363555555555556, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6506666666666667, 0.3575703703703704, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.976, 0.5363555555555556, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.976, 0.5363555555555556, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.976, 0.5363555555555556, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.928, 0.5210666666666667, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6186666666666667, 0.3473777777777778, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.928, 0.5210666666666667, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.928, 0.5210666666666667, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.928, 0.5210666666666667, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.8800000000000001, 0.5057777777777778, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5866666666666668, 0.3371851851851852, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5546666666666668, 0.3269925925925926, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.8320000000000001, 0.49048888888888886, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.784, 0.47519999999999996`, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5226666666666667, 0.31679999999999997`, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.784, 0.47519999999999996, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.784, 0.47519999999999996`, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.784, 0.47519999999999996`, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5065867851851853, 0.3182222222222222, 0.2107376592592593], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.7598801777777778, 0.4773333333333333, \ 0.3161064888888889]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.7598801777777778, 0.4773333333333333, 0.3161064888888889]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.49050690370370376`, 0.31964444444444445`, 0.28814198518518513`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.7357603555555556, 0.47946666666666665, \ 0.4322129777777777]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.4744270222222222, 0.32106666666666667`, 0.36554631111111113`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.7116405333333333, 0.4816, \ 0.5483194666666666]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.4583471407407408, 0.32248888888888894`, 0.4429506370370371], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.6875207111111111, 0.48373333333333335, \ 0.6644259555555556]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.43725084444444445`, 0.3284148148148148, 0.4896862222222222], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.6558762666666667, 0.4926222222222222, \ 0.7345293333333333]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.6558762666666667, 0.4926222222222222, 0.7345293333333333]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.6167072, 0.5082666666666666, 0.7586295999999999], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.4111381333333334, 0.33884444444444445`, 0.5057530666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.6167072, 0.5082666666666666, \ 0.7586295999999999]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.6167072, 0.5082666666666666, 0.7586295999999999], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.38502542222222225`, 0.34927407407407407`, 0.5218199111111111], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5775381333333334, 0.5239111111111111, \ 0.7827298666666667]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5775381333333334, 0.5239111111111111, 0.7827298666666667]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.35891271111111117`, 0.35970370370370375`, 0.5378867555555555], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5383690666666667, 0.5395555555555556, \ 0.8068301333333333]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5383690666666667, 0.5395555555555556, 0.8068301333333333]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.4992, 0.5552, 0.8309304], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.3328, 0.37013333333333337`, 0.5539536], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.4992, 0.5552, 0.8309304]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.4992, 0.5552, 0.8309304]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.4992, 0.5552, 0.8309304], Editable -> False, Selectable -> False]}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", "}"}], ",", RowBox[{"{", RowBox[{#, ",", #2, ",", #3, ",", #4, ",", #5, ",", #6, ",", #7, ",", #8, ",", #9, ",", #10, ",", #11, ",", #12, ",", #13, ",", #14, ",", #15, ",", #16, ",", #17, ",", #18, ",", #19}], "}"}]}], "}"}], ",", RowBox[{"LegendMarkers", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", "None", "}"}], ",", RowBox[{"{", RowBox[{ "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic"}], "}"}]}], "}"}]}], ",", RowBox[{"LabelStyle", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"Directive", "[", "]"}], ",", RowBox[{"Directive", "[", "]"}]}], "}"}]}], ",", RowBox[{"LegendLayout", "\[Rule]", "\"Column\""}]}], "]"}]& ), Editable -> True], TraditionalForm], TraditionalForm]}, "Legended", DisplayFunction->(GridBox[{{ TagBox[ ItemBox[ PaneBox[ TagBox[#, "SkipImageSizeLevel"], Alignment -> {Center, Baseline}, BaselinePosition -> Baseline], DefaultBaseStyle -> "Labeled"], "SkipImageSizeLevel"], ItemBox[#2, DefaultBaseStyle -> "LabeledLabel"]}}, GridBoxAlignment -> {"Columns" -> {{Center}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> Automatic, BaselinePosition -> {1, 1}]& ), Editable->True, InterpretationFunction->(RowBox[{"Legended", "[", RowBox[{#, ",", RowBox[{"Placed", "[", RowBox[{#2, ",", "After"}], "]"}]}], "]"}]& )]], "Output", CellChangeTimes->{{3.650216380742642*^9, 3.650216424911152*^9}, 3.650216630329311*^9, {3.650216681424613*^9, 3.650216727124446*^9}, { 3.6502167848728137`*^9, 3.650216837368298*^9}, {3.650216958246276*^9, 3.650216986584518*^9}, 3.6502186787251053`*^9, 3.6502187684589696`*^9, 3.650223335860843*^9, 3.650259253555525*^9}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"clusterplot", "=", RowBox[{"BarChart", "[", RowBox[{"finalDat", ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\<% of total proteins contributing to GO term\>\""}], "}"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"{", RowBox[{"goCut", "\[LeftDoubleBracket]", RowBox[{"All", ",", "1"}], "\[RightDoubleBracket]"}], "}"}]}], ",", RowBox[{"ImageSize", "\[Rule]", "Large"}], ",", RowBox[{"ChartLabels", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"Placed", "[", RowBox[{ RowBox[{"{", RowBox[{ "Green", ",", "Red", ",", "Blue", ",", "Purple", ",", "Cyan", ",", "Yellow", ",", "Gray", ",", "Black"}], "}"}], ",", "Axis"}], "]"}], ",", RowBox[{"Placed", "[", RowBox[{"\"\<\>\"", ",", "Axis"}], "]"}]}], "}"}]}], ",", RowBox[{"LabelingFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Placed", "[", RowBox[{ RowBox[{"Row", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"#3", "\[LeftDoubleBracket]", RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}], ",", "#1"}], "}"}], ",", "\"\<,\>\""}], "]"}], ",", "Tooltip"}], "]"}], "&"}], ")"}]}]}], "]"}]}]], "Input", CellChangeTimes->{{3.650192387393826*^9, 3.6501923943986964`*^9}, { 3.6501924752607493`*^9, 3.6501925623994246`*^9}, {3.650192606672784*^9, 3.6501926256094303`*^9}, {3.650192668698515*^9, 3.6501926864813833`*^9}, { 3.6501927262818346`*^9, 3.6501927677781253`*^9}, {3.6501928815016365`*^9, 3.650192902161873*^9}, 3.650192958286579*^9, {3.650193065597931*^9, 3.650193067808361*^9}, {3.650193142289856*^9, 3.650193229873356*^9}, { 3.6502020392096815`*^9, 3.650202241387965*^9}, {3.650202272079671*^9, 3.65020234936618*^9}, {3.6502024708683667`*^9, 3.6502024910663214`*^9}, { 3.6502025385289288`*^9, 3.6502025573845572`*^9}, {3.6502163915538692`*^9, 3.6502164639842596`*^9}, 3.650216626156955*^9, {3.6502166779804163`*^9, 3.650216724396469*^9}, {3.650216758961446*^9, 3.6502168345435815`*^9}, { 3.650216951318637*^9, 3.65021698097133*^9}, {3.6502240160001054`*^9, 3.6502240662106776`*^9}, 3.6502592535867767`*^9}], Cell[BoxData[ TemplateBox[{GraphicsBox[{{ Opacity[0], PointBox[{-2.468, 0.}]}, {{}, {{{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{0.6, 0.}, {1.6, 14.705882352941178`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "14.705882352941178`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 14.705882352941178`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{1.6, 0.}, {2.6, 24.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "24.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 24.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{2.6, 0.}, {3.6, 22.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "22.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 22.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{3.6, 0.}, {4.6, 20.87912087912088}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "20.87912087912088`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 20.87912087912088}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{4.6, 0.}, {5.6, 13.88888888888889}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "13.88888888888889`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 13.88888888888889}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{5.6, 0.}, {6.6, 11.842105263157894`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "11.842105263157894`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 11.842105263157894`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{6.6, 0.}, {7.6, 13.88888888888889}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "13.88888888888889`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 13.88888888888889}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{7.6, 0.}, {8.6, 9.090909090909092}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "9.090909090909092`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 9.090909090909092}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{8.6, 0.}, {9.6, 20.833333333333336`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "20.833333333333336`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 20.833333333333336`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{9.6, 0.}, {10.6, 21.951219512195124`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "21.951219512195124`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 21.951219512195124`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{10.6, 0.}, {11.6, 17.391304347826086`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "17.391304347826086`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 17.391304347826086`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{11.6, 0.}, {12.6, 14.285714285714285`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "14.285714285714285`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 14.285714285714285`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{12.6, 0.}, {13.6, 11.267605633802818`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "11.267605633802818`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 11.267605633802818`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{13.6, 0.}, {14.6, 13.559322033898304`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "13.559322033898304`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 13.559322033898304`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{14.6, 0.}, {15.6, 10.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "10.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 10.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{15.6, 0.}, {16.6, 14.814814814814813`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "14.814814814814813`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 14.814814814814813`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{16.6, 0.}, {17.6, 18.181818181818183`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "18.181818181818183`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 18.181818181818183`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{17.6, 0.}, {18.6, 14.084507042253522`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "14.084507042253522`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 14.084507042253522`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{18.6, 0.}, {19.6, 7.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], "7.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 0], 7.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{19.8, 0.}, {20.8, 11.76470588235294}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "11.76470588235294`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 11.76470588235294}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{20.8, 0.}, {21.8, 16.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "16.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 16.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{21.8, 0.}, {22.8, 7.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "7.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 7.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{22.8, 0.}, {23.8, 12.087912087912088`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "12.087912087912088`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 12.087912087912088`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{23.8, 0.}, {24.8, 12.962962962962962`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "12.962962962962962`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 12.962962962962962`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{24.8, 0.}, {25.8, 9.210526315789473}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "9.210526315789473`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 9.210526315789473}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{25.8, 0.}, {26.8, 13.88888888888889}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "13.88888888888889`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 13.88888888888889}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{26.8, 0.}, {27.8, 18.181818181818183`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "18.181818181818183`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 18.181818181818183`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{27.8, 0.}, {28.8, 8.333333333333332}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "8.333333333333332`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 8.333333333333332}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{28.8, 0.}, {29.8, 7.317073170731707}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "7.317073170731707`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 7.317073170731707}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{29.8, 0.}, {30.8, 4.3478260869565215`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "4.3478260869565215`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 4.3478260869565215`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{30.8, 0.}, {31.8, 10.714285714285714`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "10.714285714285714`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 10.714285714285714`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{31.8, 0.}, {32.8, 15.492957746478872`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "15.492957746478872`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 15.492957746478872`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{32.8, 0.}, {33.8, 10.16949152542373}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "10.16949152542373`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 10.16949152542373}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{33.8, 0.}, {34.8, 20.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "20.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 20.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{34.8, 0.}, {35.8, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{35.8, 0.}, {36.8, 4.545454545454546}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "4.545454545454546`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 4.545454545454546}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{36.8, 0.}, {37.8, 9.859154929577464}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "9.859154929577464`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 9.859154929577464}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{37.8, 0.}, {38.8, 12.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], "12.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 0, 0], 12.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{39., 0.}, {40., 32.35294117647059}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "32.35294117647059`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 32.35294117647059}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{40., 0.}, {41., 16.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "16.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 16.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{41., 0.}, {42., 15.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "15.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 15.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{42., 0.}, {43., 7.6923076923076925`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "7.6923076923076925`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 7.6923076923076925`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{43., 0.}, {44., 19.444444444444446`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "19.444444444444446`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 19.444444444444446`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{44., 0.}, {45., 26.31578947368421}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "26.31578947368421`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 26.31578947368421}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{45., 0.}, {46., 14.814814814814813`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "14.814814814814813`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 14.814814814814813`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{46., 0.}, {47., 9.090909090909092}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "9.090909090909092`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 9.090909090909092}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{47., 0.}, {48., 12.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "12.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 12.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{48., 0.}, {49., 14.634146341463413`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "14.634146341463413`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 14.634146341463413`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{49., 0.}, {50., 26.08695652173913}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "26.08695652173913`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 26.08695652173913}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{50., 0.}, {51., 25.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "25.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 25.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{51., 0.}, {52., 25.352112676056336`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "25.352112676056336`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 25.352112676056336`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{52., 0.}, {53., 8.47457627118644}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "8.47457627118644`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 8.47457627118644}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{53., 0.}, {54., 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 5.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{54., 0.}, {55., 18.51851851851852}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "18.51851851851852`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 18.51851851851852}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{55., 0.}, {56., 22.727272727272727`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "22.727272727272727`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 22.727272727272727`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{56., 0.}, {57., 16.901408450704224`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "16.901408450704224`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 16.901408450704224`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{57., 0.}, {58., 32.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], "32.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 0, 1], 32.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{58.2, 0.}, {59.2, 8.823529411764707}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "8.823529411764707`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 8.823529411764707}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{59.2, 0.}, {60.2, 4.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "4.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 4.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{60.2, 0.}, {61.2, 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 2.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{61.2, 0.}, {62.2, 9.89010989010989}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "9.89010989010989`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 9.89010989010989}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{62.2, 0.}, {63.2, 12.037037037037036`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "12.037037037037036`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 12.037037037037036`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{63.2, 0.}, {64.2, 6.578947368421052}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "6.578947368421052`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 6.578947368421052}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{64.2, 0.}, {65.2, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{65.2, 0.}, {66.2, 6.0606060606060606`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "6.0606060606060606`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 6.0606060606060606`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{66.2, 0.}, {67.2, 4.166666666666666}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "4.166666666666666`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 4.166666666666666}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{67.2, 0.}, {68.2, 2.4390243902439024`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "2.4390243902439024`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 2.4390243902439024`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{68.2, 0.}, {69.2, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{69.2, 0.}, {70.2, 7.142857142857142}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "7.142857142857142`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 7.142857142857142}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{70.2, 0.}, {71.2, 5.633802816901409}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "5.633802816901409`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 5.633802816901409}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{71.2, 0.}, {72.2, 1.694915254237288}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "1.694915254237288`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 1.694915254237288}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{72.2, 0.}, {73.2, 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 5.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{73.2, 0.}, {74.2, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{74.2, 0.}, {75.2, 4.545454545454546}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "4.545454545454546`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 4.545454545454546}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{75.2, 0.}, {76.2, 9.859154929577464}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "9.859154929577464`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 9.859154929577464}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{76.2, 0.}, {77.2, 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0.5, 0, 0.5], 5.}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{77.4, 0.}, {78.4, 5.88235294117647}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "5.88235294117647`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 5.88235294117647}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{78.4, 0.}, {79.4, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{79.4, 0.}, {80.4, 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 2.5}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{80.4, 0.}, {81.4, 12.087912087912088`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "12.087912087912088`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 12.087912087912088`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{81.4, 0.}, {82.4, 2.7777777777777777`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "2.7777777777777777`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 2.7777777777777777`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{82.4, 0.}, {83.4, 5.263157894736842}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "5.263157894736842`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 5.263157894736842}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{83.4, 0.}, {84.4, 11.11111111111111}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "11.11111111111111`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 11.11111111111111}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{84.4, 0.}, {85.4, 12.121212121212121`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "12.121212121212121`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 12.121212121212121`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{85.4, 0.}, {86.4, 8.333333333333332}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "8.333333333333332`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 8.333333333333332}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{86.4, 0.}, {87.4, 2.4390243902439024`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "2.4390243902439024`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 2.4390243902439024`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{87.4, 0.}, {88.4, 13.043478260869565`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "13.043478260869565`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 13.043478260869565`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{88.4, 0.}, {89.4, 10.714285714285714`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "10.714285714285714`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 10.714285714285714`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{89.4, 0.}, {90.4, 7.042253521126761}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "7.042253521126761`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 7.042253521126761}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{90.4, 0.}, {91.4, 20.33898305084746}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "20.33898305084746`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 20.33898305084746}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{91.4, 0.}, {92.4, 30.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "30.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 30.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{92.4, 0.}, {93.4, 3.7037037037037033`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "3.7037037037037033`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 3.7037037037037033`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{93.4, 0.}, {94.4, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{94.4, 0.}, {95.4, 8.450704225352112}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "8.450704225352112`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 8.450704225352112}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{95.4, 0.}, {96.4, 7.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], "7.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[0, 1, 1], 7.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{96.60000000000001, 0.}, {97.60000000000001, 20.588235294117645`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "20.588235294117645`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 20.588235294117645`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{97.60000000000001, 0.}, {98.60000000000001, 36.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "36.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 36.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{98.60000000000001, 0.}, {99.60000000000001, 45.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "45.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 45.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{99.60000000000001, 0.}, {100.60000000000001`, 25.274725274725274`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "25.274725274725274`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 25.274725274725274`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{100.60000000000001`, 0.}, {101.60000000000001`, 28.703703703703702`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "28.703703703703702`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 28.703703703703702`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{101.60000000000001`, 0.}, {102.60000000000001`, 34.21052631578947}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "34.21052631578947`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 34.21052631578947}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{102.60000000000001`, 0.}, {103.60000000000001`, 20.37037037037037}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "20.37037037037037`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 20.37037037037037}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{103.60000000000001`, 0.}, {104.60000000000001`, 21.21212121212121}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "21.21212121212121`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 21.21212121212121}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{104.60000000000001`, 0.}, {105.60000000000001`, 41.66666666666667}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "41.66666666666667`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 41.66666666666667}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{105.60000000000001`, 0.}, {106.60000000000001`, 43.90243902439025}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "43.90243902439025`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 43.90243902439025}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{106.60000000000001`, 0.}, {107.60000000000001`, 26.08695652173913}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "26.08695652173913`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 26.08695652173913}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{107.60000000000001`, 0.}, {108.60000000000001`, 21.428571428571427`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "21.428571428571427`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 21.428571428571427`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{108.60000000000001`, 0.}, {109.60000000000001`, 26.76056338028169}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "26.76056338028169`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 26.76056338028169}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{109.60000000000001`, 0.}, {110.60000000000001`, 16.94915254237288}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "16.94915254237288`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 16.94915254237288}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{110.60000000000001`, 0.}, {111.60000000000001`, 15.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "15.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 15.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{111.60000000000001`, 0.}, {112.60000000000001`, 44.44444444444444}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "44.44444444444444`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 44.44444444444444}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{112.60000000000001`, 0.}, {113.60000000000001`, 50.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "50.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 50.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{113.60000000000001`, 0.}, {114.60000000000001`, 33.80281690140845}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "33.80281690140845`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 33.80281690140845}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{114.60000000000001`, 0.}, {115.60000000000001`, 30.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], "30.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ RGBColor[1, 1, 0], 30.}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{115.80000000000001`, 0.}, {116.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{116.80000000000001`, 0.}, {117.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{117.80000000000001`, 0.}, {118.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{118.80000000000001`, 0.}, {119.80000000000001`, 1.098901098901099}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "1.098901098901099`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 1.098901098901099}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{119.80000000000001`, 0.}, {120.80000000000001`, 0.9259259259259258}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.9259259259259258`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.9259259259259258}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{120.80000000000001`, 0.}, {121.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{121.80000000000001`, 0.}, {122.80000000000001`, 6.481481481481481}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "6.481481481481481`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 6.481481481481481}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{122.80000000000001`, 0.}, {123.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{123.80000000000001`, 0.}, {124.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{124.80000000000001`, 0.}, {125.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{125.80000000000001`, 0.}, {126.80000000000001`, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{126.80000000000001`, 0.}, {127.80000000000001`, 3.571428571428571}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "3.571428571428571`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 3.571428571428571}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{127.80000000000001`, 0.}, {128.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{128.8, 0.}, {129.8, 3.389830508474576}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "3.389830508474576`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 3.389830508474576}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{129.8, 0.}, {130.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{130.8, 0.}, {131.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{131.8, 0.}, {132.8, 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{132.8, 0.}, {133.8, 1.4084507042253522`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "1.4084507042253522`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 1.4084507042253522`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{133.8, 0.}, {134.8, 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0.5], 2.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}, {{}, {{}, {{ Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], TagBox[ TooltipBox[ RectangleBox[{135., 0.}, {136., 5.88235294117647}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "5.88235294117647`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 5.88235294117647}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]], TagBox[ TooltipBox[ RectangleBox[{136., 0.}, {137., 4.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "4.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 4.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]], TagBox[ TooltipBox[ RectangleBox[{137., 0.}, {138., 5.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "5.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 5.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], TagBox[ TooltipBox[ RectangleBox[{138., 0.}, {139., 10.989010989010989`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "10.989010989010989`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 10.989010989010989`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]], TagBox[ TooltipBox[ RectangleBox[{139., 0.}, {140., 9.25925925925926}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "9.25925925925926`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 9.25925925925926}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], TagBox[ TooltipBox[ RectangleBox[{140., 0.}, {141., 6.578947368421052}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "6.578947368421052`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 6.578947368421052}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], TagBox[ TooltipBox[ RectangleBox[{141., 0.}, {142., 15.74074074074074}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "15.74074074074074`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 15.74074074074074}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], TagBox[ TooltipBox[ RectangleBox[{142., 0.}, {143., 24.242424242424242`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "24.242424242424242`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 24.242424242424242`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{143., 0.}, {144., 4.166666666666666}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "4.166666666666666`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 4.166666666666666}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], TagBox[ TooltipBox[ RectangleBox[{144., 0.}, {145., 7.317073170731707}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "7.317073170731707`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 7.317073170731707}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], TagBox[ TooltipBox[ RectangleBox[{145., 0.}, {146., 13.043478260869565`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "13.043478260869565`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 13.043478260869565`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], TagBox[ TooltipBox[ RectangleBox[{146., 0.}, {147., 7.142857142857142}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "7.142857142857142`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 7.142857142857142}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], TagBox[ TooltipBox[ RectangleBox[{147., 0.}, {148., 8.450704225352112}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "8.450704225352112`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 8.450704225352112}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], TagBox[ TooltipBox[ RectangleBox[{148., 0.}, {149., 25.423728813559322`}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "25.423728813559322`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 25.423728813559322`}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], TagBox[ TooltipBox[ RectangleBox[{149., 0.}, {150., 15.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "15.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 15.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]], TagBox[ TooltipBox[ RectangleBox[{150., 0.}, {151., 11.11111111111111}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "11.11111111111111`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 11.11111111111111}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], TagBox[ TooltipBox[ RectangleBox[{151., 0.}, {152., 0.}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "0.`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 0.}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], TagBox[ TooltipBox[ RectangleBox[{152., 0.}, {153., 5.633802816901409}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "5.633802816901409`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 5.633802816901409}, ","], {}], "Tooltip"]& ]}, { Directive[ EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], TagBox[ TooltipBox[ RectangleBox[{153., 0.}, {154., 2.5}, "RoundingRadius" -> 0], StyleBox[ TemplateBox[{",", "\",\"", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], "2.5`"}, "RowWithSeparators"], {}, StripOnInput -> False]], Annotation[#, Style[ Row[{ GrayLevel[0], 2.5}, ","], {}], "Tooltip"]& ]}}}, {}, {}}}, {}, {}}, {}, {}, { StyleBox[{Antialiasing -> False, { Directive[ Thickness[Tiny]], { LineBox[{{-2.468, 0.}, {157.12935999999996`, 0.}}]}, StyleBox[{ Directive[ Thickness[Tiny]], Directive[], { TagBox[ InsetBox["Cluster", Offset[{10., 0.}, {153.99999999999991`, 0.}], {-1, 0}, Automatic, {1, 0}], "InsetString"]}}, "GraphicsLabel", StripOnInput -> False, StripOnInput -> False]}, StyleBox[{{ Directive[ Thickness[Tiny]], LineBox[{{0.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {0.6, 0.}]}], LineBox[{{153.99999999999997`, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {153.99999999999997`, 0.}]}], {{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, { LineBox[{{19.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {19.6, 0.}]}], LineBox[{{19.8, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {19.8, 0.}]}], LineBox[{{38.8, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {38.8, 0.}]}], LineBox[{{39., 0.}, Offset[{-1.102182119232618*^-15, -6.}, {39., 0.}]}], LineBox[{{58., 0.}, Offset[{-1.102182119232618*^-15, -6.}, {58., 0.}]}], LineBox[{{58.2, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {58.2, 0.}]}], LineBox[{{77.19999999999999, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {77.19999999999999, 0.}]}], LineBox[{{77.39999999999999, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {77.39999999999999, 0.}]}], LineBox[{{96.39999999999999, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {96.39999999999999, 0.}]}], LineBox[{{96.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {96.6, 0.}]}], LineBox[{{115.6, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {115.6, 0.}]}], LineBox[{{115.8, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {115.8, 0.}]}], LineBox[{{134.79999999999998`, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {134.79999999999998`, 0.}]}], LineBox[{{134.99999999999997`, 0.}, Offset[{-1.102182119232618*^-15, -6.}, {134.99999999999997`, 0.}]}]}}}, StyleBox[{ Directive[ Thickness[Tiny]], Directive[ Thickness[Tiny]], Directive[], { InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 0], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {10.1, 0.}], {0, 1}, Automatic, {1, 0}], InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 0, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0., 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 0, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 0, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 0, 0], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {29.299999999999997`, 0.}], {0, 1}, Automatic, {1, 0}], InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 0, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0., 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 0, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 0, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 0, 1], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {48.5, 0.}], {0, 1}, Automatic, {1, 0}], InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.5, 0, 0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.33333333333333337`, 0., 0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5, 0, 0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5, 0, 0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.5, 0, 0.5], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {67.69999999999999, 0.}], {0, 1}, Automatic, { 1, 0}], InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0, 1, 1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0., 0.6666666666666666, 0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0, 1, 1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0, 1, 1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0, 1, 1], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {86.89999999999999, 0.}], {0, 1}, Automatic, { 1, 0}], InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[1, 1, 0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.6666666666666666, 0.6666666666666666, 0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[1, 1, 0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[1, 1, 0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[1, 1, 0], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {106.1, 0.}], {0, 1}, Automatic, {1, 0}], InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0.5], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.33333333333333337`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0.5]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0.5]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0.5], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {125.29999999999998`, 0.}], {0, 1}, Automatic, {1, 0}], InsetBox[ BoxData[ FormBox[ InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[0], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[0]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[0]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[0], Editable -> False, Selectable -> False], TraditionalForm]], Offset[{0., -2.}, {144.49999999999997`, 0.}], {0, 1}, Automatic, {1, 0}]}}, "GraphicsLabel", StripOnInput -> False, StripOnInput -> False]}, "GraphicsTicks", StripOnInput -> False, StripOnInput -> False]}, "GraphicsAxes", StripOnInput -> False, StripOnInput -> False]}}, { AspectRatio -> NCache[GoldenRatio^(-1), 0.6180339887498948], Axes -> {False, True}, AxesLabel -> { FormBox["\"Cluster\"", TraditionalForm], FormBox[ "\"% of total proteins contributing to GO term\"", TraditionalForm]}, AxesOrigin -> {-2.468, 0.}, CoordinatesToolOptions -> {"DisplayFunction" -> ({ Identity[ Part[#, 1]], Identity[ Part[#, 2]]}& ), "CopiedValueFunction" -> ({ Identity[ Part[#, 1]], Identity[ Part[#, 2]]}& )}, FrameLabel -> {{None, None}, {None, None}}, FrameTicks -> {{Automatic, Automatic}, {{{1.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {2.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {3.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {4.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {5.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {6.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {7.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {8.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {9.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {10.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {11.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {12.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {13.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {14.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {15.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {16.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {17.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {18.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.700000000000003`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {10.100000000000001`, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[RGBColor[0, 1, 0], RectangleBox[List[0, -1], \ List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, True], Rule[FrameStyle, \ RGBColor[0.`, 0.6666666666666666`, 0.`]], Rule[FrameTicks, None], \ Rule[PlotRangePadding, None], Rule[ImageSize, Dynamic[List[Automatic, \ Times[1.35`, CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"RGBColor[0, 1, \ 0]\\\"], Rule[Appearance, None], Rule[BaseStyle, List[]], \ Rule[BaselinePosition, Baseline], Rule[DefaultBaseStyle, List[]], \ RuleDelayed[ButtonFunction, With[List[Set[Typeset`box$, EvaluationBox[]]], \ If[Not[AbsoluteCurrentValue[\\\"Deployed\\\"]], \ CompoundExpression[SelectionMove[Typeset`box$, All, Expression], \ Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, RGBColor[0, 1, 0]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"RGBColorValueSelector\\\"], List[0, List[Left, Bottom]], \ List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], RGBColor[0, 1, 0], \ Rule[Editable, False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}, {20.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {21.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {22.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {23.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {24.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {25.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {26.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {27.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {28.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {29.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {30.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {31.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {32.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {33.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {34.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {35.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {36.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {37.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {29.299999999999997`, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[RGBColor[1, 0, 0], RectangleBox[List[0, -1], \ List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, True], Rule[FrameStyle, \ RGBColor[0.6666666666666666`, 0.`, 0.`]], Rule[FrameTicks, None], \ Rule[PlotRangePadding, None], Rule[ImageSize, Dynamic[List[Automatic, \ Times[1.35`, CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"RGBColor[1, 0, \ 0]\\\"], Rule[Appearance, None], Rule[BaseStyle, List[]], \ Rule[BaselinePosition, Baseline], Rule[DefaultBaseStyle, List[]], \ RuleDelayed[ButtonFunction, With[List[Set[Typeset`box$, EvaluationBox[]]], \ If[Not[AbsoluteCurrentValue[\\\"Deployed\\\"]], \ CompoundExpression[SelectionMove[Typeset`box$, All, Expression], \ Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, RGBColor[1, 0, 0]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"RGBColorValueSelector\\\"], List[0, List[Left, Bottom]], \ List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], RGBColor[1, 0, 0], \ Rule[Editable, False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}, {39.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {40.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {41.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {42.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {43.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {44.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {45.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {46.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {47.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {48.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {49.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {50.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {51.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {52.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {53.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {54.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {55.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {56.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {57.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {58.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {48.5, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[RGBColor[0, 0, 1], RectangleBox[List[0, -1], \ List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, True], Rule[FrameStyle, \ RGBColor[0.`, 0.`, 0.6666666666666666`]], Rule[FrameTicks, None], \ Rule[PlotRangePadding, None], Rule[ImageSize, Dynamic[List[Automatic, \ Times[1.35`, CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"RGBColor[0, 0, \ 1]\\\"], Rule[Appearance, None], Rule[BaseStyle, List[]], \ Rule[BaselinePosition, Baseline], Rule[DefaultBaseStyle, List[]], \ RuleDelayed[ButtonFunction, With[List[Set[Typeset`box$, EvaluationBox[]]], \ If[Not[AbsoluteCurrentValue[\\\"Deployed\\\"]], \ CompoundExpression[SelectionMove[Typeset`box$, All, Expression], \ Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, RGBColor[0, 0, 1]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"RGBColorValueSelector\\\"], List[0, List[Left, Bottom]], \ List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], RGBColor[0, 0, 1], \ Rule[Editable, False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}, {58.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {59.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {60.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {61.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {62.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {63.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {64.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {65.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {66.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {67.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {68.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {69.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {70.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {71.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {72.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {73.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {74.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {75.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {76.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {77.30000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {67.7, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[RGBColor[0.5`, 0, 0.5`], \ RectangleBox[List[0, -1], List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, \ True], Rule[FrameStyle, RGBColor[0.33333333333333337`, 0.`, \ 0.33333333333333337`]], Rule[FrameTicks, None], Rule[PlotRangePadding, None], \ Rule[ImageSize, Dynamic[List[Automatic, Times[1.35`, \ CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"RGBColor[0.5, 0, \ 0.5]\\\"], Rule[Appearance, None], Rule[BaseStyle, List[]], \ Rule[BaselinePosition, Baseline], Rule[DefaultBaseStyle, List[]], \ RuleDelayed[ButtonFunction, With[List[Set[Typeset`box$, EvaluationBox[]]], \ If[Not[AbsoluteCurrentValue[\\\"Deployed\\\"]], \ CompoundExpression[SelectionMove[Typeset`box$, All, Expression], \ Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, RGBColor[0.5`, 0, 0.5`]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"RGBColorValueSelector\\\"], List[0, List[Left, Bottom]], \ List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], RGBColor[0.5`, 0, 0.5`], \ Rule[Editable, False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}, {77.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {78.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {79.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {80.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {81.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {82.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {83.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {84.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {85.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {86.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {87.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {88.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {89.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {90.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {91.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {92.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {93.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {94.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {95.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {96.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {86.9, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[RGBColor[0, 1, 1], RectangleBox[List[0, -1], \ List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, True], Rule[FrameStyle, \ RGBColor[0.`, 0.6666666666666666`, 0.6666666666666666`]], Rule[FrameTicks, \ None], Rule[PlotRangePadding, None], Rule[ImageSize, Dynamic[List[Automatic, \ Times[1.35`, CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"RGBColor[0, 1, \ 1]\\\"], Rule[Appearance, None], Rule[BaseStyle, List[]], \ Rule[BaselinePosition, Baseline], Rule[DefaultBaseStyle, List[]], \ RuleDelayed[ButtonFunction, With[List[Set[Typeset`box$, EvaluationBox[]]], \ If[Not[AbsoluteCurrentValue[\\\"Deployed\\\"]], \ CompoundExpression[SelectionMove[Typeset`box$, All, Expression], \ Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, RGBColor[0, 1, 1]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"RGBColorValueSelector\\\"], List[0, List[Left, Bottom]], \ List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], RGBColor[0, 1, 1], \ Rule[Editable, False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}, {97.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {98.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {99.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {100.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {101.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {102.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {103.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {104.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {105.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {106.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {107.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {108.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {109.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {110.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {111.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {112.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {113.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {114.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.70000000000002`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {106.10000000000001`, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[RGBColor[1, 1, 0], RectangleBox[List[0, -1], \ List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, True], Rule[FrameStyle, \ RGBColor[0.6666666666666666`, 0.6666666666666666`, 0.`]], Rule[FrameTicks, \ None], Rule[PlotRangePadding, None], Rule[ImageSize, Dynamic[List[Automatic, \ Times[1.35`, CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"RGBColor[1, 1, \ 0]\\\"], Rule[Appearance, None], Rule[BaseStyle, List[]], \ Rule[BaselinePosition, Baseline], Rule[DefaultBaseStyle, List[]], \ RuleDelayed[ButtonFunction, With[List[Set[Typeset`box$, EvaluationBox[]]], \ If[Not[AbsoluteCurrentValue[\\\"Deployed\\\"]], \ CompoundExpression[SelectionMove[Typeset`box$, All, Expression], \ Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, RGBColor[1, 1, 0]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"RGBColorValueSelector\\\"], List[0, List[Left, Bottom]], \ List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], RGBColor[1, 1, 0], \ Rule[Editable, False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}, {116.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {117.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {118.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {119.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {120.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {121.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {122.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {123.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {124.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {125.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {126.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {127.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {128.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {129.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {130.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {131.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {132.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {133.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {125.30000000000001`, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[GrayLevel[0.5`], RectangleBox[List[0, -1], \ List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, True], Rule[FrameStyle, \ GrayLevel[0.33333333333333337`]], Rule[FrameTicks, None], \ Rule[PlotRangePadding, None], Rule[ImageSize, Dynamic[List[Automatic, \ Times[1.35`, CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"GrayLevel[0.5]\\\"], \ Rule[Appearance, None], Rule[BaseStyle, List[]], Rule[BaselinePosition, \ Baseline], Rule[DefaultBaseStyle, List[]], RuleDelayed[ButtonFunction, \ With[List[Set[Typeset`box$, EvaluationBox[]]], If[Not[AbsoluteCurrentValue[\\\ \"Deployed\\\"]], CompoundExpression[SelectionMove[Typeset`box$, All, \ Expression], Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, GrayLevel[0.5`]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"GrayLevelColorValueSelector\\\"], List[0, List[Left, \ Bottom]], List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], GrayLevel[0.5`], \ Rule[Editable, False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}, {135.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {136.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {137.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {138.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {139.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {140.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {141.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {142.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {143.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {144.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {145.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {146.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {147.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {148.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {149.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {150.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {151.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {152.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {153.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {144.5, FormBox[ "\"\\!\\(\\*InterpretationBox[ButtonBox[TooltipBox[GraphicsBox[List[\ List[GrayLevel[0], RectangleBox[List[0, 0]]], List[GrayLevel[0], \ RectangleBox[List[1, -1]]], List[GrayLevel[0], RectangleBox[List[0, -1], \ List[2, 1]]]], Rule[AspectRatio, 1], Rule[Frame, True], Rule[FrameStyle, \ GrayLevel[0.`]], Rule[FrameTicks, None], Rule[PlotRangePadding, None], \ Rule[ImageSize, Dynamic[List[Automatic, Times[1.35`, \ CurrentValue[\\\"FontCapHeight\\\"], \ Power[AbsoluteCurrentValue[Magnification], -1]]]]]], \\\"GrayLevel[0]\\\"], \ Rule[Appearance, None], Rule[BaseStyle, List[]], Rule[BaselinePosition, \ Baseline], Rule[DefaultBaseStyle, List[]], RuleDelayed[ButtonFunction, \ With[List[Set[Typeset`box$, EvaluationBox[]]], If[Not[AbsoluteCurrentValue[\\\ \"Deployed\\\"]], CompoundExpression[SelectionMove[Typeset`box$, All, \ Expression], Set[FrontEnd`Private`$ColorSelectorInitialAlpha, 1], \ Set[FrontEnd`Private`$ColorSelectorInitialColor, GrayLevel[0]], \ Set[FrontEnd`Private`$ColorSelectorUseMakeBoxes, True], \ MathLink`CallFrontEnd[FrontEnd`AttachCell[Typeset`box$, \ FrontEndResource[\\\"GrayLevelColorValueSelector\\\"], List[0, List[Left, \ Bottom]], List[Left, Top], Rule[\\\"ClosingActions\\\", \ List[\\\"SelectionDeparture\\\", \\\"ParentChanged\\\", \ \\\"EvaluatorQuit\\\"]]]]]]]], Rule[BaseStyle, Inherited], Rule[Evaluator, \ Automatic], Rule[Method, \\\"Preemptive\\\"]], GrayLevel[0], Rule[Editable, \ False], Rule[Selectable, False]]\\)\"", TraditionalForm], {0, 0}}}, {{1.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {2.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {3.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {4.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {5.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {6.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {7.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {8.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {9.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {10.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {11.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {12.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {13.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {14.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {15.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {16.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {17.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {18.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {19.700000000000003`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {20.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {21.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {22.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {23.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {24.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {25.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {26.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {27.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {28.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {29.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {30.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {31.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {32.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {33.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {34.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {35.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {36.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {37.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {38.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {39.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {40.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {41.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {42.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {43.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {44.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {45.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {46.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {47.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {48.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {49.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {50.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {51.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {52.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {53.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {54.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {55.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {56.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {57.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {58.1, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {58.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {59.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {60.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {61.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {62.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {63.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {64.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {65.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {66.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {67.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {68.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {69.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {70.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {71.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {72.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {73.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {74.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {75.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {76.7, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {77.30000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {77.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {78.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {79.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {80.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {81.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {82.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {83.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {84.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {85.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {86.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {87.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {88.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {89.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {90.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {91.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {92.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {93.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {94.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {95.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {96.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {97.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {98.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {99.10000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {100.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {101.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {102.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {103.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {104.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {105.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {106.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {107.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {108.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {109.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {110.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {111.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {112.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {113.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {114.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.10000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {115.70000000000002`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {116.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {117.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {118.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {119.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {120.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {121.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {122.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {123.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {124.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {125.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {126.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {127.30000000000001`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {128.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {129.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {130.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {131.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {132.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {133.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.3, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {134.9, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.008, 0}}, {135.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {136.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {137.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {138.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {139.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {140.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {141.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {142.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {143.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {144.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {145.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {146.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {147.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {148.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {149.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {150.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {151.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {152.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}, {153.5, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0]], TraditionalForm], {0.004, 0}}}}}, GridLines -> {None, None}, GridLinesStyle -> Directive[ GrayLevel[0.5, 0.4]], ImageSize -> Large, PlotRange -> {{All, All}, {All, All}}, PlotRangePadding -> {{ Scaled[0.02], Scaled[0.02]}, { Scaled[0.02], Scaled[0.05]}}, Ticks -> {None, Automatic}}],FormBox[ FormBox[ TemplateBox[{ "\"GO:0000287\"", "\"GO:0003677\"", "\"GO:0003735\"", "\"GO:0005524\"", "\"GO:0005737\"", "\"GO:0005829\"", "\"GO:0005886\"", "\"GO:0005887\"", "\"GO:0006351\"", "\"GO:0006412\"", "\"GO:0006974\"", "\"GO:0008270\"", "\"GO:0016020\"", "\"GO:0016021\"", "\"GO:0016887\"", "\"GO:0019843\"", "\"GO:0022625\"", "\"GO:0042802\"", "\"GO:0046872\""}, "SwatchLegend", DisplayFunction -> (FormBox[ StyleBox[ StyleBox[ PaneBox[ TagBox[ GridBox[{{ TagBox[ GridBox[{{ GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.982864, 0.7431472, 0.3262672]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.986672, 0.6988922666666667, 0.2982078222222222]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #2}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.99048, 0.6546373333333334, 0.2701484444444444]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #3}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.994288, 0.6103824, 0.24208906666666669`]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #4}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.998096, 0.5661274666666667, 0.2140296888888889]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #5}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.976, 0.5363555555555556, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #6}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.928, 0.5210666666666667, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #7}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #8}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #9}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.784, 0.47519999999999996`, 0.2]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #10}}, GridBoxAlignment -> { "Columns" -> {Center, Left}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "Columns" -> {{False}}, "Rows" -> {{False}}}, GridBoxItemSize -> {"Columns" -> {{All}}, "Rows" -> {{All}}}, GridBoxSpacings -> { "Columns" -> {{0.5}}, "Rows" -> {{0.5}}}], "Grid"], TagBox[ GridBox[{{ GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #11}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #12}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #13}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #14}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #15}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.6167072, 0.5082666666666666, 0.7586295999999999]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #16}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #17}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #18}, { GraphicsBox[{ Directive[ PointSize[0.5], AbsoluteThickness[1.6], EdgeForm[ Directive[ Opacity[0.]]], RGBColor[0.4992, 0.5552, 0.8309304]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #19}}, GridBoxAlignment -> { "Columns" -> {Center, Left}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "Columns" -> {{False}}, "Rows" -> {{False}}}, GridBoxItemSize -> {"Columns" -> {{All}}, "Rows" -> {{All}}}, GridBoxSpacings -> { "Columns" -> {{0.5}}, "Rows" -> {{0.5}}}], "Grid"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{1}}, "Rows" -> {{0}}}], "Grid"], Alignment -> Left, AppearanceElements -> None, ImageMargins -> {{5, 5}, {5, 5}}, ImageSizeAction -> "ResizeToFit"], LineIndent -> 0, StripOnInput -> False], { Directive[], Directive[], FontFamily -> "Arial"}, Background -> Automatic, StripOnInput -> False], TraditionalForm]& ), InterpretationFunction :> (RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { GrayLevel[1], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> GrayLevel[0.6666666666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "GrayLevel[1]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = GrayLevel[1]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["GrayLevelColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], GrayLevel[1], Editable -> False, Selectable -> False]}], "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.982864, 0.7431472, 0.3262672], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6552426666666666, 0.4954314666666667, 0.21751146666666665`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.982864, 0.7431472, 0.3262672]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.982864, 0.7431472, 0.3262672]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.982864, 0.7431472, 0.3262672], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.986672, 0.6988922666666667, 0.2982078222222222], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6577813333333333, 0.46592817777777784`, 0.1988052148148148], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.986672, 0.6988922666666667, \ 0.2982078222222222]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.986672, 0.6988922666666667, 0.2982078222222222]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.986672, 0.6988922666666667, 0.2982078222222222], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.66032, 0.436424888888889, 0.18009896296296296`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.99048, 0.6546373333333334, \ 0.2701484444444444]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.99048, 0.6546373333333334, 0.2701484444444444], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.994288, 0.6103824, 0.24208906666666669`], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6628586666666667, 0.4069216, 0.16139271111111114`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.994288, 0.6103824, 0.24208906666666669]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.994288, 0.6103824, 0.24208906666666669`]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.994288, 0.6103824, 0.24208906666666669`], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.998096, 0.5661274666666667, 0.2140296888888889], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6653973333333334, 0.3774183111111111, 0.14268645925925927`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.998096, 0.5661274666666667, \ 0.2140296888888889]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.998096, 0.5661274666666667, 0.2140296888888889]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.998096, 0.5661274666666667, 0.2140296888888889], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.976, 0.5363555555555556, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6506666666666667, 0.3575703703703704, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.976, 0.5363555555555556, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.976, 0.5363555555555556, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.976, 0.5363555555555556, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.928, 0.5210666666666667, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6186666666666667, 0.3473777777777778, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.928, 0.5210666666666667, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.928, 0.5210666666666667, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.928, 0.5210666666666667, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.8800000000000001, 0.5057777777777778, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5866666666666668, 0.3371851851851852, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.8800000000000001, 0.5057777777777778, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.8800000000000001, 0.5057777777777778, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5546666666666668, 0.3269925925925926, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.8320000000000001, 0.49048888888888886, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.8320000000000001, 0.49048888888888886`, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.784, 0.47519999999999996`, 0.2], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5226666666666667, 0.31679999999999997`, 0.13333333333333336`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.784, 0.47519999999999996, 0.2]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.784, 0.47519999999999996`, 0.2]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.784, 0.47519999999999996`, 0.2], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.5065867851851853, 0.3182222222222222, 0.2107376592592593], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.7598801777777778, 0.4773333333333333, \ 0.3161064888888889]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.7598801777777778, 0.4773333333333333, 0.3161064888888889]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> A\ utomatic, Method -> "Preemptive"], RGBColor[ 0.7598801777777778, 0.4773333333333333, 0.3161064888888889], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.49050690370370376`, 0.31964444444444445`, 0.28814198518518513`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.7357603555555556, 0.47946666666666665, \ 0.4322129777777777]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.7357603555555556, 0.47946666666666665`, 0.4322129777777777]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.7357603555555556, 0.47946666666666665`, 0.4322129777777777], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.4744270222222222, 0.32106666666666667`, 0.36554631111111113`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.7116405333333333, 0.4816, \ 0.5483194666666666]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.7116405333333333, 0.4816, 0.5483194666666666], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.4583471407407408, 0.32248888888888894`, 0.4429506370370371], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.6875207111111111, 0.48373333333333335, \ 0.6644259555555556]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.6875207111111111, 0.48373333333333335`, 0.6644259555555556]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.6875207111111111, 0.48373333333333335`, 0.6644259555555556], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.43725084444444445`, 0.3284148148148148, 0.4896862222222222], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.6558762666666667, 0.4926222222222222, \ 0.7345293333333333]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.6558762666666667, 0.4926222222222222, 0.7345293333333333]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.6558762666666667, 0.4926222222222222, 0.7345293333333333], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.6167072, 0.5082666666666666, 0.7586295999999999], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.4111381333333334, 0.33884444444444445`, 0.5057530666666666], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.6167072, 0.5082666666666666, \ 0.7586295999999999]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.6167072, 0.5082666666666666, 0.7586295999999999]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.6167072, 0.5082666666666666, 0.7586295999999999], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.38502542222222225`, 0.34927407407407407`, 0.5218199111111111], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5775381333333334, 0.5239111111111111, \ 0.7827298666666667]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5775381333333334, 0.5239111111111111, 0.7827298666666667]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.5775381333333334, 0.5239111111111111, 0.7827298666666667], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.35891271111111117`, 0.35970370370370375`, 0.5378867555555555], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.5383690666666667, 0.5395555555555556, \ 0.8068301333333333]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.5383690666666667, 0.5395555555555556, 0.8068301333333333]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[ 0.5383690666666667, 0.5395555555555556, 0.8068301333333333], Editable -> False, Selectable -> False]}], "]"}], ",", RowBox[{"Directive", "[", RowBox[{ RowBox[{"EdgeForm", "[", RowBox[{"Directive", "[", RowBox[{"Opacity", "[", "0.`", "]"}], "]"}], "]"}], ",", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.4992, 0.5552, 0.8309304], RectangleBox[{0, -1}, {2, 1}]}}, AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[0.3328, 0.37013333333333337`, 0.5539536], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 CurrentValue["FontCapHeight"]/ AbsoluteCurrentValue[Magnification]}]], "RGBColor[0.4992, 0.5552, 0.8309304]"], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.4992, 0.5552, 0.8309304]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.4992, 0.5552, 0.8309304], Editable -> False, Selectable -> False]}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", "}"}], ",", RowBox[{"{", RowBox[{#, ",", #2, ",", #3, ",", #4, ",", #5, ",", #6, ",", #7, ",", #8, ",", #9, ",", #10, ",", #11, ",", #12, ",", #13, ",", #14, ",", #15, ",", #16, ",", #17, ",", #18, ",", #19}], "}"}]}], "}"}], ",", RowBox[{"LegendMarkers", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", "None", "}"}], ",", RowBox[{"{", RowBox[{ "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic"}], "}"}]}], "}"}]}], ",", RowBox[{"LabelStyle", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"Directive", "[", "]"}], ",", RowBox[{"Directive", "[", "]"}]}], "}"}]}], ",", RowBox[{"LegendLayout", "\[Rule]", "\"Column\""}]}], "]"}]& ), Editable -> True], TraditionalForm], TraditionalForm]}, "Legended", DisplayFunction->(GridBox[{{ TagBox[ ItemBox[ PaneBox[ TagBox[#, "SkipImageSizeLevel"], Alignment -> {Center, Baseline}, BaselinePosition -> Baseline], DefaultBaseStyle -> "Labeled"], "SkipImageSizeLevel"], ItemBox[#2, DefaultBaseStyle -> "LabeledLabel"]}}, GridBoxAlignment -> {"Columns" -> {{Center}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> Automatic, BaselinePosition -> {1, 1}]& ), Editable->True, InterpretationFunction->(RowBox[{"Legended", "[", RowBox[{#, ",", RowBox[{"Placed", "[", RowBox[{#2, ",", "After"}], "]"}]}], "]"}]& )]], "Output", CellChangeTimes->{3.650224020394164*^9, 3.6502240709511337`*^9, 3.650259255343912*^9}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{"\"\\"", ",", "clusterplot"}], "]"}]], "Input", CellChangeTimes->{{3.65019307257368*^9, 3.6501930936859875`*^9}, 3.650259255359538*^9}], Cell[BoxData["\<\"test.pdf\"\>"], "Output", CellChangeTimes->{3.6501931026032486`*^9, 3.65019323990479*^9, 3.650202436350237*^9, 3.650202601091133*^9, 3.650218866393011*^9, 3.6502233772554007`*^9, 3.650224161295036*^9, 3.650259255375165*^9}] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Getting the full GO terms back", "Subsection", CellChangeTimes->{{3.6502571399121103`*^9, 3.65025714730488*^9}}], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{ RowBox[{ RowBox[{"StringSplit", "[", RowBox[{ RowBox[{"Rest", "[", RowBox[{"dat", "[", RowBox[{"[", RowBox[{"All", ",", "3"}], "]"}], "]"}], "]"}], ",", "\"\<;\>\""}], "]"}], "//", "Flatten"}], "//", "StringTrim"}], "//", "Union"}], ";"}]], "Input", CellChangeTimes->{{3.650257171901732*^9, 3.6502572898540115`*^9}, { 3.6502573232200403`*^9, 3.6502573796623626`*^9}}], Cell[BoxData[{ RowBox[{ RowBox[{"refFull", "=", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"goRef", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], ",", RowBox[{ RowBox[{ RowBox[{ RowBox[{"StringSplit", "[", RowBox[{ RowBox[{"Rest", "[", RowBox[{"dat", "[", RowBox[{"[", RowBox[{"All", ",", "3"}], "]"}], "]"}], "]"}], ",", "\"\<;\>\""}], "]"}], "//", "Flatten"}], "//", "StringTrim"}], "//", "Union"}]}], "}"}], "\[Transpose]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"refCut", "=", RowBox[{"Pick", "[", RowBox[{"refFull", ",", RowBox[{"Table", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{ RowBox[{"goCut", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], ",", "i"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"refFull", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}]}], "}"}]}], "]"}]}], "]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.6502573064579706`*^9, 3.6502573111590347`*^9}, { 3.6502573995472717`*^9, 3.650257439956539*^9}, {3.6502574723638687`*^9, 3.650257484459686*^9}, {3.6502576883825507`*^9, 3.6502577080228863`*^9}}], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{"\"\\"", ",", "refCut"}], "]"}]], "Input", CellChangeTimes->{{3.650257713329799*^9, 3.650257746553011*^9}}], Cell[BoxData["\<\"GO_reference_list.xlsx\"\>"], "Output", CellChangeTimes->{3.650257714549813*^9, 3.6502577555817165`*^9}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{"\"\\"", ",", "refFull"}], "]"}]], "Input", CellChangeTimes->{{3.650258339240369*^9, 3.6502583581800575`*^9}}], Cell[BoxData["\<\"GO_fullref_list.xlsx\"\>"], "Output", CellChangeTimes->{3.650258362100089*^9}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "refFull", "]"}]], "Input", CellChangeTimes->{{3.6502583635647984`*^9, 3.650258367392778*^9}}], Cell[BoxData["1031"], "Output", CellChangeTimes->{3.650258367709011*^9}] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[StyleBox["Further analysis (future)", "Section"]], "Section", CellChangeTimes->{{3.650231389928342*^9, 3.6502313991965313`*^9}, { 3.650257495037447*^9, 3.650257495396514*^9}, {3.712152562425694*^9, 3.712152569849745*^9}}], Cell[CellGroupData[{ Cell["as above, but by localisation, bioproc and molfunc", "Subsection", CellChangeTimes->{{3.650231333454608*^9, 3.650231365681139*^9}}], Cell[BoxData[ RowBox[{"compAll", "[", "]"}]], "Input", CellChangeTimes->{{3.65018881036341*^9, 3.650188812303449*^9}}], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{ RowBox[{"component", "=", " ", RowBox[{"goPuller", "[", RowBox[{"dat", "[", RowBox[{"[", RowBox[{"All", ",", "6"}], "]"}], "]"}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"compAll", "=", RowBox[{"Union", "[", RowBox[{"Flatten", "[", "component", "]"}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{"Length", "[", "compAll", "]"}]}], "Input", CellChangeTimes->{{3.6500944922407856`*^9, 3.650094494601362*^9}, { 3.65009474120113*^9, 3.6500947800120544`*^9}, {3.650094977667116*^9, 3.650095006744544*^9}, {3.650095045427394*^9, 3.6500951056786475`*^9}, { 3.6500951391259937`*^9, 3.650095143484911*^9}, {3.650096539057342*^9, 3.650096550530002*^9}, {3.650097608622941*^9, 3.650097637120987*^9}, { 3.6500978579235096`*^9, 3.650097873568965*^9}, {3.650188139422781*^9, 3.650188143186572*^9}}], Cell[BoxData["76"], "Output", CellChangeTimes->{3.650097874603653*^9, 3.650146120590087*^9}] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"compProts", "=", RowBox[{"Pick", "[", RowBox[{"goRef", ",", RowBox[{"Table", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"compAll", ",", RowBox[{"i", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", "goRef"}], "}"}]}], "]"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.6500981380816946`*^9, 3.6500981504829817`*^9}, { 3.650098567406642*^9, 3.650098605226894*^9}}], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"compProts", "[", RowBox[{"[", "1", "]"}], "]"}]], "Input", CellChangeTimes->{{3.6501469457621536`*^9, 3.6501469539412465`*^9}}], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"GO:0000015\"\>", ",", RowBox[{"{", "\<\"P0A6P9\"\>", "}"}]}], "}"}]], "Output", CellChangeTimes->{3.6501469543692584`*^9}] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"compProts", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}], "/.", RowBox[{"Thread", "[", RowBox[{ RowBox[{"protRef", "[", RowBox[{"[", RowBox[{"All", ",", "1"}], "]"}], "]"}], "\[Rule]", RowBox[{"protRef", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}]}], "]"}]}], "//", "Sort"}]], "Input", CellChangeTimes->{{3.650147283450369*^9, 3.6501473342153716`*^9}, { 3.6501477186826077`*^9, 3.650147746379049*^9}}], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{ RowBox[{ RowBox[{"compProts", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}], "//", "Flatten"}], "//", "Length"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{ RowBox[{"compProts", "[", RowBox[{"[", RowBox[{"All", ",", "2"}], "]"}], "]"}], "//", "Flatten"}], "//", "Union"}], "//", "Length"}]}], "Input", CellChangeTimes->{{3.650098610502425*^9, 3.6500986749174585`*^9}, { 3.650098714406847*^9, 3.650098773859567*^9}, {3.65014613395896*^9, 3.650146135463009*^9}, {3.650146193073552*^9, 3.6501461973956213`*^9}, { 3.6501477112609167`*^9, 3.6501477142375*^9}}], Cell[BoxData["668"], "Output", CellChangeTimes->{{3.6500986138256407`*^9, 3.650098675485838*^9}, 3.650098715004241*^9, {3.650098757094363*^9, 3.65009877183321*^9}, { 3.650146127707032*^9, 3.6501461362150135`*^9}, {3.650146193503503*^9, 3.6501461977356176`*^9}, 3.650146830115207*^9}], Cell[BoxData["397"], "Output", CellChangeTimes->{{3.6500986138256407`*^9, 3.650098675485838*^9}, 3.650098715004241*^9, {3.650098757094363*^9, 3.65009877183321*^9}, { 3.650146127707032*^9, 3.6501461362150135`*^9}, {3.650146193503503*^9, 3.6501461977356176`*^9}, 3.6501468301192055`*^9}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"compProts", "//", "Dimensions"}]], "Input", CellChangeTimes->{{3.6501447135191565`*^9, 3.6501447233407183`*^9}}], Cell[BoxData[ RowBox[{"{", RowBox[{"76", ",", "2"}], "}"}]], "Output", CellChangeTimes->{{3.6501447193200293`*^9, 3.650144723782008*^9}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"goRef", "[", RowBox[{"[", RowBox[{"1", ",", "All"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.650144751141292*^9, 3.6501447574304895`*^9}}], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"GO:0000015\"\>", ",", RowBox[{"{", "\<\"P0A6P9\"\>", "}"}]}], "}"}]], "Output", CellChangeTimes->{3.6501447579608426`*^9}] }, Open ]] }, Open ]] }, Open ]] }, WindowSize->{784, 811}, WindowMargins->{{-10, Automatic}, {Automatic, -10}}, FrontEndVersion->"10.3 for Linux x86 (64-bit) (October 9, 2015)", StyleDefinitions->"Default.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[558, 20, 296, 6, 32, "Input"], Cell[CellGroupData[{ Cell[879, 30, 96, 1, 65, "Section"], Cell[978, 33, 1312, 25, 165, "Input"] }, Open ]], Cell[CellGroupData[{ Cell[2327, 63, 179, 2, 65, "Section"], Cell[CellGroupData[{ Cell[2531, 69, 147, 3, 32, "Input"], Cell[2681, 74, 357, 7, 99, "Output"] }, Open ]], Cell[3053, 84, 2195, 59, 187, "Input"], Cell[5251, 145, 1904, 43, 99, "Input"], Cell[7158, 190, 396, 10, 71, "Text"], Cell[CellGroupData[{ Cell[7579, 204, 284, 6, 55, "Input"], Cell[7866, 212, 416, 8, 32, "Output"], Cell[8285, 222, 273, 5, 32, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[8607, 233, 154, 2, 65, "Section"], Cell[CellGroupData[{ Cell[8786, 239, 187, 2, 45, "Subsection"], Cell[CellGroupData[{ Cell[8998, 245, 1739, 46, 121, "Input"], Cell[10740, 293, 188, 4, 32, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[10977, 303, 194, 2, 45, "Subsection"], Cell[11174, 307, 203, 4, 31, "Text"], Cell[11380, 313, 4534, 122, 363, "Input"] }, Open ]], Cell[CellGroupData[{ Cell[15951, 440, 223, 3, 45, "Subsection"], Cell[CellGroupData[{ Cell[16199, 447, 2394, 51, 209, "Input"], Cell[18596, 500, 272454, 6511, 319, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[291087, 7016, 2371, 51, 209, "Input"], Cell[293461, 7069, 593246, 12478, 317, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[886744, 19552, 200, 4, 32, "Input"], Cell[886947, 19558, 248, 3, 32, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[887244, 19567, 119, 1, 45, "Subsection"], Cell[887366, 19570, 480, 14, 32, "Input"], Cell[887849, 19586, 1372, 39, 143, "Input"], Cell[CellGroupData[{ Cell[889246, 19629, 182, 3, 32, "Input"], Cell[889431, 19634, 123, 1, 32, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[889591, 19640, 183, 3, 32, "Input"], Cell[889777, 19645, 97, 1, 32, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[889911, 19651, 133, 2, 32, "Input"], Cell[890047, 19655, 73, 1, 32, "Output"] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[890181, 19663, 241, 3, 65, "Section"], Cell[CellGroupData[{ Cell[890447, 19670, 138, 1, 45, "Subsection"], Cell[890588, 19673, 120, 2, 32, "Input"], Cell[CellGroupData[{ Cell[890733, 19679, 889, 20, 77, "Input"], Cell[891625, 19701, 93, 1, 32, "Output"] }, Open ]], Cell[891733, 19705, 521, 15, 32, "Input"], Cell[CellGroupData[{ Cell[892279, 19724, 155, 3, 32, "Input"], Cell[892437, 19729, 171, 4, 32, "Output"] }, Open ]], Cell[892623, 19736, 542, 16, 55, "Input"], Cell[CellGroupData[{ Cell[893190, 19756, 654, 17, 55, "Input"], Cell[893847, 19775, 295, 4, 32, "Output"], Cell[894145, 19781, 297, 4, 32, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[894479, 19790, 137, 2, 32, "Input"], Cell[894619, 19794, 142, 3, 32, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[894798, 19802, 175, 4, 32, "Input"], Cell[894976, 19808, 171, 4, 32, "Output"] }, Open ]] }, Open ]] }, Open ]] } ] *) (* End of internal cache information *)