LuaSTG-x Core API
|
This is the complete list of members for implot, including all inherited members.
beginPlot(local title_id, local x_label, local y_label, local size, local flags, local x_flags, local y_flags, local y2_flags, local y3_flags) | implot | |
endPlot() | implot | |
getColormapColor(local index) | implot | |
getColormapSize() | implot | |
getInputMap() | implot | |
getPlotLimits() | implot | |
getPlotMousePos() | implot | |
getPlotPos() | implot | |
getPlotQuery() | implot | |
getPlotSize() | implot | |
getStyle() | implot | |
isPlotHovered() | implot | |
isPlotQueried() | implot | |
lerpColormap(local t) | implot | |
pixelsToPlot(local pix, local y_axis) | implot | |
plotBars(local label_id, local values, local count, local width, local shift, local offset) | implot | |
plotBarsH(local label_id, local values, local count, local height, local shift, local offset) | implot | |
plotDigital(local label_id, local xs, local ys, local count, local offset) | implot | |
plotErrorBars(local label_id, local xs, local ys, local err, local count, local offset) | implot | |
plotErrorBars(local label_id, local xs, local ys, local neg, local pos, local count, local offset) | implot | |
plotErrorBarsH(local label_id, local xs, local ys, local err, local count, local offset) | implot | |
plotErrorBarsH(local label_id, local xs, local ys, local neg, local pos, local count, local offset) | implot | |
plotHeatmap(local label_id, local values, local rows, local cols, local scale_min, local scale_max, local label_fmt, local bounds_min, local bounds_max) | implot | |
plotLine(local label_id, local values, local count, local offset) | implot | |
plotLine(local label_id, local xs, local ys, local count, local offset) | implot | |
plotLine(local label_id, local data, local count, local offset) | implot | |
plotPieChart(local label_ids, local values, local count, local x, local y, local radius, local normalize, local label_fmt, local angle0) | implot | |
plotScatter(local label_id, local values, local count, local offset) | implot | |
plotScatter(local label_id, local xs, local ys, local count, local offset) | implot | |
plotScatter(local label_id, local data, local count, local offset) | implot | |
plotShaded(local label_id, local xs, local ys1, local ys2, local count, local offset) | implot | |
plotText(local text, local x, local y, local vertical, local pixel_offset) | implot | |
plotToPixels(local plt, local y_axis) | implot | |
popPlotClipRect() | implot | |
popStyleColor() | implot | |
popStyleVar() | implot | |
pushPlotClipRect() | implot | |
pushStyleColor(local idx, local col) | implot | |
pushStyleVar(local idx, local val) | implot | |
setColormap(local colormap, local samples) | implot | |
setColormap(local colors) | implot | |
setNextPlotLimits(local x_min, local x_max, local y_min, local y_max, local cond) | implot | |
setNextPlotLimitsX(local x_min, local x_max, local cond) | implot | |
setNextPlotLimitsY(local y_min, local y_max, local cond, local y_axis) | implot | |
setNextPlotTicksX(local values, local n_ticks, local labels, local show_default) | implot | |
setNextPlotTicksX(local x_min, local x_max, local n_ticks, local labels, local show_default) | implot | |
setNextPlotTicksY(local values, local n_ticks, local labels, local show_default, local y_axis) | implot | |
setNextPlotTicksY(local x_min, local x_max, local n_ticks, local labels, local show_default, local y_axis) | implot | |
setPlotYAxis(local y_axis) | implot | |
showColormapScale(local scale_min, local scale_max, local height) | implot | |
showDemoWindow(local open) | implot |