MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ShowTicksMetrics

Function ShowTicksMetrics

Source/3rdParty/implot/implot.cpp:5271–5274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5269}
5270
5271void ShowTicksMetrics(const ImPlotTicker& ticker) {
5272 ImGui::BulletText("Size: %d", ticker.TickCount());
5273 ImGui::BulletText("MaxSize: [%f,%f]", ticker.MaxSize.x, ticker.MaxSize.y);
5274}
5275
5276void ShowAxisMetrics(const ImPlotPlot& plot, const ImPlotAxis& axis) {
5277 ImGui::BulletText("Label: %s", axis.LabelOffset == -1 ? "[none]" : plot.GetAxisLabel(axis));

Callers 1

ShowAxisMetricsFunction · 0.85

Calls 2

BulletTextFunction · 0.85
TickCountMethod · 0.80

Tested by

no test coverage detected