Package imgui.extension.implot
Class ImPlot
java.lang.Object
imgui.extension.implot.ImPlot
-
Method Summary
Modifier and TypeMethodDescriptionstatic intaddColormap(String name, int[] cols) static intaddColormap(String name, int[] cols, boolean qual) static intaddColormap(String name, ImVec4[] cols) static intaddColormap(String name, ImVec4[] cols, boolean qual) static voidannotation(double x, double y, float colX, float colY, float colZ, float colW, float pixOffsetX, float pixOffsetY, boolean clamp) Shows an annotation callout at a chosen point.static voidannotation(double x, double y, float colX, float colY, float colZ, float colW, float pixOffsetX, float pixOffsetY, boolean clamp, boolean round) Shows an annotation callout at a chosen point.static voidannotation(double x, double y, float colX, float colY, float colZ, float colW, float pixOffsetX, float pixOffsetY, boolean clamp, String fmt) Shows an annotation callout at a chosen point with formatted text.static voidannotation(double x, double y, ImVec4 col, ImVec2 pixOffset, boolean clamp) Shows an annotation callout at a chosen point.static voidannotation(double x, double y, ImVec4 col, ImVec2 pixOffset, boolean clamp, boolean round) Shows an annotation callout at a chosen point.static voidannotation(double x, double y, ImVec4 col, ImVec2 pixOffset, boolean clamp, String fmt) Shows an annotation callout at a chosen point with formatted text.static booleanbeginAlignedPlots(String groupId) Aligns axis padding over multiple plots in a single row or column.static booleanbeginAlignedPlots(String groupId, boolean vertical) Aligns axis padding over multiple plots in a single row or column.static booleanbeginDragDropSourceAxis(int axis) Turns the current plot's X-axis into a drag and drop source.static booleanbeginDragDropSourceAxis(int axis, int flags) Turns the current plot's X-axis into a drag and drop source.static booleanbeginDragDropSourceItem(String labelId) Turns an item in the current plot's legend into a drag and drop source.static booleanbeginDragDropSourceItem(String labelId, int flags) Turns an item in the current plot's legend into a drag and drop source.static booleanTurns the current plot's plotting area into a drag and drop source.static booleanbeginDragDropSourcePlot(int flags) Turns the current plot's plotting area into a drag and drop source.static booleanbeginDragDropTargetAxis(int axis) Turns the current plot's X-axis into a drag and drop target.static booleanTurns the current plot's legend into a drag and drop target.static booleanTurns the current plot's plotting area into a drag and drop target.static booleanbeginLegendPopup(String labelId) Begins a popup for a legend entry.static booleanbeginLegendPopup(String labelId, int mouseButton) Begins a popup for a legend entry.static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanbeginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY) static booleanbeginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, float[] rowRatios, float[] colRatios) static booleanbeginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, int flags) static booleanbeginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, int flags, float[] rowRatios) static booleanbeginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, int flags, float[] rowRatios, float[] colRatios) static booleanbeginSubplots(String titleID, int rows, int cols, ImVec2 size) static booleanbeginSubplots(String titleID, int rows, int cols, ImVec2 size, float[] rowRatios, float[] colRatios) static booleanbeginSubplots(String titleID, int rows, int cols, ImVec2 size, int flags) static booleanbeginSubplots(String titleID, int rows, int cols, ImVec2 size, int flags, float[] rowRatios) static booleanbeginSubplots(String titleID, int rows, int cols, ImVec2 size, int flags, float[] rowRatios, float[] colRatios) static voidWhen items in a plot sample their color from a colormap, the color is cached and does not change unless explicitly overriden.static voidbustColorCache(String plotTitleId) When items in a plot sample their color from a colormap, the color is cached and does not change unless explicitly overriden.static voidCancels the current plot box selection.static booleancolormapButton(String label) Shows a button with a colormap gradient brackground.static booleancolormapButton(String label, float sizeX, float sizeY) Shows a button with a colormap gradient brackground.static booleancolormapButton(String label, float sizeX, float sizeY, int cmap) Shows a button with a colormap gradient brackground.static booleancolormapButton(String label, int cmap) Shows a button with a colormap gradient brackground.static booleancolormapButton(String label, ImVec2 size) Shows a button with a colormap gradient brackground.static booleancolormapButton(String label, ImVec2 size, int cmap) Shows a button with a colormap gradient brackground.static voidcolormapIcon(int cmap) static voidcolormapScale(String label, double scaleMin, double scaleMax) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, String format) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, String format, int flags) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, String format, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, ImVec2 size) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, String format) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, String format, int flags) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, String format, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map.static voidcolormapScale(String label, double scaleMin, double scaleMax, String format, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map.static booleancolormapSlider(String label, ImFloat t) Shows a horizontal slider with a colormap gradient background.static booleancolormapSlider(String label, ImFloat t, int cmap) Shows a horizontal slider with a colormap gradient background.static booleancolormapSlider(String label, ImFloat t, String format) Shows a horizontal slider with a colormap gradient background.static booleancolormapSlider(String label, ImFloat t, String format, int cmap) Shows a horizontal slider with a colormap gradient background.static ImPlotContextCreates a new ImPlot context.static voidDestroys an ImPlot context.static voidDestroys an ImPlot context.static booleanShows a draggable vertical guide line at an x-value.static booleanShows a draggable vertical guide line at an x-value.static booleandragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW, float thickness, int flags) Shows a draggable vertical guide line at an x-value.static booleanShows a draggable vertical guide line at an x-value.static booleanShows a draggable vertical guide line at an x-value.static booleanShows a draggable vertical guide line at an x-value.static booleanShows a draggable vertical guide line at an x-value.static booleanShows a draggable vertical guide line at an x-value.static booleanShows a draggable horizontal guide line at a y-value.static booleanShows a draggable horizontal guide line at a y-value.static booleandragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW, float thickness, int flags) Shows a draggable horizontal guide line at a y-value.static booleanShows a draggable horizontal guide line at a y-value.static booleanShows a draggable horizontal guide line at a y-value.static booleanShows a draggable horizontal guide line at a y-value.static booleanShows a draggable horizontal guide line at a y-value.static booleanShows a draggable horizontal guide line at a y-value.static booleanShows a draggable point at x, y.static booleandragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, float size) Shows a draggable point at x, y.static booleandragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, float size, int flags) Shows a draggable point at x, y.static booleandragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, int flags) Shows a draggable point at x, y.static booleanShows a draggable point at x, y.static booleanShows a draggable point at x, y.static booleanShows a draggable point at x, y.static booleanShows a draggable point at x, y.static booleandragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, float colX, float colY, float colZ, float colW) Shows a draggable and resizeable rectangle.static booleandragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, float colX, float colY, float colZ, float colW, int flags) Shows a draggable and resizeable rectangle.static booleanShows a draggable and resizeable rectangle.static booleanShows a draggable and resizeable rectangle.static voidEnds aligned plots.static voidEnds a drag and drop source (currently just an alias for ImGui::EndDragDropSource).static voidEnds a drag and drop target (currently just an alias for ImGui::EndDragDropTarget).static voidEnds a popup for a legend entry.static voidendPlot()Only call EndPlot() if beginPlot() returns true! Typically called at the end of an if statement conditioned on BeginPlot().static voidOnly call EndSubplots() if BeginSubplots() returns true! Typically called at the end of an if statement conditioned on BeginSublots().static ImVec4getColormapColor(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed).static ImVec4getColormapColor(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed).static voidgetColormapColor(ImVec4 dst, int idx) Returns a color from a colormap given an index>=0 (modulo will be performed).static voidgetColormapColor(ImVec4 dst, int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorW(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorW(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorX(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorX(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorY(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorY(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorZ(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed).static floatgetColormapColorZ(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed).static intReturns the number of available colormaps (i.e.static intgetColormapIndex(String name) Returns an index number for a colormap given a valid string name.static StringgetColormapName(int cmap) Returns a string name for a colormap given an index.static intReturns the size of a colormap.static intgetColormapSize(int cmap) Returns the size of a colormap.static ImPlotContextReturns the current ImPlot context.static ImPlotInputMapProvides access to the input mapping structure for permanent modifications to controls for pan, select, etc.static ImVec4Gets the last item primary color (i.e.static voidgetLastItemColor(ImVec4 dst) Gets the last item primary color (i.e.static floatGets the last item primary color (i.e.static floatGets the last item primary color (i.e.static floatGets the last item primary color (i.e.static floatGets the last item primary color (i.e.static StringgetMarkerName(int idx) Returns the null terminated string name for an ImPlotMarker.static ImDrawListGet the plot draw list for custom rendering to the current plot area.static ImPlotRectReturns the current plot axis range.static ImPlotRectgetPlotLimits(int xAxis) Returns the current plot axis range.static ImPlotRectgetPlotLimits(int xAxis, int yAxis) Returns the current plot axis range.static voidgetPlotLimits(ImPlotRect dst) Returns the current plot axis range.static voidgetPlotLimits(ImPlotRect dst, int xAxis) Returns the current plot axis range.static voidgetPlotLimits(ImPlotRect dst, int xAxis, int yAxis) Returns the current plot axis range.static ImPlotPointReturns the mouse position in x, y coordinates of the current plot.static ImPlotPointgetPlotMousePos(int xAxis) Returns the mouse position in x, y coordinates of the current plot.static ImPlotPointgetPlotMousePos(int xAxis, int yAxis) Returns the mouse position in x, y coordinates of the current plot.static voidReturns the mouse position in x, y coordinates of the current plot.static voidgetPlotMousePos(ImPlotPoint dst, int xAxis) Returns the mouse position in x, y coordinates of the current plot.static voidgetPlotMousePos(ImPlotPoint dst, int xAxis, int yAxis) Returns the mouse position in x, y coordinates of the current plot.static ImVec2Gets the current Plot position (top-left) in pixels.static voidgetPlotPos(ImVec2 dst) Gets the current Plot position (top-left) in pixels.static floatGets the current Plot position (top-left) in pixels.static floatGets the current Plot position (top-left) in pixels.static ImPlotRectReturns the current plot box selection bounds.static ImPlotRectgetPlotSelection(int xAxis) Returns the current plot box selection bounds.static ImPlotRectgetPlotSelection(int xAxis, int yAxis) Returns the current plot box selection bounds.static voidReturns the current plot box selection bounds.static voidgetPlotSelection(ImPlotRect dst, int xAxis) Returns the current plot box selection bounds.static voidgetPlotSelection(ImPlotRect dst, int xAxis, int yAxis) Returns the current plot box selection bounds.static ImVec2Gets the current Plot size in pixels.static voidgetPlotSize(ImVec2 dst) Gets the current Plot size in pixels.static floatGets the current Plot size in pixels.static floatGets the current Plot size in pixels.static ImPlotStylegetStyle()Provides access to plot style structure for permanant modifications to colors, sizes, etc.static StringgetStyleColorName(int idx) Returns the string name for an ImPlotCol.static voidHides or shows the next plot item (i.e.static voidhideNextItem(boolean hidden) Hides or shows the next plot item (i.e.static voidhideNextItem(boolean hidden, int cond) Hides or shows the next plot item (i.e.static voidhideNextItem(int cond) Hides or shows the next plot item (i.e.static booleanisAxisHovered(int axis) Returns true if the axis label area in the current plot is hovered.static booleanisLegendEntryHovered(String labelId) Returns true if a plot item legend entry is hovered.static booleanReturns true if the plot area in the current plot is hovered.static booleanReturns true if the current plot is being box selected.static booleanReturns true if the bounding frame of a subplot is hovered.static voiditemIcon(float colX, float colY, float colZ, float colW) static voiditemIcon(int col) static voidstatic voidDefault input mapping: pan = LMB drag, box select = RMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.static voidDefault input mapping: pan = LMB drag, box select = RMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.static voidReverse input mapping: pan = RMB drag, box select = LMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.static voidReverse input mapping: pan = RMB drag, box select = LMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.static ImVec4Returns the next color from the current colormap and advances the colormap for the current plot.static voidnextColormapColor(ImVec4 dst) Returns the next color from the current colormap and advances the colormap for the current plot.static floatReturns the next color from the current colormap and advances the colormap for the current plot.static floatReturns the next color from the current colormap and advances the colormap for the current plot.static floatReturns the next color from the current colormap and advances the colormap for the current plot.static floatReturns the next color from the current colormap and advances the colormap for the current plot.static intReturns the next automatic marker (in the order ImPlot cycles markers for auto-style items).static ImPlotPointpixelsToPlot(float pixX, float pixY) Converts pixels to a position in the current plot's coordinate system.static ImPlotPointpixelsToPlot(float pixX, float pixY, int xAxis) Converts pixels to a position in the current plot's coordinate system.static ImPlotPointpixelsToPlot(float pixX, float pixY, int xAxis, int yAxis) Converts pixels to a position in the current plot's coordinate system.static voidpixelsToPlot(ImPlotPoint dst, float pixX, float pixY) Converts pixels to a position in the current plot's coordinate system.static voidpixelsToPlot(ImPlotPoint dst, float pixX, float pixY, int xAxis) Converts pixels to a position in the current plot's coordinate system.static voidpixelsToPlot(ImPlotPoint dst, float pixX, float pixY, int xAxis, int yAxis) Converts pixels to a position in the current plot's coordinate system.static voidpixelsToPlot(ImPlotPoint dst, ImVec2 pix) Converts pixels to a position in the current plot's coordinate system.static voidpixelsToPlot(ImPlotPoint dst, ImVec2 pix, int xAxis) Converts pixels to a position in the current plot's coordinate system.static voidpixelsToPlot(ImPlotPoint dst, ImVec2 pix, int xAxis, int yAxis) Converts pixels to a position in the current plot's coordinate system.static ImPlotPointpixelsToPlot(ImVec2 pix) Converts pixels to a position in the current plot's coordinate system.static ImPlotPointpixelsToPlot(ImVec2 pix, int xAxis) Converts pixels to a position in the current plot's coordinate system.static ImPlotPointpixelsToPlot(ImVec2 pix, int xAxis, int yAxis) Converts pixels to a position in the current plot's coordinate system.static voidplotBarGroups(String[] labelIds, double[] values, int groupCount) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, double[] values, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, double[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, double[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, float[] values, int groupCount) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, float[] values, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, float[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, float[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, int[] values, int groupCount) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, int[] values, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, int[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, int[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, long[] values, int groupCount) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, long[] values, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, long[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, long[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, short[] values, int groupCount) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, short[] values, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, short[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroups(String[] labelIds, short[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, float[] values, int itemCount, int groupCount) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, float[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, float[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, float[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, int[] values, int itemCount, int groupCount) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, int[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, int[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, int[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, long[] values, int itemCount, int groupCount) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, long[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, long[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, long[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, short[] values, int itemCount, int groupCount) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, short[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, short[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars.static voidplotBarGroupsV(String[] labelIds, short[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, double[] xs, double[] ys, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, double[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, float[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, float[] xs, float[] ys, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, int[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, int[] xs, int[] ys, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, long[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, long[] xs, long[] ys, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, short[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBars(String labelId, short[] xs, short[] ys, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, double[] xs, double[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, double[] xs, double[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, double[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, float[] xs, float[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, float[] xs, float[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, float[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, int[] xs, int[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, int[] xs, int[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, int[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, long[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, long[] xs, long[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, long[] xs, long[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, short[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, short[] xs, short[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidPlots a vertical bar graph.static voidplotBarsV(String labelId, short[] xs, short[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph.static voidplotBubbles(String labelId, double[] values, double[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, double[] values, double[] szs, double xscale) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, double[] xs, double[] ys, double[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, double[] xs, double[] ys, double[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, double[] values, double[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, double[] values, double[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, float[] values, float[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, float[] values, float[] szs, double xscale) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, float[] values, float[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, float[] values, float[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, float[] xs, float[] ys, float[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, float[] xs, float[] ys, float[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, int[] values, int[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, int[] values, int[] szs, double xscale) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, int[] values, int[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, int[] values, int[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, int[] xs, int[] ys, int[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, int[] xs, int[] ys, int[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, long[] values, long[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, long[] values, long[] szs, double xscale) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, long[] values, long[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, long[] values, long[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, long[] xs, long[] ys, long[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, long[] xs, long[] ys, long[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, short[] values, short[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, short[] values, short[] szs, double xscale) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, short[] values, short[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, short[] values, short[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, short[] xs, short[] ys, short[] szs) Plots bubble markers with per-index sizes.static voidplotBubbles(String labelId, short[] xs, short[] ys, short[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, double[] xs, double[] ys, double[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, double[] xs, double[] ys, double[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, double[] values, double[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, double[] values, double[] szs, int count, double xscale) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, double[] values, double[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, double[] values, double[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, float[] xs, float[] ys, float[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, float[] xs, float[] ys, float[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, float[] values, float[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, float[] values, float[] szs, int count, double xscale) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, float[] values, float[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, float[] values, float[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, int[] values, int[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, int[] xs, int[] ys, int[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, int[] xs, int[] ys, int[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, int[] values, int[] szs, int count, double xscale) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, int[] values, int[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, int[] values, int[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, long[] values, long[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, long[] values, long[] szs, int count, double xscale) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, long[] values, long[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, long[] values, long[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, long[] xs, long[] ys, long[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, long[] xs, long[] ys, long[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, short[] values, short[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, short[] values, short[] szs, int count, double xscale) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, short[] values, short[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, short[] values, short[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, short[] xs, short[] ys, short[] szs, int count) Plots bubble markers with per-index sizes.static voidplotBubblesV(String labelId, short[] xs, short[] ys, short[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes.static voidplotDigital(String labelId, double[] xs, double[] ys) Plots digital data.static voidplotDigital(String labelId, double[] xs, double[] ys, ImPlotSpec spec) Plots digital data.static voidplotDigital(String labelId, float[] xs, float[] ys) Plots digital data.static voidplotDigital(String labelId, float[] xs, float[] ys, ImPlotSpec spec) Plots digital data.static voidplotDigital(String labelId, int[] xs, int[] ys) Plots digital data.static voidplotDigital(String labelId, int[] xs, int[] ys, ImPlotSpec spec) Plots digital data.static voidplotDigital(String labelId, long[] xs, long[] ys) Plots digital data.static voidplotDigital(String labelId, long[] xs, long[] ys, ImPlotSpec spec) Plots digital data.static voidplotDigital(String labelId, short[] xs, short[] ys) Plots digital data.static voidplotDigital(String labelId, short[] xs, short[] ys, ImPlotSpec spec) Plots digital data.static voidplotDigitalV(String labelId, double[] xs, double[] ys, int count) Plots digital data.static voidplotDigitalV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots digital data.static voidplotDigitalV(String labelId, float[] xs, float[] ys, int count) Plots digital data.static voidplotDigitalV(String labelId, float[] xs, float[] ys, int count, ImPlotSpec spec) Plots digital data.static voidplotDigitalV(String labelId, int[] xs, int[] ys, int count) Plots digital data.static voidplotDigitalV(String labelId, int[] xs, int[] ys, int count, ImPlotSpec spec) Plots digital data.static voidplotDigitalV(String labelId, long[] xs, long[] ys, int count) Plots digital data.static voidplotDigitalV(String labelId, long[] xs, long[] ys, int count, ImPlotSpec spec) Plots digital data.static voidplotDigitalV(String labelId, short[] xs, short[] ys, int count) Plots digital data.static voidplotDigitalV(String labelId, short[] xs, short[] ys, int count, ImPlotSpec spec) Plots digital data.static voidPlots a dummy item (i.e.static voidplotDummy(String labelID, ImPlotSpec spec) Plots a dummy item (i.e.static voidplotErrorBars(String labelId, double[] xs, double[] ys, double[] err) Plots vertical error bar.static voidplotErrorBars(String labelId, double[] xs, double[] ys, double[] neg, double[] pos) Plots vertical error bar.static voidplotErrorBars(String labelId, double[] xs, double[] ys, double[] neg, double[] pos, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, double[] xs, double[] ys, double[] err, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, float[] xs, float[] ys, float[] err) Plots vertical error bar.static voidplotErrorBars(String labelId, float[] xs, float[] ys, float[] neg, float[] pos) Plots vertical error bar.static voidplotErrorBars(String labelId, float[] xs, float[] ys, float[] neg, float[] pos, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, float[] xs, float[] ys, float[] err, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, int[] xs, int[] ys, int[] err) Plots vertical error bar.static voidplotErrorBars(String labelId, int[] xs, int[] ys, int[] neg, int[] pos) Plots vertical error bar.static voidplotErrorBars(String labelId, int[] xs, int[] ys, int[] neg, int[] pos, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, int[] xs, int[] ys, int[] err, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, long[] xs, long[] ys, long[] err) Plots vertical error bar.static voidplotErrorBars(String labelId, long[] xs, long[] ys, long[] neg, long[] pos) Plots vertical error bar.static voidplotErrorBars(String labelId, long[] xs, long[] ys, long[] neg, long[] pos, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, long[] xs, long[] ys, long[] err, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, short[] xs, short[] ys, short[] err) Plots vertical error bar.static voidplotErrorBars(String labelId, short[] xs, short[] ys, short[] neg, short[] pos) Plots vertical error bar.static voidplotErrorBars(String labelId, short[] xs, short[] ys, short[] neg, short[] pos, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBars(String labelId, short[] xs, short[] ys, short[] err, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, double[] xs, double[] ys, double[] neg, double[] pos, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, double[] xs, double[] ys, double[] neg, double[] pos, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, double[] xs, double[] ys, double[] err, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, double[] xs, double[] ys, double[] err, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, float[] xs, float[] ys, float[] neg, float[] pos, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, float[] xs, float[] ys, float[] neg, float[] pos, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, float[] xs, float[] ys, float[] err, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, float[] xs, float[] ys, float[] err, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, int[] xs, int[] ys, int[] err, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, int[] xs, int[] ys, int[] neg, int[] pos, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, int[] xs, int[] ys, int[] neg, int[] pos, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, int[] xs, int[] ys, int[] err, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, long[] xs, long[] ys, long[] err, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, long[] xs, long[] ys, long[] err, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, long[] xs, long[] ys, long[] neg, long[] pos, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, long[] xs, long[] ys, long[] neg, long[] pos, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, short[] xs, short[] ys, short[] err, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, short[] xs, short[] ys, short[] err, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotErrorBarsV(String labelId, short[] xs, short[] ys, short[] neg, short[] pos, int count) Plots vertical error bar.static voidplotErrorBarsV(String labelId, short[] xs, short[] ys, short[] neg, short[] pos, int count, ImPlotSpec spec) Plots vertical error bar.static voidplotHeatmap(String labelId, double[] values, int rows, int cols) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart.static voidplotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart.static doubleplotHistogram(String labelId, double[] values) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, int bins) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, double[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, int bins) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, float[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, int bins) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, int[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, int bins) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, long[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, int bins) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram(String labelId, short[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap.static doubleplotHistogramV(String labelId, double[] values, int count) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, double[] values, int count, int bins) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, double[] values, int count, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, double[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, double[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, double[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, double[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, double[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count, int bins) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, float[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count, int bins) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, int[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count, int bins) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, long[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count, int bins) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count, int bins, double barScale) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram.static doubleplotHistogramV(String labelId, short[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram.static voidplotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol, ImPlotSpec spec) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y, float tintColX, float tintColY, float tintColZ, float tintColW) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y, float tintColX, float tintColY, float tintColZ, float tintColW, ImPlotSpec spec) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol) Plots an axis-aligned image.static voidplotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol, ImPlotSpec spec) Plots an axis-aligned image.static voidplotInfLines(String labelId, double[] values) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, double[] values, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, float[] values) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, float[] values, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, int[] values) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, int[] values, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, long[] values) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, long[] values, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, short[] values) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLines(String labelId, short[] values, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, double[] values, int count) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, double[] values, int count, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, float[] values, int count) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, float[] values, int count, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, int[] values, int count) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, int[] values, int count, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, long[] values, int count) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, long[] values, int count, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, short[] values, int count) Plots infinite vertical or horizontal lines (e.g.static voidplotInfLinesV(String labelId, short[] values, int count, ImPlotSpec spec) Plots infinite vertical or horizontal lines (e.g.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, double[] xs, double[] ys, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, double[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, float[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, float[] xs, float[] ys, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, int[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, int[] xs, int[] ys, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, long[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, long[] xs, long[] ys, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, short[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLine(String labelId, short[] xs, short[] ys, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, double[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, float[] xs, float[] ys, int count, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, float[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, int[] xs, int[] ys, int count, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, int[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, long[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, long[] xs, long[] ys, int count, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, short[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot.static voidPlots a standard 2D line plot.static voidplotLineV(String labelId, short[] xs, short[] ys, int count, ImPlotSpec spec) Plots a standard 2D line plot.static voidplotPieChart(String[] labelIds, double[] values, double x, double y, double radius) Plots a pie chart.static voidplotPieChart(String[] labelIds, double[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, double[] values, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChart(String[] labelIds, double[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChart(String[] labelIds, double[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, float[] values, double x, double y, double radius) Plots a pie chart.static voidplotPieChart(String[] labelIds, float[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, float[] values, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChart(String[] labelIds, float[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChart(String[] labelIds, float[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, int[] values, double x, double y, double radius) Plots a pie chart.static voidplotPieChart(String[] labelIds, int[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, int[] values, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChart(String[] labelIds, int[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChart(String[] labelIds, int[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, long[] values, double x, double y, double radius) Plots a pie chart.static voidplotPieChart(String[] labelIds, long[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, long[] values, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChart(String[] labelIds, long[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChart(String[] labelIds, long[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, short[] values, double x, double y, double radius) Plots a pie chart.static voidplotPieChart(String[] labelIds, short[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChart(String[] labelIds, short[] values, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChart(String[] labelIds, short[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChart(String[] labelIds, short[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius) Plots a pie chart.static voidplotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius) Plots a pie chart.static voidplotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius) Plots a pie chart.static voidplotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius) Plots a pie chart.static voidplotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius) Plots a pie chart.static voidplotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart.static voidplotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart.static voidplotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart.static voidplotPolygon(String labelId, double[] xs, double[] ys) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, double[] xs, double[] ys, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, float[] xs, float[] ys) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, float[] xs, float[] ys, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, int[] xs, int[] ys) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, int[] xs, int[] ys, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, long[] xs, long[] ys) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, long[] xs, long[] ys, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, short[] xs, short[] ys) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygon(String labelId, short[] xs, short[] ys, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, double[] xs, double[] ys, int count) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, float[] xs, float[] ys, int count) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, float[] xs, float[] ys, int count, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, int[] xs, int[] ys, int count) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, int[] xs, int[] ys, int count, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, long[] xs, long[] ys, int count) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, long[] xs, long[] ys, int count, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, short[] xs, short[] ys, int count) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotPolygonV(String labelId, short[] xs, short[] ys, int count, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g.static voidplotScatter(String labelId, double[] values) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, double[] values, double xscale) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, double[] xs, double[] ys) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, double[] xs, double[] ys, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, double[] values, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, double[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, float[] values) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, float[] values, double xscale) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, float[] values, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, float[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, float[] xs, float[] ys) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, float[] xs, float[] ys, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, int[] values) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, int[] values, double xscale) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, int[] values, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, int[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, int[] xs, int[] ys) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, int[] xs, int[] ys, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, long[] values) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, long[] values, double xscale) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, long[] values, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, long[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, long[] xs, long[] ys) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, long[] xs, long[] ys, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, short[] values) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, short[] values, double xscale) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, short[] values, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, short[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, short[] xs, short[] ys) Plots a standard 2D scatter plot.static voidplotScatter(String labelId, short[] xs, short[] ys, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, double[] xs, double[] ys, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, double[] values, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, double[] values, int count, double xscale) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, double[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, double[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, float[] xs, float[] ys, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, float[] xs, float[] ys, int count, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, float[] values, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, float[] values, int count, double xscale) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, float[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, float[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, int[] values, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, int[] xs, int[] ys, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, int[] xs, int[] ys, int count, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, int[] values, int count, double xscale) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, int[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, int[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, long[] values, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, long[] values, int count, double xscale) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, long[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, long[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, long[] xs, long[] ys, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, long[] xs, long[] ys, int count, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, short[] values, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, short[] values, int count, double xscale) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, short[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, short[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, short[] xs, short[] ys, int count) Plots a standard 2D scatter plot.static voidplotScatterV(String labelId, short[] xs, short[] ys, int count, ImPlotSpec spec) Plots a standard 2D scatter plot.static voidplotShaded(String labelId, double[] values) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] values, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] xs, double[] ys) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] xs, double[] ys, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] xs, double[] ys1, double[] ys2) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] xs, double[] ys1, double[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] xs, double[] ys, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] values, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, double[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] values) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] values, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] values, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] xs, float[] ys) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] xs, float[] ys, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] xs, float[] ys, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] xs, float[] ys1, float[] ys2) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, float[] xs, float[] ys1, float[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] values) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] values, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] values, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] xs, int[] ys) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] xs, int[] ys, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] xs, int[] ys, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] xs, int[] ys1, int[] ys2) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, int[] xs, int[] ys1, int[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] values) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] values, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] values, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] xs, long[] ys) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] xs, long[] ys, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] xs, long[] ys, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] xs, long[] ys1, long[] ys2) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, long[] xs, long[] ys1, long[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] values) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] values, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] values, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] xs, short[] ys) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] xs, short[] ys, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] xs, short[] ys, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] xs, short[] ys1, short[] ys2) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShaded(String labelId, short[] xs, short[] ys1, short[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] xs, double[] ys1, double[] ys2, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] xs, double[] ys1, double[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] xs, double[] ys, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] xs, double[] ys, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] xs, double[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] values, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] values, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, double[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] xs, float[] ys1, float[] ys2, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] xs, float[] ys1, float[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] xs, float[] ys, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] xs, float[] ys, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] xs, float[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] values, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] values, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, float[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] values, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] xs, int[] ys, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] xs, int[] ys1, int[] ys2, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] xs, int[] ys1, int[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] xs, int[] ys, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] xs, int[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] values, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, int[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] values, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] values, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] xs, long[] ys, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] xs, long[] ys, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] xs, long[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] xs, long[] ys1, long[] ys2, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, long[] xs, long[] ys1, long[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] values, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] values, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] xs, short[] ys, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] xs, short[] ys, int count, double yRef) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] xs, short[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] xs, short[] ys1, short[] ys2, int count) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotShadedV(String labelId, short[] xs, short[] ys1, short[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference.static voidplotStairs(String labelId, double[] values) Plots a stairstep graph.static voidplotStairs(String labelId, double[] values, double xscale) Plots a stairstep graph.static voidplotStairs(String labelId, double[] xs, double[] ys) Plots a stairstep graph.static voidplotStairs(String labelId, double[] xs, double[] ys, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, double[] values, double xscale, double xstart) Plots a stairstep graph.static voidplotStairs(String labelId, double[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, float[] values) Plots a stairstep graph.static voidplotStairs(String labelId, float[] values, double xscale) Plots a stairstep graph.static voidplotStairs(String labelId, float[] values, double xscale, double xstart) Plots a stairstep graph.static voidplotStairs(String labelId, float[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, float[] xs, float[] ys) Plots a stairstep graph.static voidplotStairs(String labelId, float[] xs, float[] ys, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, int[] values) Plots a stairstep graph.static voidplotStairs(String labelId, int[] values, double xscale) Plots a stairstep graph.static voidplotStairs(String labelId, int[] values, double xscale, double xstart) Plots a stairstep graph.static voidplotStairs(String labelId, int[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, int[] xs, int[] ys) Plots a stairstep graph.static voidplotStairs(String labelId, int[] xs, int[] ys, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, long[] values) Plots a stairstep graph.static voidplotStairs(String labelId, long[] values, double xscale) Plots a stairstep graph.static voidplotStairs(String labelId, long[] values, double xscale, double xstart) Plots a stairstep graph.static voidplotStairs(String labelId, long[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, long[] xs, long[] ys) Plots a stairstep graph.static voidplotStairs(String labelId, long[] xs, long[] ys, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, short[] values) Plots a stairstep graph.static voidplotStairs(String labelId, short[] values, double xscale) Plots a stairstep graph.static voidplotStairs(String labelId, short[] values, double xscale, double xstart) Plots a stairstep graph.static voidplotStairs(String labelId, short[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairs(String labelId, short[] xs, short[] ys) Plots a stairstep graph.static voidplotStairs(String labelId, short[] xs, short[] ys, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, double[] xs, double[] ys, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, double[] values, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, double[] values, int count, double xscale) Plots a stairstep graph.static voidplotStairsV(String labelId, double[] values, int count, double xscale, double xstart) Plots a stairstep graph.static voidplotStairsV(String labelId, double[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, float[] xs, float[] ys, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, float[] xs, float[] ys, int count, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, float[] values, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, float[] values, int count, double xscale) Plots a stairstep graph.static voidplotStairsV(String labelId, float[] values, int count, double xscale, double xstart) Plots a stairstep graph.static voidplotStairsV(String labelId, float[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, int[] values, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, int[] xs, int[] ys, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, int[] xs, int[] ys, int count, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, int[] values, int count, double xscale) Plots a stairstep graph.static voidplotStairsV(String labelId, int[] values, int count, double xscale, double xstart) Plots a stairstep graph.static voidplotStairsV(String labelId, int[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, long[] values, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, long[] values, int count, double xscale) Plots a stairstep graph.static voidplotStairsV(String labelId, long[] values, int count, double xscale, double xstart) Plots a stairstep graph.static voidplotStairsV(String labelId, long[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, long[] xs, long[] ys, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, long[] xs, long[] ys, int count, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, short[] values, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, short[] values, int count, double xscale) Plots a stairstep graph.static voidplotStairsV(String labelId, short[] values, int count, double xscale, double xstart) Plots a stairstep graph.static voidplotStairsV(String labelId, short[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph.static voidplotStairsV(String labelId, short[] xs, short[] ys, int count) Plots a stairstep graph.static voidplotStairsV(String labelId, short[] xs, short[] ys, int count, ImPlotSpec spec) Plots a stairstep graph.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, double[] xs, double[] ys, double ref, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, double[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, float[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, float[] xs, float[] ys, double ref, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, int[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, int[] xs, int[] ys, double ref, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, long[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, long[] xs, long[] ys, double ref, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, short[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidPlots vertical stems.static voidPlots vertical stems.static voidplotStems(String labelId, short[] xs, short[] ys, double ref, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, double[] xs, double[] ys, int count) Plots vertical stems.static voidplotStemsV(String labelId, double[] xs, double[] ys, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, double[] xs, double[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, double[] values, int count) Plots vertical stems.static voidplotStemsV(String labelId, double[] values, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, double[] values, int count, double ref, double scale) Plots vertical stems.static voidplotStemsV(String labelId, double[] values, int count, double ref, double scale, double start) Plots vertical stems.static voidplotStemsV(String labelId, double[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, float[] xs, float[] ys, int count) Plots vertical stems.static voidplotStemsV(String labelId, float[] xs, float[] ys, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, float[] xs, float[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, float[] values, int count) Plots vertical stems.static voidplotStemsV(String labelId, float[] values, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, float[] values, int count, double ref, double scale) Plots vertical stems.static voidplotStemsV(String labelId, float[] values, int count, double ref, double scale, double start) Plots vertical stems.static voidplotStemsV(String labelId, float[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, int[] values, int count) Plots vertical stems.static voidplotStemsV(String labelId, int[] xs, int[] ys, int count) Plots vertical stems.static voidplotStemsV(String labelId, int[] xs, int[] ys, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, int[] xs, int[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, int[] values, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, int[] values, int count, double ref, double scale) Plots vertical stems.static voidplotStemsV(String labelId, int[] values, int count, double ref, double scale, double start) Plots vertical stems.static voidplotStemsV(String labelId, int[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, long[] values, int count) Plots vertical stems.static voidplotStemsV(String labelId, long[] values, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, long[] values, int count, double ref, double scale) Plots vertical stems.static voidplotStemsV(String labelId, long[] values, int count, double ref, double scale, double start) Plots vertical stems.static voidplotStemsV(String labelId, long[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, long[] xs, long[] ys, int count) Plots vertical stems.static voidplotStemsV(String labelId, long[] xs, long[] ys, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, long[] xs, long[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, short[] values, int count) Plots vertical stems.static voidplotStemsV(String labelId, short[] values, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, short[] values, int count, double ref, double scale) Plots vertical stems.static voidplotStemsV(String labelId, short[] values, int count, double ref, double scale, double start) Plots vertical stems.static voidplotStemsV(String labelId, short[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems.static voidplotStemsV(String labelId, short[] xs, short[] ys, int count) Plots vertical stems.static voidplotStemsV(String labelId, short[] xs, short[] ys, int count, double ref) Plots vertical stems.static voidplotStemsV(String labelId, short[] xs, short[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems.static voidPlots a centered text label at point x,y with an optional pixel offset.static voidPlots a centered text label at point x,y with an optional pixel offset.static voidplotText(String text, double x, double y, float pixOffsetX, float pixOffsetY, ImPlotSpec spec) Plots a centered text label at point x,y with an optional pixel offset.static voidplotText(String text, double x, double y, ImPlotSpec spec) Plots a centered text label at point x,y with an optional pixel offset.static voidPlots a centered text label at point x,y with an optional pixel offset.static voidplotText(String text, double x, double y, ImVec2 pixOffset, ImPlotSpec spec) Plots a centered text label at point x,y with an optional pixel offset.static ImVec2plotToPixels(double pltX, double pltY) Converts a position in the current plot's coordinate system to pixels.static ImVec2plotToPixels(double pltX, double pltY, int xAxis) Converts a position in the current plot's coordinate system to pixels.static ImVec2plotToPixels(double pltX, double pltY, int xAxis, int yAxis) Converts a position in the current plot's coordinate system to pixels.static ImVec2plotToPixels(ImPlotPoint plt) Converts a position in the current plot's coordinate system to pixels.static ImVec2plotToPixels(ImPlotPoint plt, int xAxis) Converts a position in the current plot's coordinate system to pixels.static ImVec2plotToPixels(ImPlotPoint plt, int xAxis, int yAxis) Converts a position in the current plot's coordinate system to pixels.static voidplotToPixels(ImVec2 dst, double pltX, double pltY) Converts a position in the current plot's coordinate system to pixels.static voidplotToPixels(ImVec2 dst, double pltX, double pltY, int xAxis) Converts a position in the current plot's coordinate system to pixels.static voidplotToPixels(ImVec2 dst, double pltX, double pltY, int xAxis, int yAxis) Converts a position in the current plot's coordinate system to pixels.static voidplotToPixels(ImVec2 dst, ImPlotPoint plt) Converts a position in the current plot's coordinate system to pixels.static voidplotToPixels(ImVec2 dst, ImPlotPoint plt, int xAxis) Converts a position in the current plot's coordinate system to pixels.static voidplotToPixels(ImVec2 dst, ImPlotPoint plt, int xAxis, int yAxis) Converts a position in the current plot's coordinate system to pixels.static floatplotToPixelsX(ImPlotPoint plt) Converts a position in the current plot's coordinate system to pixels.static floatplotToPixelsX(ImPlotPoint plt, int xAxis) Converts a position in the current plot's coordinate system to pixels.static floatplotToPixelsX(ImPlotPoint plt, int xAxis, int yAxis) Converts a position in the current plot's coordinate system to pixels.static floatplotToPixelsY(ImPlotPoint plt) Converts a position in the current plot's coordinate system to pixels.static floatplotToPixelsY(ImPlotPoint plt, int xAxis) Converts a position in the current plot's coordinate system to pixels.static floatplotToPixelsY(ImPlotPoint plt, int xAxis, int yAxis) Converts a position in the current plot's coordinate system to pixels.static voidUndo temporary colormap modification(s).static voidpopColormap(int count) Undo temporary colormap modification(s).static voidPop plot clip rect.static voidstatic voidpopStyleColor(int count) static voidUndo temporary style variable modification(s).static voidpopStyleVar(int count) Undo temporary style variable modification(s).static voidpushColormap(int cmap) Temporarily switch to one of the built-in (i.e.static voidpushColormap(String name) Push a colormap by string name.static voidPush clip rect for rendering to current plot area.static voidpushPlotClipRect(float expand) Push clip rect for rendering to current plot area.static voidpushStyleColor(int idx, float colX, float colY, float colZ, float colW) Temporarily modify a style color.static voidpushStyleColor(int idx, int col) Temporarily modify a style color.static voidpushStyleColor(int idx, long col) Temporarily modify a style color.static voidpushStyleColor(int idx, ImVec4 col) Temporarily modify a style color.static voidpushStyleVar(int idx, float val) Temporarily modify a style variable of float type.static voidpushStyleVar(int idx, float valX, float valY) Temporarily modify a style variable of ImVec2 type.static voidpushStyleVar(int idx, int val) Temporarily modify a style variable of int type.static voidpushStyleVar(int idx, ImVec2 val) Temporarily modify a style variable of ImVec2 type.static ImVec4sampleColormap(float t) Sample a color from a colormap given t between 0 and 1static ImVec4sampleColormap(float t, int cmap) Sample a color from a colormap given t between 0 and 1static voidsampleColormap(ImVec4 dst, float t) Sample a color from a colormap given t between 0 and 1static voidsampleColormap(ImVec4 dst, float t, int cmap) Sample a color from a colormap given t between 0 and 1static floatsampleColormapW(float t) Sample a color from a colormap given t between 0 and 1static floatsampleColormapW(float t, int cmap) Sample a color from a colormap given t between 0 and 1static floatsampleColormapX(float t) Sample a color from a colormap given t between 0 and 1static floatsampleColormapX(float t, int cmap) Sample a color from a colormap given t between 0 and 1static floatsampleColormapY(float t) Sample a color from a colormap given t between 0 and 1static floatsampleColormapY(float t, int cmap) Sample a color from a colormap given t between 0 and 1static floatsampleColormapZ(float t) Sample a color from a colormap given t between 0 and 1static floatsampleColormapZ(float t, int cmap) Sample a color from a colormap given t between 0 and 1static voidsetAxes(int xAxis, int yAxis) Selects which axes will be used for subsequent plot elements.static voidsetAxis(int axis) Selects which axis will be used for subsequent plot elements.static voidSets the current ImPlot context.static voidstatic voidsetNextAxesLimits(double xMin, double xMax, double yMin, double yMax) Sets the upcoming primary X and Y axes range limits.static voidsetNextAxesLimits(double xMin, double xMax, double yMin, double yMax, int cond) Sets the upcoming primary X and Y axes range limits.static voidSets all upcoming axes to auto fit to their data.static voidsetNextAxisLimits(int axis, double vMin, double vMax) Sets an upcoming axis range limits.static voidsetNextAxisLimits(int axis, double vMin, double vMax, int cond) Sets an upcoming axis range limits.static voidsetNextAxisLinks(int axis, ImDouble linkMin, ImDouble linkMax) Links an upcoming axis range limits to external values.static voidsetNextAxisToFit(int axis) Set an upcoming axis to auto fit to its data.static voidSets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).static voidSets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).static voidSets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).static voidsetupAxesLimits(double xMin, double xMax, double yMin, double yMax) Sets the primary X and Y axes range limits.static voidsetupAxesLimits(double xMin, double xMax, double yMin, double yMax, int cond) Sets the primary X and Y axes range limits.static voidsetupAxis(int axis) Enables an axis or sets the label and/or flags for an existing axis.static voidsetupAxis(int axis, int flags) Enables an axis or sets the label and/or flags for an existing axis.static voidEnables an axis or sets the label and/or flags for an existing axis.static voidEnables an axis or sets the label and/or flags for an existing axis.static voidsetupAxisFormat(int axis, String fmt) Sets the format of numeric axis labels via formatter specifier (default="%g").static voidsetupAxisLimits(int axis, double vMin, double vMax) Sets an axis range limits.static voidsetupAxisLimits(int axis, double vMin, double vMax, int cond) Sets an axis range limits.static voidsetupAxisLimitsConstraints(int axis, double vMin, double vMax) Sets an axis' limits constraints.static voidsetupAxisLinks(int axis, ImDouble linkMin, ImDouble linkMax) Links an axis range limits to external values.static voidsetupAxisScale(int axis, int scale) Sets an axis' scale using built-in options.static voidsetupAxisTicks(int axis, double[] values, int nTicks) Sets an axis' ticks and optionally the labels.static voidsetupAxisTicks(int axis, double[] values, int nTicks, boolean keepDefault) Sets an axis' ticks and optionally the labels.static voidsetupAxisTicks(int axis, double[] values, int nTicks, String[] labels) Sets an axis' ticks and optionally the labels.static voidsetupAxisTicks(int axis, double[] values, int nTicks, String[] labels, boolean keepDefault) Sets an axis' ticks and optionally the labels.static voidsetupAxisTicks(int axis, double vMin, double vMax, int nTicks) Sets an axis' ticks and optionally the labels for the next plot.static voidsetupAxisTicks(int axis, double vMin, double vMax, int nTicks, boolean keepDefault) Sets an axis' ticks and optionally the labels for the next plot.static voidsetupAxisTicks(int axis, double vMin, double vMax, int nTicks, String[] labels) Sets an axis' ticks and optionally the labels for the next plot.static voidsetupAxisTicks(int axis, double vMin, double vMax, int nTicks, String[] labels, boolean keepDefault) Sets an axis' ticks and optionally the labels for the next plot.static voidsetupAxisZoomConstraints(int axis, double vMin, double vMax) Sets an axis' zoom constraints.static voidExplicitly finalize plot setup.static voidsetupLegend(int location) Sets up the plot legend.static voidsetupLegend(int location, int flags) Sets up the plot legend.static voidsetupMouseText(int location) Sets the location of the current plot's mouse position text (default = South|East).static voidsetupMouseText(int location, int flags) Sets the location of the current plot's mouse position text (default = South|East).static booleanshowColormapSelector(String label) Shows ImPlot colormap selector dropdown menu.static voidShows the ImPlot demo window.static voidshowDemoWindow(ImBoolean pOpen) Shows the ImPlot demo window.static booleanshowInputMapSelector(String label) Shows ImPlot input map selector dropdown menu.static voidShows ImPlot metrics/debug information window.static voidshowMetricsWindow(ImBoolean pOpen) Shows ImPlot metrics/debug information window.static voidShows ImPlot style editor block (not a window).static voidShows ImPlot style editor block (not a window).static booleanshowStyleSelector(String label) Shows ImPlot style selector dropdown menu.static voidAdd basic help/info block for end users (not a window).static voidStyle plot colors for current ImGui style (default).static voidStyle plot colors for current ImGui style (default).static voidStyle plot colors for ImGui "Classic".static voidStyle plot colors for ImGui "Classic".static voidStyle plot colors for ImGui "Dark".static voidStyle plot colors for ImGui "Dark".static voidStyle plot colors for ImGui "Light".static voidStyle plot colors for ImGui "Light".static voidtagX(double x, float colX, float colY, float colZ, float colW) Shows a x-axis tag at the specified coordinate value.static voidtagX(double x, float colX, float colY, float colZ, float colW, boolean round) Shows a x-axis tag at the specified coordinate value.static voidShows a x-axis tag at the specified coordinate value with formatted text.static voidShows a x-axis tag at the specified coordinate value.static voidShows a x-axis tag at the specified coordinate value.static voidShows a x-axis tag at the specified coordinate value with formatted text.static voidtagY(double y, float colX, float colY, float colZ, float colW) Shows a y-axis tag at the specified coordinate value.static voidtagY(double y, float colX, float colY, float colZ, float colW, boolean round) Shows a y-axis tag at the specified coordinate value.static voidShows a y-axis tag at the specified coordinate value with formatted text.static voidShows a y-axis tag at the specified coordinate value.static voidShows a y-axis tag at the specified coordinate value.static voidShows a y-axis tag at the specified coordinate value with formatted text.
-
Method Details
-
createContext
Creates a new ImPlot context. Call this after ImGui.createContext(). -
destroyContext
public static void destroyContext()Destroys an ImPlot context. Call this before ImGui.destroyContext(). NULL = destroy current context. -
destroyContext
Destroys an ImPlot context. Call this before ImGui.destroyContext(). NULL = destroy current context. -
getCurrentContext
Returns the current ImPlot context. NULL if no context has ben set. -
setCurrentContext
Sets the current ImPlot context. -
setImGuiContext
-
beginPlot
-
beginPlot
-
beginPlot
-
beginPlot
-
beginPlot
-
beginPlot
-
endPlot
public static void endPlot()Only call EndPlot() if beginPlot() returns true! Typically called at the end of an if statement conditioned on BeginPlot(). See example in beginPlot(). -
beginSubplots
-
beginSubplots
-
beginSubplots
-
beginSubplots
public static boolean beginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, int flags) -
beginSubplots
-
beginSubplots
public static boolean beginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, int flags, float[] rowRatios) -
beginSubplots
-
beginSubplots
public static boolean beginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, int flags, float[] rowRatios, float[] colRatios) -
beginSubplots
-
beginSubplots
public static boolean beginSubplots(String titleID, int rows, int cols, float sizeX, float sizeY, float[] rowRatios, float[] colRatios) -
endSubplots
public static void endSubplots()Only call EndSubplots() if BeginSubplots() returns true! Typically called at the end of an if statement conditioned on BeginSublots(). See example above. -
setupAxis
public static void setupAxis(int axis) Enables an axis or sets the label and/or flags for an existing axis. Leave `label` as NULL for no label. -
setupAxis
Enables an axis or sets the label and/or flags for an existing axis. Leave `label` as NULL for no label. -
setupAxis
Enables an axis or sets the label and/or flags for an existing axis. Leave `label` as NULL for no label. -
setupAxis
public static void setupAxis(int axis, int flags) Enables an axis or sets the label and/or flags for an existing axis. Leave `label` as NULL for no label. -
setupAxisLimits
public static void setupAxisLimits(int axis, double vMin, double vMax) Sets an axis range limits. If ImPlotCond_Always is used, the axes limits will be locked. Inversion withv_min > v_maxis not supported; use SetupAxisLimits instead. -
setupAxisLimits
public static void setupAxisLimits(int axis, double vMin, double vMax, int cond) Sets an axis range limits. If ImPlotCond_Always is used, the axes limits will be locked. Inversion withv_min > v_maxis not supported; use SetupAxisLimits instead. -
setupAxisLinks
Links an axis range limits to external values. Set to NULL for no linkage. The pointer data must remain valid until EndPlot. -
setupAxisFormat
Sets the format of numeric axis labels via formatter specifier (default="%g"). Formatted values will be double (i.e. use %f). -
setupAxisTicks
public static void setupAxisTicks(int axis, double[] values, int nTicks) Sets an axis' ticks and optionally the labels. To keep the default ticks, set `keepDefault=true`. -
setupAxisTicks
Sets an axis' ticks and optionally the labels. To keep the default ticks, set `keepDefault=true`. -
setupAxisTicks
public static void setupAxisTicks(int axis, double[] values, int nTicks, String[] labels, boolean keepDefault) Sets an axis' ticks and optionally the labels. To keep the default ticks, set `keepDefault=true`. -
setupAxisTicks
public static void setupAxisTicks(int axis, double[] values, int nTicks, boolean keepDefault) Sets an axis' ticks and optionally the labels. To keep the default ticks, set `keepDefault=true`. -
setupAxisTicks
public static void setupAxisTicks(int axis, double vMin, double vMax, int nTicks) Sets an axis' ticks and optionally the labels for the next plot. To keep the default ticks, set `keepDefault=true`. -
setupAxisTicks
Sets an axis' ticks and optionally the labels for the next plot. To keep the default ticks, set `keepDefault=true`. -
setupAxisTicks
public static void setupAxisTicks(int axis, double vMin, double vMax, int nTicks, String[] labels, boolean keepDefault) Sets an axis' ticks and optionally the labels for the next plot. To keep the default ticks, set `keepDefault=true`. -
setupAxisTicks
public static void setupAxisTicks(int axis, double vMin, double vMax, int nTicks, boolean keepDefault) Sets an axis' ticks and optionally the labels for the next plot. To keep the default ticks, set `keepDefault=true`. -
setupAxisScale
public static void setupAxisScale(int axis, int scale) Sets an axis' scale using built-in options. -
setupAxisLimitsConstraints
public static void setupAxisLimitsConstraints(int axis, double vMin, double vMax) Sets an axis' limits constraints. -
setupAxisZoomConstraints
public static void setupAxisZoomConstraints(int axis, double vMin, double vMax) Sets an axis' zoom constraints. -
setupAxes
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis). -
setupAxes
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis). -
setupAxes
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis). -
setupAxesLimits
public static void setupAxesLimits(double xMin, double xMax, double yMin, double yMax) Sets the primary X and Y axes range limits. If ImPlotCond_Always is used, the axes limits will be locked (shorthand for two calls to SetupAxisLimits). -
setupAxesLimits
public static void setupAxesLimits(double xMin, double xMax, double yMin, double yMax, int cond) Sets the primary X and Y axes range limits. If ImPlotCond_Always is used, the axes limits will be locked (shorthand for two calls to SetupAxisLimits). -
setupLegend
public static void setupLegend(int location) Sets up the plot legend. -
setupLegend
public static void setupLegend(int location, int flags) Sets up the plot legend. -
setupMouseText
public static void setupMouseText(int location) Sets the location of the current plot's mouse position text (default = South|East). -
setupMouseText
public static void setupMouseText(int location, int flags) Sets the location of the current plot's mouse position text (default = South|East). -
setupFinish
public static void setupFinish()Explicitly finalize plot setup. Once you call this, you cannot make any more Setup calls for the current plot! Note that calling this function is OPTIONAL; it will be called by the first subsequent setup-locking API call. -
setNextAxisLimits
public static void setNextAxisLimits(int axis, double vMin, double vMax) Sets an upcoming axis range limits. If ImPlotCond_Always is used, the axes limits will be locked. -
setNextAxisLimits
public static void setNextAxisLimits(int axis, double vMin, double vMax, int cond) Sets an upcoming axis range limits. If ImPlotCond_Always is used, the axes limits will be locked. -
setNextAxisLinks
Links an upcoming axis range limits to external values. Set to NULL for no linkage. The pointer data must remain valid until EndPlot! -
setNextAxisToFit
public static void setNextAxisToFit(int axis) Set an upcoming axis to auto fit to its data. -
setNextAxesLimits
public static void setNextAxesLimits(double xMin, double xMax, double yMin, double yMax) Sets the upcoming primary X and Y axes range limits. If ImPlotCond_Always is used, the axes limits will be locked (shorthand for two calls to SetupAxisLimits). -
setNextAxesLimits
public static void setNextAxesLimits(double xMin, double xMax, double yMin, double yMax, int cond) Sets the upcoming primary X and Y axes range limits. If ImPlotCond_Always is used, the axes limits will be locked (shorthand for two calls to SetupAxisLimits). -
setNextAxesToFit
public static void setNextAxesToFit()Sets all upcoming axes to auto fit to their data. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
public static void plotLine(String labelId, short[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
public static void plotLine(String labelId, int[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
public static void plotLine(String labelId, long[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
public static void plotLine(String labelId, float[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
public static void plotLine(String labelId, double[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, short[] values, int count, double xscale, double xstart) Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, short[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, int[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, long[] values, int count, double xscale, double xstart) Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, long[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, float[] values, int count, double xscale, double xstart) Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, float[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, double[] values, int count, double xscale, double xstart) Plots a standard 2D line plot. -
plotLineV
public static void plotLineV(String labelId, double[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLine
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotLineV
Plots a standard 2D line plot. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
public static void plotScatter(String labelId, short[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
public static void plotScatter(String labelId, int[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
public static void plotScatter(String labelId, long[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
public static void plotScatter(String labelId, float[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
public static void plotScatter(String labelId, double[] values, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, short[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, short[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, int[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, int[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, long[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, long[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, float[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, float[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, double[] values, int count, double xscale, double xstart) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, double[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatter
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotScatterV
public static void plotScatterV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots a standard 2D scatter plot. Default marker is ImPlotMarker_Circle. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
public static void plotStairs(String labelId, short[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
public static void plotStairs(String labelId, int[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
public static void plotStairs(String labelId, long[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
public static void plotStairs(String labelId, float[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
public static void plotStairs(String labelId, double[] values, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, short[] values, int count, double xscale, double xstart) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, short[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, int[] values, int count, double xscale, double xstart) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, int[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, long[] values, int count, double xscale, double xstart) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, long[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, float[] values, int count, double xscale, double xstart) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, float[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, double[] values, int count, double xscale, double xstart) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, double[] values, int count, double xscale, double xstart, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairs
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotStairsV
public static void plotStairsV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots a stairstep graph. The y value is continued constantly from every x position, i.e. the interval [x[i], x[i+1]) has the value y[i]. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, short[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, short[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, int[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, int[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, long[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, long[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, float[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, float[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, double[] values, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, double[] values, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, short[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, short[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, short[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, int[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, int[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, long[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, long[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, long[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, float[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, float[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, float[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, double[] values, int count, double yRef, double xscale) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, double[] values, int count, double yRef, double xscale, double xstart) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, double[] values, int count, double yRef, double xscale, double xstart, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, double[] xs, double[] ys, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, short[] xs, short[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, int[] xs, int[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, long[] xs, long[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, float[] xs, float[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, double[] xs, double[] ys, int count, double yRef, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, short[] xs, short[] ys1, short[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, float[] xs, float[] ys1, float[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShaded
public static void plotShaded(String labelId, double[] xs, double[] ys1, double[] ys2, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, short[] xs, short[] ys1, short[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, int[] xs, int[] ys1, int[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, long[] xs, long[] ys1, long[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, float[] xs, float[] ys1, float[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotShadedV
public static void plotShadedV(String labelId, double[] xs, double[] ys1, double[] ys2, int count, ImPlotSpec spec) Plots a shaded (filled) region between two lines, or a line and a horizontal reference. Set y_ref to +/-INFINITY for infinite fill extents. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
public static void plotBars(String labelId, short[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
public static void plotBars(String labelId, int[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
public static void plotBars(String labelId, long[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
public static void plotBars(String labelId, float[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
public static void plotBars(String labelId, double[] values, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, short[] values, int count, double barSize, double shift) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, short[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, int[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, long[] values, int count, double barSize, double shift) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, long[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, float[] values, int count, double barSize, double shift) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, float[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, double[] values, int count, double barSize, double shift) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBarsV
public static void plotBarsV(String labelId, double[] values, int count, double barSize, double shift, ImPlotSpec spec) Plots a vertical bar graph. #bar_size and #shift are in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBars
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, short[] xs, short[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, float[] xs, float[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, double[] xs, double[] ys, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, short[] xs, short[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, int[] xs, int[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, long[] xs, long[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, float[] xs, float[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
Plots a vertical bar graph. #bar_size is in X units. -
plotBarsV
public static void plotBarsV(String labelId, double[] xs, double[] ys, int count, double barSize, ImPlotSpec spec) Plots a vertical bar graph. #bar_size is in X units. -
plotBarGroups
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, short[] values, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, short[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, short[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, int[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, int[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, long[] values, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, long[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, long[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, float[] values, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, float[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, float[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, double[] values, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, double[] values, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroups
public static void plotBarGroups(String[] labelIds, double[] values, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, short[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, short[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, short[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, int[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, int[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, int[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, long[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, long[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, long[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, float[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, float[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, float[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount, double groupSize) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount, double groupSize, double shift) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotBarGroupsV
public static void plotBarGroupsV(String[] labelIds, double[] values, int itemCount, int groupCount, double groupSize, double shift, ImPlotSpec spec) Plots a group of vertical bars. #values is a row-major matrix with #item_count rows and #group_count cols. #label_ids should have #item_count elements. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, short[] xs, short[] ys, short[] err, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, float[] xs, float[] ys, float[] err, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, double[] xs, double[] ys, double[] err, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, short[] xs, short[] ys, short[] err, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, int[] xs, int[] ys, int[] err, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, long[] xs, long[] ys, long[] err, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, float[] xs, float[] ys, float[] err, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, double[] xs, double[] ys, double[] err, int count) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, double[] xs, double[] ys, double[] err, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, short[] xs, short[] ys, short[] neg, short[] pos, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, int[] xs, int[] ys, int[] neg, int[] pos, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, long[] xs, long[] ys, long[] neg, long[] pos, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, float[] xs, float[] ys, float[] neg, float[] pos, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, double[] xs, double[] ys, double[] neg, double[] pos) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBars
public static void plotErrorBars(String labelId, double[] xs, double[] ys, double[] neg, double[] pos, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, short[] xs, short[] ys, short[] neg, short[] pos, int count) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, short[] xs, short[] ys, short[] neg, short[] pos, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, int[] xs, int[] ys, int[] neg, int[] pos, int count) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, int[] xs, int[] ys, int[] neg, int[] pos, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, long[] xs, long[] ys, long[] neg, long[] pos, int count) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, long[] xs, long[] ys, long[] neg, long[] pos, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, float[] xs, float[] ys, float[] neg, float[] pos, int count) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, float[] xs, float[] ys, float[] neg, float[] pos, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, double[] xs, double[] ys, double[] neg, double[] pos, int count) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotErrorBarsV
public static void plotErrorBarsV(String labelId, double[] xs, double[] ys, double[] neg, double[] pos, int count, ImPlotSpec spec) Plots vertical error bar. The label_id should be the same as the label_id of the associated line or bar plot. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
public static void plotStems(String labelId, short[] values, double ref, double scale, double start) Plots vertical stems. -
plotStems
public static void plotStems(String labelId, short[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
public static void plotStems(String labelId, int[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
public static void plotStems(String labelId, long[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
public static void plotStems(String labelId, float[] values, double ref, double scale, double start) Plots vertical stems. -
plotStems
public static void plotStems(String labelId, float[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
public static void plotStems(String labelId, double[] values, double ref, double scale, double start) Plots vertical stems. -
plotStems
public static void plotStems(String labelId, double[] values, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, short[] values, int count, double ref, double scale, double start) Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, short[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, int[] values, int count, double ref, double scale, double start) Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, int[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, long[] values, int count, double ref, double scale, double start) Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, long[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, float[] values, int count, double ref, double scale, double start) Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, float[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, double[] values, int count, double ref, double scale, double start) Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, double[] values, int count, double ref, double scale, double start, ImPlotSpec spec) Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStems
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, short[] xs, short[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, int[] xs, int[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, long[] xs, long[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, float[] xs, float[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
Plots vertical stems. -
plotStemsV
public static void plotStemsV(String labelId, double[] xs, double[] ys, int count, double ref, ImPlotSpec spec) Plots vertical stems. -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLines
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotInfLinesV
Plots infinite vertical or horizontal lines (e.g. for references or asymptotes). -
plotPieChart
public static void plotPieChart(String[] labelIds, short[] values, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, short[] values, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, short[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, short[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, short[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, int[] values, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, int[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, int[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, int[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, long[] values, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, long[] values, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, long[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, long[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, long[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, float[] values, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, float[] values, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, float[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, float[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, float[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, double[] values, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, double[] values, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, double[] values, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, double[] values, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChart
public static void plotPieChart(String[] labelIds, double[] values, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, short[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, int[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, long[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, float[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, String labelFmt) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, String labelFmt, double angle0) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, String labelFmt, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotPieChartV
public static void plotPieChartV(String[] labelIds, double[] values, int count, double x, double y, double radius, double angle0, ImPlotSpec spec) Plots a pie chart. If the sum of values>1 or normalize is true, each value will be normalized. Center and radius are in plot units. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHeatmap
public static void plotHeatmap(String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImPlotSpec spec) Plots a 2D heatmap chart. Values are expected to be in row-major order. Leave #scale_min and scale_max both at 0 for automatic color scaling, or set them to a predefined range. #label_fmt can be set to NULL for no labels. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, short[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, short[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, short[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, short[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, short[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, short[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, short[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, int[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, int[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, int[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, int[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, int[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, int[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, int[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, long[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, long[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, long[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, long[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, long[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, long[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, long[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, float[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, float[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, float[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, float[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, float[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, float[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, float[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, double[] values, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, double[] values, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, double[] values, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, double[] values, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, double[] values, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, double[] values, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram
public static double plotHistogram(String labelId, double[] values, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, short[] values, int count, int bins, double barScale) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, short[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, short[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, short[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, short[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, short[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, int[] values, int count, int bins, double barScale) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, int[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, int[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, int[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, int[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, int[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, long[] values, int count, int bins, double barScale) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, long[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, long[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, long[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, long[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, long[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, float[] values, int count, int bins, double barScale) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, float[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, float[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, float[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, float[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, float[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, double[] values, int count, int bins, double barScale) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, double[] values, int count, int bins, double barScale, ImPlotRange range) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, double[] values, int count, int bins, double barScale, double rangeMin, double rangeMax) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, double[] values, int count, int bins, double barScale, ImPlotRange range, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, double[] values, int count, int bins, double barScale, double rangeMin, double rangeMax, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogramV
public static double plotHistogramV(String labelId, double[] values, int count, int bins, double barScale, ImPlotSpec spec) Plots a horizontal histogram. #bins can be a positive integer or an ImPlotBin_ method. If #cumulative is true, each bin contains its count plus the counts of all previous bins. If #density is true, the PDF is visualized. If both are true, the CDF is visualized. If #range is left unspecified, the min/max of #values will be used as the range. If #range is specified, outlier values outside of the range are not binned. However, outliers still count toward normalizing and cumulative counts unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, short[] xs, short[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, int[] xs, int[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, long[] xs, long[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, float[] xs, float[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2D
public static double plotHistogram2D(String labelId, double[] xs, double[] ys, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, short[] xs, short[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, int[] xs, int[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, long[] xs, long[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, float[] xs, float[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, ImPlotRect range) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, ImPlotRect range, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotHistogram2DV
public static double plotHistogram2DV(String labelId, double[] xs, double[] ys, int count, int xBins, int yBins, ImPlotSpec spec) Plots two dimensional, bivariate histogram as a heatmap. #x_bins and #y_bins can be a positive integer or an ImPlotBin. If #density is true, the PDF is visualized. If #range is left unspecified, the min/max of #xs an #ys will be used as the ranges. If #range is specified, outlier values outside of range are not binned. However, outliers still count toward the normalizing count for density plots unless #outliers is false. The largest bin count or density is returned. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigital
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotDigitalV
public static void plotDigitalV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots digital data. Digital plots do not respond to y drag or zoom, and are always referenced to the bottom of the plot. -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y, float tintColX, float tintColY, float tintColZ, float tintColW) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol, ImPlotSpec spec) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y, float tintColX, float tintColY, float tintColZ, float tintColW, ImPlotSpec spec) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotImage
public static void plotImage(String labelId, long userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol, ImPlotSpec spec) Plots an axis-aligned image. #bounds_min/bounds_max are in plot coordinates (y-up) and #uv0/uv1 are in texture coordinates (y-down). -
plotText
Plots a centered text label at point x,y with an optional pixel offset. Text color can be changed with ImPlot::PushStyleColor(ImPlotCol_InlayText, ...). -
plotText
Plots a centered text label at point x,y with an optional pixel offset. Text color can be changed with ImPlot::PushStyleColor(ImPlotCol_InlayText, ...). -
plotText
Plots a centered text label at point x,y with an optional pixel offset. Text color can be changed with ImPlot::PushStyleColor(ImPlotCol_InlayText, ...). -
plotText
Plots a centered text label at point x,y with an optional pixel offset. Text color can be changed with ImPlot::PushStyleColor(ImPlotCol_InlayText, ...). -
plotText
public static void plotText(String text, double x, double y, float pixOffsetX, float pixOffsetY, ImPlotSpec spec) Plots a centered text label at point x,y with an optional pixel offset. Text color can be changed with ImPlot::PushStyleColor(ImPlotCol_InlayText, ...). -
plotText
Plots a centered text label at point x,y with an optional pixel offset. Text color can be changed with ImPlot::PushStyleColor(ImPlotCol_InlayText, ...). -
plotDummy
Plots a dummy item (i.e. adds a legend entry colored by ImPlotCol_Line) -
plotDummy
Plots a dummy item (i.e. adds a legend entry colored by ImPlotCol_Line) -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, short[] values, short[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, short[] values, short[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, int[] values, int[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, int[] values, int[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, long[] values, long[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, long[] values, long[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, float[] values, float[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, float[] values, float[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, double[] values, double[] szs, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, double[] values, double[] szs, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, short[] values, short[] szs, int count, double xscale) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, short[] values, short[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, short[] values, short[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, int[] values, int[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, int[] values, int[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, long[] values, long[] szs, int count, double xscale) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, long[] values, long[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, long[] values, long[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, float[] values, float[] szs, int count, double xscale) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, float[] values, float[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, float[] values, float[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, double[] values, double[] szs, int count, double xscale) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, double[] values, double[] szs, int count, double xscale, double xstart) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, double[] values, double[] szs, int count, double xscale, double xstart, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, short[] xs, short[] ys, short[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, float[] xs, float[] ys, float[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubbles
public static void plotBubbles(String labelId, double[] xs, double[] ys, double[] szs, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, short[] xs, short[] ys, short[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, int[] xs, int[] ys, int[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, long[] xs, long[] ys, long[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, float[] xs, float[] ys, float[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotBubblesV
public static void plotBubblesV(String labelId, double[] xs, double[] ys, double[] szs, int count, ImPlotSpec spec) Plots bubble markers with per-index sizes. #szs provides a size for each marker. -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygon
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
plotPolygonV
public static void plotPolygonV(String labelId, double[] xs, double[] ys, int count, ImPlotSpec spec) Plots a polygon (open, closed or loop) using the spec Flags (e.g. ImPlotPolygonFlags_Concave for concave shapes). -
dragPoint
Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragPoint
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW) Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragPoint
Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragPoint
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, float size) Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragPoint
Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragPoint
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, float size, int flags) Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragPoint
Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragPoint
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, int flags) Shows a draggable point at x, y. `col` defaults to ImGuiCol_Text. -
dragLineX
Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineX
Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineX
Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineX
public static boolean dragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW, float thickness) Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineX
Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineX
public static boolean dragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW, float thickness, int flags) Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineX
Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineX
public static boolean dragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW, int flags) Shows a draggable vertical guide line at an x-value. `col` defaults to ImGuiCol_Text. -
dragLineY
Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragLineY
Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragLineY
Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragLineY
public static boolean dragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW, float thickness) Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragLineY
Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragLineY
public static boolean dragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW, float thickness, int flags) Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragLineY
Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragLineY
public static boolean dragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW, int flags) Shows a draggable horizontal guide line at a y-value. `col` defaults to ImGuiCol_Text. -
dragRect
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, ImVec4 col) Shows a draggable and resizeable rectangle. -
dragRect
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, float colX, float colY, float colZ, float colW) Shows a draggable and resizeable rectangle. -
dragRect
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, ImVec4 col, int flags) Shows a draggable and resizeable rectangle. -
dragRect
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, float colX, float colY, float colZ, float colW, int flags) Shows a draggable and resizeable rectangle. -
annotation
Shows an annotation callout at a chosen point. Clamping keeps annotations in the plot area. Annotations are always rendered on top. -
annotation
public static void annotation(double x, double y, float colX, float colY, float colZ, float colW, float pixOffsetX, float pixOffsetY, boolean clamp) Shows an annotation callout at a chosen point. Clamping keeps annotations in the plot area. Annotations are always rendered on top. -
annotation
public static void annotation(double x, double y, ImVec4 col, ImVec2 pixOffset, boolean clamp, boolean round) Shows an annotation callout at a chosen point. Clamping keeps annotations in the plot area. Annotations are always rendered on top. -
annotation
public static void annotation(double x, double y, float colX, float colY, float colZ, float colW, float pixOffsetX, float pixOffsetY, boolean clamp, boolean round) Shows an annotation callout at a chosen point. Clamping keeps annotations in the plot area. Annotations are always rendered on top. -
annotation
public static void annotation(double x, double y, ImVec4 col, ImVec2 pixOffset, boolean clamp, String fmt) Shows an annotation callout at a chosen point with formatted text. Clamping keeps annotations in the plot area. Annotations are always rendered on top. -
annotation
public static void annotation(double x, double y, float colX, float colY, float colZ, float colW, float pixOffsetX, float pixOffsetY, boolean clamp, String fmt) Shows an annotation callout at a chosen point with formatted text. Clamping keeps annotations in the plot area. Annotations are always rendered on top. -
tagX
Shows a x-axis tag at the specified coordinate value. -
tagX
public static void tagX(double x, float colX, float colY, float colZ, float colW) Shows a x-axis tag at the specified coordinate value. -
tagX
Shows a x-axis tag at the specified coordinate value. -
tagX
public static void tagX(double x, float colX, float colY, float colZ, float colW, boolean round) Shows a x-axis tag at the specified coordinate value. -
tagX
Shows a x-axis tag at the specified coordinate value with formatted text. -
tagX
Shows a x-axis tag at the specified coordinate value with formatted text. -
tagY
Shows a y-axis tag at the specified coordinate value. -
tagY
public static void tagY(double y, float colX, float colY, float colZ, float colW) Shows a y-axis tag at the specified coordinate value. -
tagY
Shows a y-axis tag at the specified coordinate value. -
tagY
public static void tagY(double y, float colX, float colY, float colZ, float colW, boolean round) Shows a y-axis tag at the specified coordinate value. -
tagY
Shows a y-axis tag at the specified coordinate value with formatted text. -
tagY
Shows a y-axis tag at the specified coordinate value with formatted text. -
setAxis
public static void setAxis(int axis) Selects which axis will be used for subsequent plot elements. -
setAxes
public static void setAxes(int xAxis, int yAxis) Selects which axes will be used for subsequent plot elements. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
pixelsToPlot
Converts pixels to a position in the current plot's coordinate system. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixelsX
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixelsY
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixelsX
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixelsY
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixelsX
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixelsY
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
plotToPixels
Converts a position in the current plot's coordinate system to pixels. Passing IMPLOT_AUTO uses the current axes. -
getPlotPos
Gets the current Plot position (top-left) in pixels. -
getPlotPosX
public static float getPlotPosX()Gets the current Plot position (top-left) in pixels. -
getPlotPosY
public static float getPlotPosY()Gets the current Plot position (top-left) in pixels. -
getPlotPos
Gets the current Plot position (top-left) in pixels. -
getPlotSize
Gets the current Plot size in pixels. -
getPlotSizeX
public static float getPlotSizeX()Gets the current Plot size in pixels. -
getPlotSizeY
public static float getPlotSizeY()Gets the current Plot size in pixels. -
getPlotSize
Gets the current Plot size in pixels. -
getPlotMousePos
Returns the mouse position in x, y coordinates of the current plot. Passing IMPLOT_AUTO uses the current axes. -
getPlotMousePos
Returns the mouse position in x, y coordinates of the current plot. Passing IMPLOT_AUTO uses the current axes. -
getPlotMousePos
Returns the mouse position in x, y coordinates of the current plot. Passing IMPLOT_AUTO uses the current axes. -
getPlotMousePos
Returns the mouse position in x, y coordinates of the current plot. Passing IMPLOT_AUTO uses the current axes. -
getPlotMousePos
Returns the mouse position in x, y coordinates of the current plot. Passing IMPLOT_AUTO uses the current axes. -
getPlotMousePos
Returns the mouse position in x, y coordinates of the current plot. Passing IMPLOT_AUTO uses the current axes. -
getPlotLimits
Returns the current plot axis range. -
getPlotLimits
Returns the current plot axis range. -
getPlotLimits
Returns the current plot axis range. -
getPlotLimits
Returns the current plot axis range. -
getPlotLimits
Returns the current plot axis range. -
getPlotLimits
Returns the current plot axis range. -
isPlotHovered
public static boolean isPlotHovered()Returns true if the plot area in the current plot is hovered. -
isAxisHovered
public static boolean isAxisHovered(int axis) Returns true if the axis label area in the current plot is hovered. -
isSubplotsHovered
public static boolean isSubplotsHovered()Returns true if the bounding frame of a subplot is hovered. -
isPlotSelected
public static boolean isPlotSelected()Returns true if the current plot is being box selected. -
getPlotSelection
Returns the current plot box selection bounds. Passing IMPLOT_AUTO uses the current axes. -
getPlotSelection
Returns the current plot box selection bounds. Passing IMPLOT_AUTO uses the current axes. -
getPlotSelection
Returns the current plot box selection bounds. Passing IMPLOT_AUTO uses the current axes. -
getPlotSelection
Returns the current plot box selection bounds. Passing IMPLOT_AUTO uses the current axes. -
getPlotSelection
Returns the current plot box selection bounds. Passing IMPLOT_AUTO uses the current axes. -
getPlotSelection
Returns the current plot box selection bounds. Passing IMPLOT_AUTO uses the current axes. -
cancelPlotSelection
public static void cancelPlotSelection()Cancels the current plot box selection. -
hideNextItem
public static void hideNextItem()Hides or shows the next plot item (i.e. as if it were toggled from the legend). Use ImPlotCond_Always if you need to forcefully set this every frame. -
hideNextItem
public static void hideNextItem(boolean hidden) Hides or shows the next plot item (i.e. as if it were toggled from the legend). Use ImPlotCond_Always if you need to forcefully set this every frame. -
hideNextItem
public static void hideNextItem(boolean hidden, int cond) Hides or shows the next plot item (i.e. as if it were toggled from the legend). Use ImPlotCond_Always if you need to forcefully set this every frame. -
hideNextItem
public static void hideNextItem(int cond) Hides or shows the next plot item (i.e. as if it were toggled from the legend). Use ImPlotCond_Always if you need to forcefully set this every frame. -
beginAlignedPlots
Aligns axis padding over multiple plots in a single row or column. `group_id` must be unique. If this function returns true, EndAlignedPlots() must be called. -
beginAlignedPlots
Aligns axis padding over multiple plots in a single row or column. `group_id` must be unique. If this function returns true, EndAlignedPlots() must be called. -
endAlignedPlots
public static void endAlignedPlots()Ends aligned plots. Only call EndAlignedPlots() if BeginAlignedPlots() returns true. -
beginLegendPopup
Begins a popup for a legend entry. -
beginLegendPopup
Begins a popup for a legend entry. -
endLegendPopup
public static void endLegendPopup()Ends a popup for a legend entry. -
isLegendEntryHovered
Returns true if a plot item legend entry is hovered. -
beginDragDropTargetPlot
public static boolean beginDragDropTargetPlot()Turns the current plot's plotting area into a drag and drop target. Don't forget to call EndDragDropTarget! -
beginDragDropTargetAxis
public static boolean beginDragDropTargetAxis(int axis) Turns the current plot's X-axis into a drag and drop target. Don't forget to call EndDragDropTarget! -
beginDragDropTargetLegend
public static boolean beginDragDropTargetLegend()Turns the current plot's legend into a drag and drop target. Don't forget to call EndDragDropTarget! -
endDragDropTarget
public static void endDragDropTarget()Ends a drag and drop target (currently just an alias for ImGui::EndDragDropTarget). -
beginDragDropSourcePlot
public static boolean beginDragDropSourcePlot()Turns the current plot's plotting area into a drag and drop source. You must hold Ctrl. Don't forget to call EndDragDropSource! -
beginDragDropSourcePlot
public static boolean beginDragDropSourcePlot(int flags) Turns the current plot's plotting area into a drag and drop source. You must hold Ctrl. Don't forget to call EndDragDropSource! -
beginDragDropSourceAxis
public static boolean beginDragDropSourceAxis(int axis) Turns the current plot's X-axis into a drag and drop source. You must hold Ctrl. Don't forget to call EndDragDropSource! -
beginDragDropSourceAxis
public static boolean beginDragDropSourceAxis(int axis, int flags) Turns the current plot's X-axis into a drag and drop source. You must hold Ctrl. Don't forget to call EndDragDropSource! -
beginDragDropSourceItem
Turns an item in the current plot's legend into a drag and drop source. Don't forget to call EndDragDropSource! -
beginDragDropSourceItem
Turns an item in the current plot's legend into a drag and drop source. Don't forget to call EndDragDropSource! -
endDragDropSource
public static void endDragDropSource()Ends a drag and drop source (currently just an alias for ImGui::EndDragDropSource). -
getStyle
Provides access to plot style structure for permanant modifications to colors, sizes, etc. -
styleColorsAuto
public static void styleColorsAuto()Style plot colors for current ImGui style (default). -
styleColorsAuto
Style plot colors for current ImGui style (default). -
styleColorsClassic
public static void styleColorsClassic()Style plot colors for ImGui "Classic". -
styleColorsClassic
Style plot colors for ImGui "Classic". -
styleColorsDark
public static void styleColorsDark()Style plot colors for ImGui "Dark". -
styleColorsDark
Style plot colors for ImGui "Dark". -
styleColorsLight
public static void styleColorsLight()Style plot colors for ImGui "Light". -
styleColorsLight
Style plot colors for ImGui "Light". -
pushStyleColor
public static void pushStyleColor(int idx, long col) Temporarily modify a style color. Don't forget to call PopStyleColor! -
pushStyleColor
public static void pushStyleColor(int idx, int col) Temporarily modify a style color. Don't forget to call PopStyleColor! -
pushStyleColor
Temporarily modify a style color. Don't forget to call PopStyleColor! -
pushStyleColor
public static void pushStyleColor(int idx, float colX, float colY, float colZ, float colW) Temporarily modify a style color. Don't forget to call PopStyleColor! -
popStyleColor
public static void popStyleColor() -
popStyleColor
public static void popStyleColor(int count) -
pushStyleVar
public static void pushStyleVar(int idx, float val) Temporarily modify a style variable of float type. Don't forget to call PopStyleVar! -
pushStyleVar
public static void pushStyleVar(int idx, int val) Temporarily modify a style variable of int type. Don't forget to call PopStyleVar! -
pushStyleVar
Temporarily modify a style variable of ImVec2 type. Don't forget to call PopStyleVar! -
pushStyleVar
public static void pushStyleVar(int idx, float valX, float valY) Temporarily modify a style variable of ImVec2 type. Don't forget to call PopStyleVar! -
popStyleVar
public static void popStyleVar()Undo temporary style variable modification(s). Undo multiple pushes at once by increasing count. -
popStyleVar
public static void popStyleVar(int count) Undo temporary style variable modification(s). Undo multiple pushes at once by increasing count. -
nextMarker
public static int nextMarker()Returns the next automatic marker (in the order ImPlot cycles markers for auto-style items). Replaces SetNextMarkerStyle in v1.0; to style the next item, populate an ImPlotSpec instead (LineColor, FillColor, Marker, MarkerSize, LineWeight, MarkerLineColor, Size, ErrorBar style, etc.) and pass it to the Plot* call. The SetNextLineStyle/SetNextFillStyle/SetNextErrorBarStyle helpers were removed for the same reason. -
getLastItemColor
Gets the last item primary color (i.e. its legend icon color) -
getLastItemColorX
public static float getLastItemColorX()Gets the last item primary color (i.e. its legend icon color) -
getLastItemColorY
public static float getLastItemColorY()Gets the last item primary color (i.e. its legend icon color) -
getLastItemColorZ
public static float getLastItemColorZ()Gets the last item primary color (i.e. its legend icon color) -
getLastItemColorW
public static float getLastItemColorW()Gets the last item primary color (i.e. its legend icon color) -
getLastItemColor
Gets the last item primary color (i.e. its legend icon color) -
getStyleColorName
Returns the string name for an ImPlotCol. -
getMarkerName
Returns the null terminated string name for an ImPlotMarker. -
addColormap
-
addColormap
-
addColormap
-
addColormap
-
getColormapCount
public static int getColormapCount()Returns the number of available colormaps (i.e. the built-in + user-added count). -
getColormapName
Returns a string name for a colormap given an index. -
getColormapIndex
Returns an index number for a colormap given a valid string name. Returns -1 if the name is invalid. -
pushColormap
public static void pushColormap(int cmap) Temporarily switch to one of the built-in (i.e. ImPlotColormap_XXX) or user-added colormaps (i.e. a return value of AddColormap). Don't forget to call PopColormap! -
pushColormap
Push a colormap by string name. Use built-in names such as "Default", "Deep", "Jet", etc. or a string you provided to AddColormap. Don't forget to call PopColormap! -
popColormap
public static void popColormap()Undo temporary colormap modification(s). Undo multiple pushes at once by increasing count. -
popColormap
public static void popColormap(int count) Undo temporary colormap modification(s). Undo multiple pushes at once by increasing count. -
nextColormapColor
Returns the next color from the current colormap and advances the colormap for the current plot. Can also be used with no return value to skip colors if desired. You need to call this between Begin/EndPlot! -
nextColormapColorX
public static float nextColormapColorX()Returns the next color from the current colormap and advances the colormap for the current plot. Can also be used with no return value to skip colors if desired. You need to call this between Begin/EndPlot! -
nextColormapColorY
public static float nextColormapColorY()Returns the next color from the current colormap and advances the colormap for the current plot. Can also be used with no return value to skip colors if desired. You need to call this between Begin/EndPlot! -
nextColormapColorZ
public static float nextColormapColorZ()Returns the next color from the current colormap and advances the colormap for the current plot. Can also be used with no return value to skip colors if desired. You need to call this between Begin/EndPlot! -
nextColormapColorW
public static float nextColormapColorW()Returns the next color from the current colormap and advances the colormap for the current plot. Can also be used with no return value to skip colors if desired. You need to call this between Begin/EndPlot! -
nextColormapColor
Returns the next color from the current colormap and advances the colormap for the current plot. Can also be used with no return value to skip colors if desired. You need to call this between Begin/EndPlot! -
getColormapSize
public static int getColormapSize()Returns the size of a colormap. -
getColormapSize
public static int getColormapSize(int cmap) Returns the size of a colormap. -
getColormapColor
Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorX
public static float getColormapColorX(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorY
public static float getColormapColorY(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorZ
public static float getColormapColorZ(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorW
public static float getColormapColorW(int idx) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColor
Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColor
Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorX
public static float getColormapColorX(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorY
public static float getColormapColorY(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorZ
public static float getColormapColorZ(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColorW
public static float getColormapColorW(int idx, int cmap) Returns a color from a colormap given an index>=0 (modulo will be performed). -
getColormapColor
Returns a color from a colormap given an index>=0 (modulo will be performed). -
sampleColormap
Sample a color from a colormap given t between 0 and 1 -
sampleColormapX
public static float sampleColormapX(float t) Sample a color from a colormap given t between 0 and 1 -
sampleColormapY
public static float sampleColormapY(float t) Sample a color from a colormap given t between 0 and 1 -
sampleColormapZ
public static float sampleColormapZ(float t) Sample a color from a colormap given t between 0 and 1 -
sampleColormapW
public static float sampleColormapW(float t) Sample a color from a colormap given t between 0 and 1 -
sampleColormap
Sample a color from a colormap given t between 0 and 1 -
sampleColormap
Sample a color from a colormap given t between 0 and 1 -
sampleColormapX
public static float sampleColormapX(float t, int cmap) Sample a color from a colormap given t between 0 and 1 -
sampleColormapY
public static float sampleColormapY(float t, int cmap) Sample a color from a colormap given t between 0 and 1 -
sampleColormapZ
public static float sampleColormapZ(float t, int cmap) Sample a color from a colormap given t between 0 and 1 -
sampleColormapW
public static float sampleColormapW(float t, int cmap) Sample a color from a colormap given t between 0 and 1 -
sampleColormap
Sample a color from a colormap given t between 0 and 1 -
colormapScale
Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, String format) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, String format) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, String format, int flags) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, String format, int flags) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, String format, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, String format, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, String format, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, ImVec2 size, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapScale
public static void colormapScale(String label, double scaleMin, double scaleMax, float sizeX, float sizeY, int flags, int cmap) Shows a vertical color scale with linear spaced ticks using the specified color map. Use double hashes to hide label (e.g. "##NoLabel"). -
colormapSlider
Shows a horizontal slider with a colormap gradient background. TODO: support our argument -
colormapSlider
Shows a horizontal slider with a colormap gradient background. TODO: support our argument -
colormapSlider
Shows a horizontal slider with a colormap gradient background. TODO: support our argument -
colormapSlider
Shows a horizontal slider with a colormap gradient background. TODO: support our argument -
colormapButton
Shows a button with a colormap gradient brackground. -
colormapButton
Shows a button with a colormap gradient brackground. -
colormapButton
Shows a button with a colormap gradient brackground. -
colormapButton
Shows a button with a colormap gradient brackground. -
colormapButton
Shows a button with a colormap gradient brackground. -
colormapButton
Shows a button with a colormap gradient brackground. -
bustColorCache
public static void bustColorCache()When items in a plot sample their color from a colormap, the color is cached and does not change unless explicitly overriden. Therefore, if you change the colormap after the item has already been plotted, item colors will NOT update. If you need item colors to resample the new colormap, then use this function to bust the cached colors. If #plot_title_id is NULL, then every item in EVERY existing plot will be cache busted. Otherwise only the plot specified by #plot_title_id will be busted. For the latter, this function must be called in the same ImGui ID scope that the plot is in. You should rarely if ever need this function, but it is available for applications that require runtime colormap swaps (e.g. Heatmaps demo). -
bustColorCache
When items in a plot sample their color from a colormap, the color is cached and does not change unless explicitly overriden. Therefore, if you change the colormap after the item has already been plotted, item colors will NOT update. If you need item colors to resample the new colormap, then use this function to bust the cached colors. If #plot_title_id is NULL, then every item in EVERY existing plot will be cache busted. Otherwise only the plot specified by #plot_title_id will be busted. For the latter, this function must be called in the same ImGui ID scope that the plot is in. You should rarely if ever need this function, but it is available for applications that require runtime colormap swaps (e.g. Heatmaps demo). -
getInputMap
Provides access to the input mapping structure for permanent modifications to controls for pan, select, etc. -
mapInputDefault
public static void mapInputDefault()Default input mapping: pan = LMB drag, box select = RMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll. -
mapInputDefault
Default input mapping: pan = LMB drag, box select = RMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll. -
mapInputReverse
public static void mapInputReverse()Reverse input mapping: pan = RMB drag, box select = LMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll. -
mapInputReverse
Reverse input mapping: pan = RMB drag, box select = LMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll. -
itemIcon
-
itemIcon
public static void itemIcon(float colX, float colY, float colZ, float colW) -
itemIcon
public static void itemIcon(int col) -
colormapIcon
public static void colormapIcon(int cmap) -
getPlotDrawList
Get the plot draw list for custom rendering to the current plot area. Call between Begin/EndPlot. -
pushPlotClipRect
public static void pushPlotClipRect()Push clip rect for rendering to current plot area. The rect can be expanded or contracted by #expand pixels. Call between Begin/EndPlot. -
pushPlotClipRect
public static void pushPlotClipRect(float expand) Push clip rect for rendering to current plot area. The rect can be expanded or contracted by #expand pixels. Call between Begin/EndPlot. -
popPlotClipRect
public static void popPlotClipRect()Pop plot clip rect. Call between Begin/EndPlot. -
showStyleSelector
Shows ImPlot style selector dropdown menu. -
showColormapSelector
Shows ImPlot colormap selector dropdown menu. -
showInputMapSelector
Shows ImPlot input map selector dropdown menu. -
showStyleEditor
public static void showStyleEditor()Shows ImPlot style editor block (not a window). -
showStyleEditor
Shows ImPlot style editor block (not a window). -
showUserGuide
public static void showUserGuide()Add basic help/info block for end users (not a window). -
showMetricsWindow
public static void showMetricsWindow()Shows ImPlot metrics/debug information window. -
showMetricsWindow
Shows ImPlot metrics/debug information window. -
showDemoWindow
public static void showDemoWindow()Shows the ImPlot demo window. -
showDemoWindow
Shows the ImPlot demo window.
-