Files
hosts/stats.nb
T

710 lines
31 KiB
Mathematica

(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='WolframDesktop 13.1' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 161, 7]
NotebookDataLength[ 31389, 701]
NotebookOptionsPosition[ 30815, 683]
NotebookOutlinePosition[ 31212, 699]
CellTagsIndexPosition[ 31169, 696]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[BoxData[{
RowBox[{
RowBox[{"SetDirectory", "[",
RowBox[{"NotebookDirectory", "[", "]"}], "]"}],
";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"data", "=",
RowBox[{"Import", "[", "\"\<stats.out\>\"", "]"}]}],
";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"graphtitle", "=", "\"\<Hosts file size history\>\""}],
";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{
"graphsubtitle", " ", "=", " ",
"\"\<base version: (adware + malware) only\>\""}],
";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"data", "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"DateObject", "[",
RowBox[{"#1", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}],
"]"}], ",",
RowBox[{
"#1", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}], "}"}],
"&"}], ")"}], "/@", "data"}]}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"lastitem", "=",
RowBox[{"Callout", "[",
RowBox[{
RowBox[{"Last", "[", "data", "]"}], ",",
RowBox[{"ToString", "[",
RowBox[{
RowBox[{"Last", "[", "data", "]"}], "[",
RowBox[{"[", "2", "]"}], "]"}], "]"}], ",", "Left", ",", " ",
RowBox[{"LabelStyle", "->", "Small"}], ",", " ",
RowBox[{"Background", "->", "LightBlue"}]}], "]"}]}],
";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{
RowBox[{"data", "[",
RowBox[{"[",
RowBox[{"Length", "[", "data", "]"}], "]"}], "]"}], "=", "lastitem"}],
";"}]}], "Input",
CellChangeTimes->{{3.867182545948308*^9, 3.867182555077017*^9}, {
3.8671856323646584`*^9, 3.867185655249*^9}, 3.8671870324202747`*^9, {
3.867187218478177*^9, 3.867187234045384*^9}, {3.867187352932571*^9,
3.867187371829939*^9}, {3.8671903940899982`*^9, 3.8671904257542353`*^9},
3.867190458276375*^9, {3.867190733940156*^9, 3.867190734419613*^9}, {
3.867190798905361*^9, 3.86719081289338*^9}, {3.867190843782461*^9,
3.867190868878964*^9}, {3.867191008084812*^9, 3.867191008823593*^9}, {
3.867191045756618*^9, 3.86719109928176*^9}, {3.867191132601091*^9,
3.867191153305139*^9}, {3.867191256528245*^9, 3.8671913041596727`*^9}, {
3.867191352877194*^9, 3.8671913561827507`*^9}, {3.867191386467814*^9,
3.867191411094434*^9}, {3.867191451576531*^9, 3.867191464669776*^9}, {
3.867191517397131*^9, 3.867191585673174*^9}, {3.867191623805966*^9,
3.867191637345644*^9}, {3.867191694067857*^9, 3.867191832972144*^9}, {
3.867443529594183*^9, 3.867443565893339*^9}, {3.867445761749815*^9,
3.86744582007928*^9}, {3.867445877108981*^9, 3.867445877563551*^9}, {
3.88987554010293*^9, 3.889875542354431*^9}, {3.8909097713956842`*^9,
3.890909773446272*^9}, {3.89765774638717*^9, 3.8976577472230463`*^9}, {
3.898379436246955*^9, 3.898379440050661*^9}, {3.90338401735606*^9,
3.9033840200448112`*^9}, {3.906908185436775*^9, 3.9069081879516287`*^9}},
CellLabel->"In[9]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
Cell[CellGroupData[{
Cell[BoxData[{
RowBox[{
RowBox[{"graph", "=",
RowBox[{"DateListPlot", "[",
RowBox[{"data", "\[IndentingNewLine]", ",",
RowBox[{"PlotTheme", "\[Rule]", "\"\<Detailed\>\""}],
"\[IndentingNewLine]", ",",
RowBox[{"FrameLabel", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"HoldForm", "[",
RowBox[{"Unique", " ", "domains"}], "]"}], ",", "None"}], "}"}],
",",
RowBox[{"{",
RowBox[{
RowBox[{"HoldForm", "[", "Year", "]"}], ",", "None"}], "}"}]}],
"}"}]}], "\[IndentingNewLine]", ",",
RowBox[{"FrameTicks", "->",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{"All", ",", "All"}], "}"}], ",", "Automatic"}], "}"}]}],
"\[IndentingNewLine]", ",",
RowBox[{"ImageMargins", "\[Rule]", "10"}], "\[IndentingNewLine]", ",",
RowBox[{"ImageSize", " ", "->", " ", "Large"}], "\[IndentingNewLine]",
",",
RowBox[{"PlotLabel", " ", "->", " ", "\[IndentingNewLine]",
RowBox[{"Column", "[", "\[IndentingNewLine]",
RowBox[{
RowBox[{"{", "\[IndentingNewLine]",
RowBox[{
RowBox[{"Style", "[",
RowBox[{"graphtitle", ",", "16", ",", "Bold"}], "]"}],
"\[IndentingNewLine]", ",",
RowBox[{"Style", "[",
RowBox[{"graphsubtitle", ",", "12", ",", "Bold"}], "]"}],
"\[IndentingNewLine]", ",",
RowBox[{"Style", "[",
RowBox[{
RowBox[{"\"\<updated: \>\"", "<>",
RowBox[{"DateString", "[",
RowBox[{"TimeZone", "->", "\"\<Zulu\>\""}], "]"}], " ", "<>",
" ", "\"\< UTC\>\""}], ",", "12"}], "]"}]}],
"\[IndentingNewLine]", "}"}], "\[IndentingNewLine]", ",", "Center"}],
"\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", ",",
RowBox[{"LabelStyle", "\[Rule]",
RowBox[{"{",
RowBox[{"GrayLevel", "[", "0", "]"}], "}"}]}]}], "\[IndentingNewLine]",
"]"}]}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"Export", "[",
RowBox[{
RowBox[{
RowBox[{"StringReplace", "[",
RowBox[{
RowBox[{"ToLowerCase", "[", "graphtitle", "]"}], ",",
RowBox[{"\"\< \>\"", "->", "\"\<_\>\""}]}], "]"}], "<>", " ",
"\"\<.png\>\""}], ",", " ", "graph"}], "]"}],
";"}], "\[IndentingNewLine]", "graph"}], "Input",
CellChangeTimes->{{3.8671865652072144`*^9, 3.867186567959504*^9}, {
3.8671866556947737`*^9, 3.867186670522201*^9}, {3.867186775392453*^9,
3.867186776891725*^9}, 3.867186837903651*^9, {3.867186904930146*^9,
3.867186940968878*^9}, {3.8671872869760838`*^9, 3.867187304612606*^9}, {
3.867187379649686*^9, 3.867187384392969*^9}, {3.8671874248081408`*^9,
3.867187425393301*^9}, {3.8671874629428263`*^9, 3.867187467876066*^9}, {
3.8671875851202183`*^9, 3.8671875923328257`*^9}, {3.867190421572784*^9,
3.867190455350173*^9}, {3.867191170483214*^9, 3.867191170658471*^9}, {
3.8671912032969103`*^9, 3.867191245177144*^9}, {3.867443579626745*^9,
3.867443615991692*^9}, {3.867445864801002*^9, 3.867445865695055*^9}, {
3.8675854619929047`*^9, 3.867585470469511*^9}, {3.904556674711198*^9,
3.90455667849632*^9}},
NumberMarks->False,
CellLabel->"In[16]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
Cell[BoxData[
GraphicsBox[{{}, {{{}, {},
{RGBColor[0.368417, 0.506779, 0.709798], PointSize[
0.0055000000000000005`], AbsoluteThickness[1.6], LineBox[CompressedData["
1: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
Jc047ono+j+P4rpy
"]]}},
TagBox[
{Opacity[0.], PointBox[{{3.9135744*^9, 147972.}}]},
Annotation[#, {{Callout}, Charting`Private`Tag$184165, {
596}}]& ]}, {{{}, {{}, GraphicsGroupBox[{
{RGBColor[0.87, 0.94, 1], AbsoluteThickness[4], Opacity[
NCache[
Rational[2, 3], 0.6666666666666666]], CapForm["Butt"], JoinForm[
"Round"],
BSplineCurveBox[{
Offset[{-3., 3.6739403974420594`*^-16}, {3.91329405*^9, 147972.}],
Offset[{-8., 9.797174393178826*^-16}, {3.91329405*^9, 147972.}],
Offset[{-10., 9.797174393178826*^-16}, {3.91329405*^9, 147972.}],
Offset[{-12., 9.797174393178826*^-16}, {3.91329405*^9, 147972.}],
Offset[{-12., 9.797174393178826*^-16}, {3.91329405*^9,
147972.}]}]},
{RGBColor[0.6666666666666666, 0.6666666666666666, 0.6666666666666666],
AbsoluteThickness[1.25],
BSplineCurveBox[{
Offset[{-3., 3.6739403974420594`*^-16}, {3.91329405*^9, 147972.}],
Offset[{-8., 9.797174393178826*^-16}, {3.91329405*^9, 147972.}],
Offset[{-10., 9.797174393178826*^-16}, {3.91329405*^9, 147972.}],
Offset[{-12., 9.797174393178826*^-16}, {3.91329405*^9, 147972.}],
Offset[{-12., 9.797174393178826*^-16}, {3.91329405*^9,
147972.}]}]},
{EdgeForm[None], FaceForm[{RGBColor[0.87, 0.94, 1], Opacity[
NCache[
Rational[2, 3], 0.6666666666666666]]}],
PolygonBox[{
Offset[{-12., 6.000000000000004}, {3.91329405*^9, 147972.}],
Offset[{-12., -5.999999999999996}, {3.91329405*^9, 147972.}],
Offset[{-48., -6.000000000000003}, {3.91329405*^9, 147972.}],
Offset[{-48., 5.999999999999997}, {3.91329405*^9, 147972.}]}]},
{RGBColor[0.6666666666666666, 0.6666666666666666, 0.6666666666666666],
AbsoluteThickness[1.25], EdgeForm[None]}, {}, InsetBox[
StyleBox[
RotationBox["\<\"147972\"\>",
BoxRotation->0.],
StripOnInput->False,
LineColor->GrayLevel[0],
LineOpacity->1,
FrontFaceColor->GrayLevel[0],
BackFaceColor->GrayLevel[0],
FrontFaceOpacity->1,
BackFaceOpacity->1,
GraphicsColor->GrayLevel[0],
Opacity->1,
FontSize->Small,
FontColor->GrayLevel[0],
FontOpacity->1],
Offset[{-30., 9.797174393178826*^-16}, {3.91329405*^9, 147972.}],
NCache[ImageScaled[{Rational[1, 2], Rational[1, 2]}],
ImageScaled[{0.5, 0.5}]]]}]}}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{3.729024*^9, 0},
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox[
TagBox[
TagBox[
RowBox[{"Unique", " ", "domains"}], HoldForm], HoldForm],
TraditionalForm], None}, {
FormBox[
TagBox[
TagBox["Year", HoldForm], HoldForm], TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{All, All}, {
Charting`DateTicksFunction[Automatic, DateTicksFormat -> {Automatic}],
Charting`DateTicksFunction[
Automatic, DateTicksFormat -> {Automatic}, "TickLabels" -> None]}}, {{
All, All}, {{{3.7237536*^9,
FormBox[
StyleBox["\"2018\"",
Directive[], {}, StripOnInput -> False], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.7868256*^9,
FormBox[
StyleBox["\"2020\"",
Directive[], {}, StripOnInput -> False], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.849984*^9,
FormBox[
StyleBox["\"2022\"",
Directive[], {}, StripOnInput -> False], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.913056*^9,
FormBox[
StyleBox["\"2024\"",
Directive[], {}, StripOnInput -> False], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.9762144*^9,
FormBox[
StyleBox["\"2026\"",
Directive[], {}, StripOnInput -> False], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.7237536*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.7552896*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.818448*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.88152*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.9446784*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.9762144*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}}, {{3.7237536*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.9762144*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
Rational[1, 72], 0},
Directive[]}, {3.7237536*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.7552896*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.818448*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.88152*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.9446784*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}, {3.9762144*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], {
0.009722222222222222, 0.},
Directive[]}}}}],
GridLines->FrontEndValueCache[{Charting`ScaledTickValues[
((Transpose[{#,
Table[
Directive[
GrayLevel[0.4, 0.5],
AbsoluteThickness[1],
AbsoluteDashing[{1, 2}]], {
Length[#]}]}]& )[
Part[
Select[
Charting`DateTicksFunction[Automatic, DateTicksFormat -> {Automatic}][
SlotSequence[1]], And[
FreeQ[#,
Alternatives["",
Spacer[{0, 0}]]], Head[#] === List, Length[#] > 0]& ], All, 1]]& )[
SlotSequence[1]], {Identity, Identity}]& , Automatic}, {{{3.7237536*^9,
Directive[
GrayLevel[0.4],
Opacity[0.5],
AbsoluteThickness[1.],
AbsoluteDashing[{1., 2.}]]}, {3.7868256*^9,
Directive[
GrayLevel[0.4],
Opacity[0.5],
AbsoluteThickness[1.],
AbsoluteDashing[{1., 2.}]]}, {3.849984*^9,
Directive[
GrayLevel[0.4],
Opacity[0.5],
AbsoluteThickness[1.],
AbsoluteDashing[{1., 2.}]]}, {3.913056*^9,
Directive[
GrayLevel[0.4],
Opacity[0.5],
AbsoluteThickness[1.],
AbsoluteDashing[{1., 2.}]]}, {3.9762144*^9,
Directive[
GrayLevel[0.4],
Opacity[0.5],
AbsoluteThickness[1.],
AbsoluteDashing[{1., 2.}]]}}, Automatic}],
GridLinesStyle->Directive[
GrayLevel[0.4, 0.5],
AbsoluteThickness[1],
AbsoluteDashing[{1, 2}]],
ImageMargins->10,
ImagePadding->{{All, All}, {All, All}},
ImageSize->Large,
LabelStyle->{
GrayLevel[0]},
Method->{
"NoShowPlotTheme" -> "Detailed", "AxisPadding" -> Scaled[0.02],
"DefaultBoundaryStyle" -> Automatic,
"DefaultGraphicsInteraction" -> {
"Version" -> 1.2, "TrackMousePosition" -> {True, False},
"Effects" -> {
"Highlight" -> {"ratio" -> 2}, "HighlightPoint" -> {"ratio" -> 2},
"Droplines" -> {
"freeformCursorMode" -> True,
"placement" -> {"x" -> "All", "y" -> "None"}}}}, "DefaultMeshStyle" ->
AbsolutePointSize[6], "DefaultPlotStyle" -> {
Directive[
RGBColor[0.368417, 0.506779, 0.709798],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.880722, 0.611041, 0.142051],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.560181, 0.691569, 0.194885],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.922526, 0.385626, 0.209179],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.528488, 0.470624, 0.701351],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.772079, 0.431554, 0.102387],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.363898, 0.618501, 0.782349],
AbsoluteThickness[1.6]],
Directive[
RGBColor[1, 0.75, 0],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.647624, 0.37816, 0.614037],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.571589, 0.586483, 0.],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.915, 0.3325, 0.2125],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.40082222609352647`, 0.5220066643438841, 0.85],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.9728288904374106, 0.621644452187053, 0.07336199581899142],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.736782672705901, 0.358, 0.5030266573755369],
AbsoluteThickness[1.6]],
Directive[
RGBColor[0.28026441037696703`, 0.715, 0.4292089322474965],
AbsoluteThickness[1.6]]}, "DomainPadding" -> Scaled[0.02],
"PointSizeFunction" -> "SmallPointSize", "RangePadding" -> Scaled[0.05],
"AllowMicroRanges" -> {True, False}, "OptimizePlotMarkers" -> True,
"OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
Identity[
Part[#, 1]],
Identity[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
Identity[
Part[#, 1]],
Identity[
Part[#, 2]]}& )}},
PlotLabel->FormBox[
TagBox[
GridBox[{{
StyleBox[
"\"Hosts file size history\"", 16, Bold, StripOnInput -> False]}, {
StyleBox[
"\"base version: (adware + malware) only\"", 12, Bold, StripOnInput ->
False]}, {
StyleBox[
"\"updated: Sun 7 Jan 2024 03:04:45 UTC\"", 12, StripOnInput ->
False]}}, GridBoxAlignment -> {"Columns" -> {{Center}}},
DefaultBaseStyle -> "Column",
GridBoxItemSize -> {
"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"],
TraditionalForm],
PlotRange->{{3.729024*^9, 3.9135744*^9}, {0, 218063.}},
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {
Scaled[0.02],
Scaled[0.08090169943749476]}},
Ticks->{{}, Automatic}]], "Output",
CellChangeTimes->{
3.867186551570758*^9, {3.867186680772122*^9, 3.867186699782072*^9},
3.867186777935874*^9, 3.86718694202357*^9, 3.8671870510449877`*^9,
3.867187255654533*^9, 3.867187310041932*^9, 3.867187431429256*^9,
3.867187477376759*^9, 3.867187602705633*^9, {3.867190444725642*^9,
3.86719046295945*^9}, 3.867190761611189*^9, 3.867190819779409*^9, {
3.867190852467555*^9, 3.8671908750350323`*^9}, 3.867191085771729*^9, {
3.8671911399270573`*^9, 3.867191174532995*^9}, {3.867191217100472*^9,
3.867191249934973*^9}, {3.867191282486545*^9, 3.867191309118765*^9},
3.8671913628847427`*^9, {3.8671913975749493`*^9, 3.8671914178619823`*^9},
3.867191469212702*^9, 3.867191534117766*^9, {3.867191566041802*^9,
3.867191590853747*^9}, {3.867191700666916*^9, 3.8671917705466948`*^9}, {
3.867191813970607*^9, 3.867191837153657*^9}, {3.8674436061237383`*^9,
3.867443624613255*^9}, 3.867444944515202*^9, 3.867445839945568*^9, {
3.867445870303279*^9, 3.867445881911745*^9}, 3.867584995471957*^9,
3.867585478130906*^9, 3.86774687062293*^9, 3.868098851430778*^9,
3.8685235167256823`*^9, 3.86906681078651*^9, 3.8693089287119427`*^9,
3.869735161175044*^9, 3.870007810203533*^9, 3.870340372505321*^9,
3.870340403401229*^9, 3.87045361082372*^9, 3.870942972286525*^9,
3.8713065010498323`*^9, 3.871395829118849*^9, 3.8716416309599857`*^9,
3.871642275253429*^9, 3.871899229411577*^9, 3.8720932523644876`*^9,
3.8724283947882633`*^9, 3.8729292766301403`*^9, 3.8736608832707767`*^9,
3.874069338302347*^9, 3.874325909186389*^9, 3.874696457503956*^9,
3.8748618953441896`*^9, 3.875050962875978*^9, 3.8752651909751873`*^9,
3.875891090297274*^9, 3.876342003848527*^9, 3.876998312579729*^9,
3.8772936096656237`*^9, 3.877382516377141*^9, 3.877964348832008*^9,
3.87804450687954*^9, 3.878470212323723*^9, 3.8786395885601797`*^9,
3.878639620334971*^9, 3.878757847201033*^9, 3.879112223224792*^9,
3.879170520951467*^9, 3.879289724404871*^9, 3.879371591147833*^9,
3.879797285624524*^9, 3.879923975629261*^9, 3.880151317819726*^9,
3.880393658429194*^9, 3.880543046724104*^9, 3.881056375670085*^9,
3.881325738216374*^9, 3.881334367469533*^9, 3.881592959478129*^9,
3.882027365892887*^9, 3.88219345383886*^9, 3.882466370101098*^9,
3.882613249735723*^9, 3.883174805016778*^9, 3.883439999108673*^9,
3.8836053597837353`*^9, 3.883843869256338*^9, 3.883866592728613*^9,
3.883867143448183*^9, 3.884153915891087*^9, 3.884641124197339*^9,
3.8847734015597982`*^9, 3.8847751656070967`*^9, 3.88477566967144*^9,
3.885548303427269*^9, 3.8858311230281477`*^9, 3.886191584864834*^9,
3.886621436378044*^9, 3.886855243870946*^9, 3.8871063081130733`*^9,
3.887235622274569*^9, 3.8874988606495256`*^9, 3.887834971429055*^9,
3.8884179282247667`*^9, 3.888752672205769*^9, 3.889131678960092*^9,
3.889875549917007*^9, 3.890245716755601*^9, {3.890686789876093*^9,
3.8906868143380527`*^9}, 3.8908207849213142`*^9, 3.8909081861102667`*^9,
3.89090978001711*^9, 3.891285151358225*^9, 3.891545263571479*^9,
3.8916073042523813`*^9, 3.891872341652968*^9, 3.892072401751935*^9,
3.89228235594491*^9, 3.892544999424947*^9, 3.892806179970969*^9,
3.893095552437428*^9, 3.8931723751025543`*^9, 3.89362060069613*^9,
3.893686053639799*^9, 3.89397203764882*^9, 3.894751203039884*^9,
3.895084844111672*^9, 3.895439490125032*^9, 3.8955263216939163`*^9,
3.895657784061549*^9, 3.8957448599055853`*^9, 3.895931247787265*^9,
3.896013566564756*^9, 3.896095386373332*^9, 3.8965191786429*^9,
3.8968936313937263`*^9, 3.897216178858164*^9, 3.897657754621402*^9,
3.897926194231195*^9, 3.8983794149994497`*^9, 3.8983794476037083`*^9,
3.8984342923172283`*^9, 3.898951274337104*^9, 3.899121622375916*^9,
3.899475149831279*^9, 3.899911501496304*^9, 3.900175205856585*^9,
3.900270527812401*^9, 3.900491563343502*^9, {3.903025185560467*^9,
3.9030252059821978`*^9}, 3.903174150401764*^9, 3.903182074275147*^9,
3.903383990135808*^9, 3.903384025396119*^9, 3.903726387165244*^9,
3.903971852825098*^9, 3.904336629052966*^9, 3.904556665826528*^9,
3.904660734636202*^9, 3.905083048189001*^9, 3.9052851290532703`*^9,
3.905441042720232*^9, 3.905782272103561*^9, 3.906106379419388*^9,
3.90620708413487*^9, 3.906558811905631*^9, 3.9066353015959377`*^9,
3.906908194396344*^9, 3.907055587466549*^9, 3.907452024145508*^9,
3.90783837173269*^9, 3.90797214412626*^9, 3.908034764359009*^9,
3.908469310792593*^9, 3.908732154353013*^9, 3.908732190062996*^9,
3.908901085229148*^9, {3.909427575397406*^9, 3.909427588602787*^9},
3.909612415221402*^9, 3.909847575834868*^9, 3.909936481017467*^9,
3.909991254378272*^9, 3.910005424673617*^9, 3.910456143107051*^9,
3.910647476573389*^9, 3.911433387460314*^9, 3.911728222756092*^9,
3.9118237070907784`*^9, 3.912544596386341*^9, 3.912962757486238*^9,
3.91332901505127*^9, 3.913585485561975*^9},
CellLabel->"Out[18]=",ExpressionUUID->"9487d849-30d7-4747-a023-e7b383a2561f"]
}, Open ]]
},
WindowSize->{1234, 1257},
WindowMargins->{{0, Automatic}, {Automatic, 0}},
FrontEndVersion->"13.2 for Mac OS X ARM (64-bit) (November 18, 2022)",
StyleDefinitions->"Default.nb",
ExpressionUUID->"a68abeaf-41ba-46e4-a91b-e09f414e080e"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[561, 20, 3004, 67, 157, "Input",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
Cell[CellGroupData[{
Cell[3590, 91, 3368, 74, 409, "Input",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
Cell[6961, 167, 23838, 513, 474, "Output",ExpressionUUID->"9487d849-30d7-4747-a023-e7b383a2561f"]
}, Open ]]
}
]
*)