28 style.DigitalBitHeight = ImGui::GetFontSize() * 0.85f;
29 style.DigitalBitGap = ImGui::GetStyle().ItemSpacing.y * 0.5f;
30 style.PlotBorderSize = 1.0f;
32 style.MajorTickLen = ImVec2(6.0f, 6.0f);
33 style.MinorTickLen = ImVec2(3.0f, 3.0f);
34 style.MajorTickSize = ImVec2(1.0f, 1.0f);
35 style.MinorTickSize = ImVec2(1.0f, 1.0f);
36 style.MajorGridSize = ImVec2(1.0f, 1.0f);
37 style.MinorGridSize = ImVec2(1.0f, 1.0f);
46 style.FitPadding = ImVec2(0.05f, 0.05f);
47 style.PlotDefaultSize = ImVec2(420, 280);
48 style.PlotMinSize = ImVec2(220, 160);
51 style.UseLocalTime =
true;
53 style.Colors[ImPlotCol_Line] =
55 style.Colors[ImPlotCol_Fill] =
57 style.Colors[ImPlotCol_MarkerOutline] =
59 style.Colors[ImPlotCol_MarkerFill] =
61 style.Colors[ImPlotCol_ErrorBar] =
63 style.Colors[ImPlotCol_FrameBg] =
65 style.Colors[ImPlotCol_PlotBg] =
67 style.Colors[ImPlotCol_PlotBorder] =
69 style.Colors[ImPlotCol_LegendBg] =
71 style.Colors[ImPlotCol_LegendBorder] =
73 style.Colors[ImPlotCol_LegendText] =
75 style.Colors[ImPlotCol_TitleText] =
77 style.Colors[ImPlotCol_InlayText] =
79 style.Colors[ImPlotCol_AxisText] =
81 style.Colors[ImPlotCol_AxisGrid] =
83 style.Colors[ImPlotCol_AxisTick] =
85 style.Colors[ImPlotCol_AxisBg] =
87 style.Colors[ImPlotCol_AxisBgHovered] =
89 style.Colors[ImPlotCol_AxisBgActive] =
91 style.Colors[ImPlotCol_Selection] =
93 style.Colors[ImPlotCol_Crosshairs] =