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

Function SetupAxesLimits

Source/3rdParty/implot/implot.cpp:2351–2354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2349}
2350
2351void SetupAxesLimits(double x_min, double x_max, double y_min, double y_max, ImPlotCond cond) {
2352 SetupAxisLimits(ImAxis_X1, x_min, x_max, cond);
2353 SetupAxisLimits(ImAxis_Y1, y_min, y_max, cond);
2354}
2355
2356void SetupLegend(ImPlotLocation location, ImPlotLegendFlags flags) {
2357 ImPlotContext& gp = *GImPlot;

Callers 15

Demo_FilledLinePlotsFunction · 0.85
Demo_StairstepPlotsFunction · 0.85
Demo_ErrorBarsFunction · 0.85
Demo_PieChartsFunction · 0.85
Demo_HeatmapsFunction · 0.85
Demo_Histogram2DFunction · 0.85
Demo_MarkersAndTextFunction · 0.85
Demo_PerIndexColorsFunction · 0.85
Demo_LogScaleFunction · 0.85
Demo_TimeScaleFunction · 0.85
Demo_MultipleAxesFunction · 0.85
Demo_AxisConstraintsFunction · 0.85

Calls 1

SetupAxisLimitsFunction · 0.85

Tested by

no test coverage detected