public final class ImPlot
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
addColormap(java.lang.String name,
ImVec4[] cols) |
static int |
addColormap(java.lang.String name,
ImVec4[] cols,
boolean qual) |
static int |
addColormap(java.lang.String name,
int[] cols) |
static int |
addColormap(java.lang.String name,
int[] cols,
boolean qual) |
static void |
annotation(double x,
double y,
float colorX,
float colorY,
float colorZ,
float colorW,
float pixOffsetX,
float pixOffsetY,
boolean clamp)
Shows an annotation callout at a chosen point.
|
static void |
annotation(double x,
double y,
float colorX,
float colorY,
float colorZ,
float colorW,
float pixOffsetX,
float pixOffsetY,
boolean clamp,
boolean round)
Shows an annotation callout at a chosen point.
|
static void |
annotation(double x,
double y,
float colorX,
float colorY,
float colorZ,
float colorW,
float pixOffsetX,
float pixOffsetY,
boolean clamp,
java.lang.String fmt)
Shows an annotation callout at a chosen point with formatted text.
|
static void |
annotation(double x,
double y,
ImVec4 color,
ImVec2 pixOffset,
boolean clamp)
Shows an annotation callout at a chosen point.
|
static void |
annotation(double x,
double y,
ImVec4 color,
ImVec2 pixOffset,
boolean clamp,
boolean round)
Shows an annotation callout at a chosen point.
|
static void |
annotation(double x,
double y,
ImVec4 color,
ImVec2 pixOffset,
boolean clamp,
java.lang.String fmt)
Shows an annotation callout at a chosen point with formatted text.
|
static boolean |
beginAlignedPlots(java.lang.String groupId)
Aligns axis padding over multiple plots in a single row or column.
|
static boolean |
beginAlignedPlots(java.lang.String groupId,
boolean vertical)
Aligns axis padding over multiple plots in a single row or column.
|
static boolean |
beginDragDropSourceAxis(int axis)
Turns the current plot's X-axis into a drag and drop source.
|
static boolean |
beginDragDropSourceAxis(int axis,
int flags)
Turns the current plot's X-axis into a drag and drop source.
|
static boolean |
beginDragDropSourceItem(java.lang.String labelId)
Turns an item in the current plot's legend into a drag and drop source.
|
static boolean |
beginDragDropSourceItem(java.lang.String labelId,
int flags)
Turns an item in the current plot's legend into a drag and drop source.
|
static boolean |
beginDragDropSourcePlot()
Turns the current plot's plotting area into a drag and drop source.
|
static boolean |
beginDragDropSourcePlot(int flags)
Turns the current plot's plotting area into a drag and drop source.
|
static boolean |
beginDragDropTargetAxis(int axis)
Turns the current plot's X-axis into a drag and drop target.
|
static boolean |
beginDragDropTargetLegend()
Turns the current plot's legend into a drag and drop target.
|
static boolean |
beginDragDropTargetPlot()
Turns the current plot's plotting area into a drag and drop target.
|
static boolean |
beginLegendPopup(java.lang.String labelId)
Begins a popup for a legend entry.
|
static boolean |
beginLegendPopup(java.lang.String labelId,
int mouseButton)
Begins a popup for a legend entry.
|
static boolean |
beginPlot(java.lang.String titleId) |
static boolean |
beginPlot(java.lang.String titleId,
float sizeX,
float sizeY) |
static boolean |
beginPlot(java.lang.String titleId,
float sizeX,
float sizeY,
int flags) |
static boolean |
beginPlot(java.lang.String titleId,
ImVec2 size) |
static boolean |
beginPlot(java.lang.String titleId,
ImVec2 size,
int flags) |
static boolean |
beginPlot(java.lang.String titleId,
int flags) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
float sizeX,
float sizeY) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
float sizeX,
float sizeY,
float[] rowRatios,
float[] colRatios) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
float sizeX,
float sizeY,
int flags) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
float sizeX,
float sizeY,
int flags,
float[] rowRatios) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
float sizeX,
float sizeY,
int flags,
float[] rowRatios,
float[] colRatios) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
ImVec2 size) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
ImVec2 size,
float[] rowRatios,
float[] colRatios) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
ImVec2 size,
int flags) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
ImVec2 size,
int flags,
float[] rowRatios) |
static boolean |
beginSubplots(java.lang.String titleID,
int rows,
int cols,
ImVec2 size,
int flags,
float[] rowRatios,
float[] colRatios) |
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.
|
static void |
bustColorCache(java.lang.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 void |
cancelPlotSelection()
Cancels the current plot box selection.
|
static boolean |
colormapButton(java.lang.String label)
Shows a button with a colormap gradient brackground.
|
static boolean |
colormapButton(java.lang.String label,
float sizeX,
float sizeY)
Shows a button with a colormap gradient brackground.
|
static boolean |
colormapButton(java.lang.String label,
float sizeX,
float sizeY,
int cmap)
Shows a button with a colormap gradient brackground.
|
static boolean |
colormapButton(java.lang.String label,
ImVec2 size)
Shows a button with a colormap gradient brackground.
|
static boolean |
colormapButton(java.lang.String label,
ImVec2 size,
int cmap)
Shows a button with a colormap gradient brackground.
|
static boolean |
colormapButton(java.lang.String label,
int cmap)
Shows a button with a colormap gradient brackground.
|
static void |
colormapIcon(int cmap) |
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.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 void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
float sizeX,
float sizeY,
int cmap)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
float sizeX,
float sizeY,
int cmap,
java.lang.String format)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
float sizeX,
float sizeY,
java.lang.String format)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
ImVec2 size)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
ImVec2 size,
int cmap)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
ImVec2 size,
int cmap,
java.lang.String format)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
ImVec2 size,
java.lang.String format)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
int cmap,
java.lang.String format)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static void |
colormapScale(java.lang.String label,
double scaleMin,
double scaleMax,
java.lang.String format)
Shows a vertical color scale with linear spaced ticks using the specified color map.
|
static boolean |
colormapSlider(java.lang.String label,
ImFloat t)
Shows a horizontal slider with a colormap gradient background.
|
static boolean |
colormapSlider(java.lang.String label,
ImFloat t,
int cmap)
Shows a horizontal slider with a colormap gradient background.
|
static boolean |
colormapSlider(java.lang.String label,
ImFloat t,
java.lang.String format)
Shows a horizontal slider with a colormap gradient background.
|
static boolean |
colormapSlider(java.lang.String label,
ImFloat t,
java.lang.String format,
int cmap)
Shows a horizontal slider with a colormap gradient background.
|
static ImPlotContext |
createContext()
Creates a new ImPlot context.
|
static void |
destroyContext()
Destroys an ImPlot context.
|
static void |
destroyContext(ImPlotContext ctx)
Destroys an ImPlot context.
|
static boolean |
dragLineX(int id,
ImDouble x,
float colX,
float colY,
float colZ,
float colW)
Shows a draggable vertical guide line at an x-value.
|
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.
|
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.
|
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.
|
static boolean |
dragLineX(int id,
ImDouble x,
ImVec4 col)
Shows a draggable vertical guide line at an x-value.
|
static boolean |
dragLineX(int id,
ImDouble x,
ImVec4 col,
float thickness)
Shows a draggable vertical guide line at an x-value.
|
static boolean |
dragLineX(int id,
ImDouble x,
ImVec4 col,
float thickness,
int flags)
Shows a draggable vertical guide line at an x-value.
|
static boolean |
dragLineX(int id,
ImDouble x,
ImVec4 col,
int flags)
Shows a draggable vertical guide line at an x-value.
|
static boolean |
dragLineY(int id,
ImDouble y,
float colX,
float colY,
float colZ,
float colW)
Shows a draggable horizontal guide line at a y-value.
|
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.
|
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.
|
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.
|
static boolean |
dragLineY(int id,
ImDouble y,
ImVec4 col)
Shows a draggable horizontal guide line at a y-value.
|
static boolean |
dragLineY(int id,
ImDouble y,
ImVec4 col,
float thickness)
Shows a draggable horizontal guide line at a y-value.
|
static boolean |
dragLineY(int id,
ImDouble y,
ImVec4 col,
float thickness,
int flags)
Shows a draggable horizontal guide line at a y-value.
|
static boolean |
dragLineY(int id,
ImDouble y,
ImVec4 col,
int flags)
Shows a draggable horizontal guide line at a y-value.
|
static boolean |
dragPoint(int id,
ImDouble x,
ImDouble y,
float colX,
float colY,
float colZ,
float colW)
Shows a draggable point at x, y.
|
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.
|
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.
|
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.
|
static boolean |
dragPoint(int id,
ImDouble x,
ImDouble y,
ImVec4 col)
Shows a draggable point at x, y.
|
static boolean |
dragPoint(int id,
ImDouble x,
ImDouble y,
ImVec4 col,
float size)
Shows a draggable point at x, y.
|
static boolean |
dragPoint(int id,
ImDouble x,
ImDouble y,
ImVec4 col,
float size,
int flags)
Shows a draggable point at x, y.
|
static boolean |
dragPoint(int id,
ImDouble x,
ImDouble y,
ImVec4 col,
int flags)
Shows a draggable point at x, y.
|
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.
|
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.
|
static boolean |
dragRect(int id,
ImDouble xMin,
ImDouble yMin,
ImDouble xMax,
ImDouble yMax,
ImVec4 col)
Shows a draggable and resizeable rectangle.
|
static boolean |
dragRect(int id,
ImDouble xMin,
ImDouble yMin,
ImDouble xMax,
ImDouble yMax,
ImVec4 col,
int flags)
Shows a draggable and resizeable rectangle.
|
static void |
endAlignedPlots()
Ends aligned plots.
|
static void |
endDragDropSource()
Ends a drag and drop source (currently just an alias for ImGui::EndDragDropSource).
|
static void |
endDragDropTarget()
Ends a drag and drop target (currently just an alias for ImGui::EndDragDropTarget).
|
static void |
endLegendPopup()
Ends a popup for a legend entry.
|
static void |
endPlot()
Only call EndPlot() if beginPlot() returns true! Typically called at the end
of an if statement conditioned on BeginPlot().
|
static void |
endSubplots()
Only call EndSubplots() if BeginSubplots() returns true! Typically called at the end
of an if statement conditioned on BeginSublots().
|
static void |
getColormapColor(ImVec4 dst,
int idx)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static void |
getColormapColor(ImVec4 dst,
int idx,
int cmap)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static ImVec4 |
getColormapColor(int idx)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static ImVec4 |
getColormapColor(int idx,
int cmap)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorW(int idx)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorW(int idx,
int cmap)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorX(int idx)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorX(int idx,
int cmap)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorY(int idx)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorY(int idx,
int cmap)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorZ(int idx)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static float |
getColormapColorZ(int idx,
int cmap)
Returns a color from a colormap given an index
>= 0 (modulo will be performed). |
static int |
getColormapCount()
Returns the number of available colormaps (i.e.
|
static int |
getColormapIndex(java.lang.String name)
Returns an index number for a colormap given a valid string name.
|
static java.lang.String |
getColormapName(int cmap)
Returns a string name for a colormap given an index.
|
static int |
getColormapSize()
Returns the size of a colormap.
|
static int |
getColormapSize(int cmap)
Returns the size of a colormap.
|
static ImPlotContext |
getCurrentContext()
Returns the current ImPlot context.
|
static ImPlotInputMap |
getInputMap()
Provides access to the input mapping structure for permanent modifications to controls for pan, select, etc.
|
static ImVec4 |
getLastItemColor()
Gets the last item primary color (i.e.
|
static void |
getLastItemColor(ImVec4 dst)
Gets the last item primary color (i.e.
|
static float |
getLastItemColorW()
Gets the last item primary color (i.e.
|
static float |
getLastItemColorX()
Gets the last item primary color (i.e.
|
static float |
getLastItemColorY()
Gets the last item primary color (i.e.
|
static float |
getLastItemColorZ()
Gets the last item primary color (i.e.
|
static java.lang.String |
getMarkerName(int idx)
Returns the null terminated string name for an ImPlotMarker.
|
static ImDrawList |
getPlotDrawList()
Get the plot draw list for custom rendering to the current plot area.
|
static ImPlotRect |
getPlotLimits()
Returns the current plot axis range.
|
static void |
getPlotLimits(ImPlotRect dst)
Returns the current plot axis range.
|
static void |
getPlotLimits(ImPlotRect dst,
int xAxis)
Returns the current plot axis range.
|
static void |
getPlotLimits(ImPlotRect dst,
int xAxis,
int yAxis)
Returns the current plot axis range.
|
static ImPlotRect |
getPlotLimits(int xAxis)
Returns the current plot axis range.
|
static ImPlotRect |
getPlotLimits(int xAxis,
int yAxis)
Returns the current plot axis range.
|
static ImPlotPoint |
getPlotMousePos()
Returns the mouse position in x, y coordinates of the current plot.
|
static void |
getPlotMousePos(ImPlotPoint dst)
Returns the mouse position in x, y coordinates of the current plot.
|
static void |
getPlotMousePos(ImPlotPoint dst,
int xAxis)
Returns the mouse position in x, y coordinates of the current plot.
|
static void |
getPlotMousePos(ImPlotPoint dst,
int xAxis,
int yAxis)
Returns the mouse position in x, y coordinates of the current plot.
|
static ImPlotPoint |
getPlotMousePos(int xAxis)
Returns the mouse position in x, y coordinates of the current plot.
|
static ImPlotPoint |
getPlotMousePos(int xAxis,
int yAxis)
Returns the mouse position in x, y coordinates of the current plot.
|
static ImVec2 |
getPlotPos()
Gets the current Plot position (top-left) in pixels.
|
static void |
getPlotPos(ImVec2 dst)
Gets the current Plot position (top-left) in pixels.
|
static float |
getPlotPosX()
Gets the current Plot position (top-left) in pixels.
|
static float |
getPlotPosY()
Gets the current Plot position (top-left) in pixels.
|
static ImPlotRect |
getPlotSelection()
Returns the current plot box selection bounds.
|
static void |
getPlotSelection(ImPlotRect dst)
Returns the current plot box selection bounds.
|
static void |
getPlotSelection(ImPlotRect dst,
int xAxis)
Returns the current plot box selection bounds.
|
static void |
getPlotSelection(ImPlotRect dst,
int xAxis,
int yAxis)
Returns the current plot box selection bounds.
|
static ImPlotRect |
getPlotSelection(int xAxis)
Returns the current plot box selection bounds.
|
static ImPlotRect |
getPlotSelection(int xAxis,
int yAxis)
Returns the current plot box selection bounds.
|
static ImVec2 |
getPlotSize()
Gets the current Plot size in pixels.
|
static void |
getPlotSize(ImVec2 dst)
Gets the current Plot size in pixels.
|
static float |
getPlotSizeX()
Gets the current Plot size in pixels.
|
static float |
getPlotSizeY()
Gets the current Plot size in pixels.
|
static ImPlotStyle |
getStyle()
Provides access to plot style structure for permanant modifications to colors, sizes, etc.
|
static java.lang.String |
getStyleColorName(int idx)
Returns the string name for an ImPlotCol.
|
static void |
hideNextItem()
Hides or shows the next plot item (i.e.
|
static void |
hideNextItem(boolean hidden)
Hides or shows the next plot item (i.e.
|
static void |
hideNextItem(boolean hidden,
int cond)
Hides or shows the next plot item (i.e.
|
static void |
hideNextItem(int cond)
Hides or shows the next plot item (i.e.
|
static boolean |
isAxisHovered(int axis)
Returns true if the axis label area in the current plot is hovered.
|
static boolean |
isLegendEntryHovered(java.lang.String labelId)
Returns true if a plot item legend entry is hovered.
|
static boolean |
isPlotHovered()
Returns true if the plot area in the current plot is hovered.
|
static boolean |
isPlotSelected()
Returns true if the current plot is being box selected.
|
static boolean |
isSubplotsHovered()
Returns true if the bounding frame of a subplot is hovered.
|
static void |
itemIcon(float colX,
float colY,
float colZ,
float colW) |
static void |
itemIcon(ImVec4 col) |
static void |
itemIcon(int col) |
static void |
mapInputDefault()
Default input mapping: pan = LMB drag, box select = RMB drag,
fit = LMB double click, context menu = RMB click, zoom = scroll.
|
static void |
mapInputDefault(ImPlotInputMap dst)
Default input mapping: pan = LMB drag, box select = RMB drag,
fit = LMB double click, context menu = RMB click, zoom = scroll.
|
static void |
mapInputReverse()
Reverse input mapping: pan = RMB drag, box select = LMB drag,
fit = LMB double click, context menu = RMB click, zoom = scroll.
|
static void |
mapInputReverse(ImPlotInputMap dst)
Reverse input mapping: pan = RMB drag, box select = LMB drag,
fit = LMB double click, context menu = RMB click, zoom = scroll.
|
static ImVec4 |
nextColormapColor()
Returns the next color from the current colormap and advances the colormap for the current plot.
|
static void |
nextColormapColor(ImVec4 dst)
Returns the next color from the current colormap and advances the colormap for the current plot.
|
static float |
nextColormapColorW()
Returns the next color from the current colormap and advances the colormap for the current plot.
|
static float |
nextColormapColorX()
Returns the next color from the current colormap and advances the colormap for the current plot.
|
static float |
nextColormapColorY()
Returns the next color from the current colormap and advances the colormap for the current plot.
|
static float |
nextColormapColorZ()
Returns the next color from the current colormap and advances the colormap for the current plot.
|
static ImPlotPoint |
pixelsToPlot(float pixX,
float pixY)
Converts pixels to a position in the current plot's coordinate system.
|
static ImPlotPoint |
pixelsToPlot(float pixX,
float pixY,
int xAxis)
Converts pixels to a position in the current plot's coordinate system.
|
static ImPlotPoint |
pixelsToPlot(float pixX,
float pixY,
int xAxis,
int yAxis)
Converts pixels to a position in the current plot's coordinate system.
|
static void |
pixelsToPlot(ImPlotPoint dst,
ImVec2 pix)
Converts pixels to a position in the current plot's coordinate system.
|
static void |
pixelsToPlot(ImPlotPoint dst,
ImVec2 pix,
int xAxis)
Converts pixels to a position in the current plot's coordinate system.
|
static void |
pixelsToPlot(ImPlotPoint dst,
ImVec2 pix,
int xAxis,
int yAxis)
Converts pixels to a position in the current plot's coordinate system.
|
static ImPlotPoint |
pixelsToPlot(ImVec2 pix)
Converts pixels to a position in the current plot's coordinate system.
|
static ImPlotPoint |
pixelsToPlot(ImVec2 pix,
int xAxis)
Converts pixels to a position in the current plot's coordinate system.
|
static ImPlotPoint |
pixelsToPlot(ImVec2 pix,
int xAxis,
int yAxis)
Converts pixels to a position in the current plot's coordinate system.
|
static void |
plotBars(java.lang.String labelId,
double[] values)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
double[] values,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
double[] xs,
double[] ys)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
double[] xs,
double[] ys,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
double[] xs,
double[] ys,
double width,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
double[] xs,
double[] ys,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
double[] values,
double width,
double shift)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
double[] values,
double width,
double shift,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] values)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] values,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] values,
double width,
double shift)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] values,
double width,
double shift,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] xs,
float[] ys)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] xs,
float[] ys,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] xs,
float[] ys,
double width,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
float[] xs,
float[] ys,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] values)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] values,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] values,
double width,
double shift)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] values,
double width,
double shift,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] xs,
int[] ys)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] xs,
int[] ys,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] xs,
int[] ys,
double width,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
int[] xs,
int[] ys,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] values)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] values,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] values,
double width,
double shift)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] values,
double width,
double shift,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] xs,
long[] ys)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] xs,
long[] ys,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] xs,
long[] ys,
double width,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
long[] xs,
long[] ys,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] values)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] values,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] values,
double width,
double shift)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] values,
double width,
double shift,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] xs,
short[] ys)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] xs,
short[] ys,
double width)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] xs,
short[] ys,
double width,
int offset)
Plots a vertical bar graph.
|
static void |
plotBars(java.lang.String labelId,
short[] xs,
short[] ys,
int offset)
Plots a vertical bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] values)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] values,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] xs,
double[] ys)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] xs,
double[] ys,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] xs,
double[] ys,
double height,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] xs,
double[] ys,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] values,
double height,
double shift)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
double[] values,
double height,
double shift,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] values)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] values,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] values,
double height,
double shift)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] values,
double height,
double shift,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] xs,
float[] ys)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] xs,
float[] ys,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] xs,
float[] ys,
double height,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
float[] xs,
float[] ys,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] values)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] values,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] values,
double height,
double shift)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] values,
double height,
double shift,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] xs,
int[] ys)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] xs,
int[] ys,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] xs,
int[] ys,
double height,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
int[] xs,
int[] ys,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] values)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] values,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] values,
double height,
double shift)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] values,
double height,
double shift,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] xs,
long[] ys)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] xs,
long[] ys,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] xs,
long[] ys,
double height,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
long[] xs,
long[] ys,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] values)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] values,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] values,
double height,
double shift)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] values,
double height,
double shift,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] xs,
short[] ys)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] xs,
short[] ys,
double height)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] xs,
short[] ys,
double height,
int offset)
Plots a horizontal bar graph.
|
static void |
plotBarsH(java.lang.String labelId,
short[] xs,
short[] ys,
int offset)
Plots a horizontal bar graph.
|
static void |
plotDigital(java.lang.String labelId,
double[] xs,
double[] ys)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
double[] xs,
double[] ys,
int offset)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
float[] xs,
float[] ys)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
float[] xs,
float[] ys,
int offset)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
int[] xs,
int[] ys)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
int[] xs,
int[] ys,
int offset)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
long[] xs,
long[] ys)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
long[] xs,
long[] ys,
int offset)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
short[] xs,
short[] ys)
Plots digital data.
|
static void |
plotDigital(java.lang.String labelId,
short[] xs,
short[] ys,
int offset)
Plots digital data.
|
static void |
plotDummy(java.lang.String labelID)
Plots a dummy item (i.e.
|
static void |
plotErrorBars(java.lang.String labelId,
double[] xs,
double[] ys,
double[] err)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
double[] xs,
double[] ys,
double[] neg,
double[] pos)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
double[] xs,
double[] ys,
double[] neg,
double[] pos,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
double[] xs,
double[] ys,
double[] err,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
float[] xs,
float[] ys,
float[] err)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
float[] xs,
float[] ys,
float[] neg,
float[] pos)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
float[] xs,
float[] ys,
float[] neg,
float[] pos,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
float[] xs,
float[] ys,
float[] err,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
int[] xs,
int[] ys,
int[] err)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
int[] xs,
int[] ys,
int[] err,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
int[] xs,
int[] ys,
int[] neg,
int[] pos)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
int[] xs,
int[] ys,
int[] neg,
int[] pos,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
long[] xs,
long[] ys,
long[] err)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
long[] xs,
long[] ys,
long[] err,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
long[] xs,
long[] ys,
long[] neg,
long[] pos)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
long[] xs,
long[] ys,
long[] neg,
long[] pos,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
short[] xs,
short[] ys,
short[] err)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
short[] xs,
short[] ys,
short[] err,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
short[] xs,
short[] ys,
short[] neg,
short[] pos)
Plots vertical error bar.
|
static void |
plotErrorBars(java.lang.String labelId,
short[] xs,
short[] ys,
short[] neg,
short[] pos,
int offset)
Plots vertical error bar.
|
static void |
plotErrorBarsH(java.lang.String labelId,
double[] xs,
double[] ys,
double[] err)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
double[] xs,
double[] ys,
double[] neg,
double[] pos)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
double[] xs,
double[] ys,
double[] neg,
double[] pos,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
double[] xs,
double[] ys,
double[] err,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
float[] xs,
float[] ys,
float[] err)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
float[] xs,
float[] ys,
float[] neg,
float[] pos)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
float[] xs,
float[] ys,
float[] neg,
float[] pos,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
float[] xs,
float[] ys,
float[] err,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
int[] xs,
int[] ys,
int[] err)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
int[] xs,
int[] ys,
int[] err,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
int[] xs,
int[] ys,
int[] neg,
int[] pos)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
int[] xs,
int[] ys,
int[] neg,
int[] pos,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
long[] xs,
long[] ys,
long[] err)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
long[] xs,
long[] ys,
long[] err,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
long[] xs,
long[] ys,
long[] neg,
long[] pos)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
long[] xs,
long[] ys,
long[] neg,
long[] pos,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
short[] xs,
short[] ys,
short[] err)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
short[] xs,
short[] ys,
short[] err,
int offset)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
short[] xs,
short[] ys,
short[] neg,
short[] pos)
Plots horizontal error bars.
|
static void |
plotErrorBarsH(java.lang.String labelId,
short[] xs,
short[] ys,
short[] neg,
short[] pos,
int offset)
Plots horizontal error bars.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
double[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
float[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
int[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
long[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin)
Plots a 2D heatmap chart.
|
static void |
plotHeatmap(java.lang.String labelId,
short[] values,
int rows,
int cols,
double scaleMin,
double scaleMax,
java.lang.String labelFmt,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots a 2D heatmap chart.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
double[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
float[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
int[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
long[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
double rangeMin,
double rangeMax,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
boolean outliers,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram(java.lang.String labelId,
short[] values,
int bins,
boolean cumulative,
boolean density,
ImPlotRange range,
double barScale)
Plots a horizontal histogram.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
boolean density)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
boolean density,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
double[] xs,
double[] ys,
int xBins,
int yBins,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
boolean density)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
boolean density,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
float[] xs,
float[] ys,
int xBins,
int yBins,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
boolean density)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
boolean density,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
int[] xs,
int[] ys,
int xBins,
int yBins,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
boolean density)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
boolean density,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
long[] xs,
long[] ys,
int xBins,
int yBins,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
boolean density)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
boolean density,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
boolean density,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
boolean density,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
double rangeMinX,
double rangeMinY,
double rangeMaxX,
double rangeMaxY,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static double |
plotHistogram2D(java.lang.String labelId,
short[] xs,
short[] ys,
int xBins,
int yBins,
ImPlotRect range,
boolean outliers)
Plots two dimensional, bivariate histogram as a heatmap.
|
static void |
plotHLines(java.lang.String labelId,
double[] ys)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
double[] ys,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
float[] ys)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
float[] ys,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
int[] ys)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
int[] ys,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
long[] ys)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
long[] ys,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
short[] ys)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotHLines(java.lang.String labelId,
short[] ys,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY,
ImVec2 uv0)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY,
ImVec2 uv0,
ImVec2 uv1)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
double boundsMinX,
double boundsMinY,
double boundsMaxX,
double boundsMaxY,
ImVec2 uv0,
ImVec2 uv1,
ImVec4 tintCol)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax,
float uv0X,
float uv0Y)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax,
float uv0X,
float uv0Y,
float uv1X,
float uv1Y)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int 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 void |
plotImage(java.lang.String labelId,
int userTextureId,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax,
ImVec2 uv0)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax,
ImVec2 uv0,
ImVec2 uv1)
Plots an axis-aligned image.
|
static void |
plotImage(java.lang.String labelId,
int userTextureId,
ImPlotPoint boundsMin,
ImPlotPoint boundsMax,
ImVec2 uv0,
ImVec2 uv1,
ImVec4 tintCol)
Plots an axis-aligned image.
|
static void |
plotLine(java.lang.String labelId,
double[] values)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
double[] values,
double xscale)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
double[] xs,
double[] ys)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
double[] xs,
double[] ys,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
double[] values,
double xscale,
double x0)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
double[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
float[] values)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
float[] values,
double xscale)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
float[] values,
double xscale,
double x0)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
float[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
float[] xs,
float[] ys)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
float[] xs,
float[] ys,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
int[] values)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
int[] values,
double xscale)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
int[] values,
double xscale,
double x0)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
int[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
int[] xs,
int[] ys)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
int[] xs,
int[] ys,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
long[] values)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
long[] values,
double xscale)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
long[] values,
double xscale,
double x0)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
long[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
long[] xs,
long[] ys)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
long[] xs,
long[] ys,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
short[] values)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
short[] values,
double xscale)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
short[] values,
double xscale,
double x0)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
short[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
short[] xs,
short[] ys)
Plots a standard 2D line plot.
|
static void |
plotLine(java.lang.String labelId,
short[] xs,
short[] ys,
int offset)
Plots a standard 2D line plot.
|
static void |
plotPieChart(java.lang.String[] labelIds,
double[] values,
double x,
double y,
double radius)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
double[] values,
double x,
double y,
double radius,
boolean normalize)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
double[] values,
double x,
double y,
double radius,
boolean normalize,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
double[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
double[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
double[] values,
double x,
double y,
double radius,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
double[] values,
double x,
double y,
double radius,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
float[] values,
double x,
double y,
double radius)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
float[] values,
double x,
double y,
double radius,
boolean normalize)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
float[] values,
double x,
double y,
double radius,
boolean normalize,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
float[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
float[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
float[] values,
double x,
double y,
double radius,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
float[] values,
double x,
double y,
double radius,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
int[] values,
double x,
double y,
double radius)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
int[] values,
double x,
double y,
double radius,
boolean normalize)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
int[] values,
double x,
double y,
double radius,
boolean normalize,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
int[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
int[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
int[] values,
double x,
double y,
double radius,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
int[] values,
double x,
double y,
double radius,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
long[] values,
double x,
double y,
double radius)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
long[] values,
double x,
double y,
double radius,
boolean normalize)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
long[] values,
double x,
double y,
double radius,
boolean normalize,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
long[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
long[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
long[] values,
double x,
double y,
double radius,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
long[] values,
double x,
double y,
double radius,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
short[] values,
double x,
double y,
double radius)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
short[] values,
double x,
double y,
double radius,
boolean normalize)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
short[] values,
double x,
double y,
double radius,
boolean normalize,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
short[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
short[] values,
double x,
double y,
double radius,
boolean normalize,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
short[] values,
double x,
double y,
double radius,
double angle0)
Plots a pie chart.
|
static void |
plotPieChart(java.lang.String[] labelIds,
short[] values,
double x,
double y,
double radius,
java.lang.String labelFmt,
double angle0)
Plots a pie chart.
|
static void |
plotScatter(java.lang.String labelId,
double[] values)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
double[] values,
double xscale)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
double[] xs,
double[] ys)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
double[] xs,
double[] ys,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
double[] values,
double xscale,
double x0)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
double[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
float[] values)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
float[] values,
double xscale)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
float[] values,
double xscale,
double x0)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
float[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
float[] xs,
float[] ys)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
float[] xs,
float[] ys,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
int[] values)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
int[] values,
double xscale)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
int[] values,
double xscale,
double x0)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
int[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
int[] xs,
int[] ys)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
int[] xs,
int[] ys,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
long[] values)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
long[] values,
double xscale)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
long[] values,
double xscale,
double x0)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
long[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
long[] xs,
long[] ys)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
long[] xs,
long[] ys,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
short[] values)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
short[] values,
double xscale)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
short[] values,
double xscale,
double x0)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
short[] values,
double xscale,
double x0,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
short[] xs,
short[] ys)
Plots a standard 2D scatter plot.
|
static void |
plotScatter(java.lang.String labelId,
short[] xs,
short[] ys,
int offset)
Plots a standard 2D scatter plot.
|
static void |
plotShaded(java.lang.String labelId,
double[] values)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] values,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] xs,
double[] ys)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] xs,
double[] ys,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] xs,
double[] ys1,
double[] ys2)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] xs,
double[] ys1,
double[] ys2,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] xs,
double[] ys,
double yRef,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] values,
double yRef,
double xscale)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] values,
double yRef,
double xscale,
double x0)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
double[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] values)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] values,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] values,
double yRef,
double xscale)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] values,
double yRef,
double xscale,
double x0)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] xs,
float[] ys)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] xs,
float[] ys,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] xs,
float[] ys,
double yRef,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] xs,
float[] ys1,
float[] ys2)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
float[] xs,
float[] ys1,
float[] ys2,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] values)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] values,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] values,
double yRef,
double xscale)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] values,
double yRef,
double xscale,
double x0)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] xs,
int[] ys)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] xs,
int[] ys,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] xs,
int[] ys,
double yRef,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] xs,
int[] ys1,
int[] ys2)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
int[] xs,
int[] ys1,
int[] ys2,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] values)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] values,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] values,
double yRef,
double xscale)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] values,
double yRef,
double xscale,
double x0)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] xs,
long[] ys)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] xs,
long[] ys,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] xs,
long[] ys,
double yRef,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] xs,
long[] ys1,
long[] ys2)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
long[] xs,
long[] ys1,
long[] ys2,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] values)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] values,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] values,
double yRef,
double xscale)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] values,
double yRef,
double xscale,
double x0)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] xs,
short[] ys)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] xs,
short[] ys,
double yRef)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] xs,
short[] ys,
double yRef,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] xs,
short[] ys1,
short[] ys2)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotShaded(java.lang.String labelId,
short[] xs,
short[] ys1,
short[] ys2,
int offset)
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
|
static void |
plotStairs(java.lang.String labelId,
double[] values)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
double[] values,
double xscale)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
double[] xs,
double[] ys)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
double[] xs,
double[] ys,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
double[] values,
double xscale,
double x0)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
double[] values,
double xscale,
double x0,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
float[] values)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
float[] values,
double xscale)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
float[] values,
double xscale,
double x0)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
float[] values,
double xscale,
double x0,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
float[] xs,
float[] ys)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
float[] xs,
float[] ys,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
int[] values)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
int[] values,
double xscale)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
int[] values,
double xscale,
double x0)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
int[] values,
double xscale,
double x0,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
int[] xs,
int[] ys)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
int[] xs,
int[] ys,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
long[] values)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
long[] values,
double xscale)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
long[] values,
double xscale,
double x0)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
long[] values,
double xscale,
double x0,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
long[] xs,
long[] ys)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
long[] xs,
long[] ys,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
short[] values)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
short[] values,
double xscale)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
short[] values,
double xscale,
double x0)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
short[] values,
double xscale,
double x0,
int offset)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
short[] xs,
short[] ys)
Plots a stairstep graph.
|
static void |
plotStairs(java.lang.String labelId,
short[] xs,
short[] ys,
int offset)
Plots a stairstep graph.
|
static void |
plotStems(java.lang.String labelId,
double[] values)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
double[] values,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
double[] xs,
double[] ys)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
double[] xs,
double[] ys,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
double[] xs,
double[] ys,
double yRef,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
double[] values,
double yRef,
double xscale)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
double[] values,
double yRef,
double xscale,
double x0)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
double[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] values)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] values,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] values,
double yRef,
double xscale)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] values,
double yRef,
double xscale,
double x0)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] xs,
float[] ys)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] xs,
float[] ys,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
float[] xs,
float[] ys,
double yRef,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] values)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] values,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] values,
double yRef,
double xscale)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] values,
double yRef,
double xscale,
double x0)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] xs,
int[] ys)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] xs,
int[] ys,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
int[] xs,
int[] ys,
double yRef,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] values)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] values,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] values,
double yRef,
double xscale)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] values,
double yRef,
double xscale,
double x0)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] xs,
long[] ys)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] xs,
long[] ys,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
long[] xs,
long[] ys,
double yRef,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] values)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] values,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] values,
double yRef,
double xscale)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] values,
double yRef,
double xscale,
double x0)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] values,
double yRef,
double xscale,
double x0,
int offset)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] xs,
short[] ys)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] xs,
short[] ys,
double yRef)
Plots vertical stems.
|
static void |
plotStems(java.lang.String labelId,
short[] xs,
short[] ys,
double yRef,
int offset)
Plots vertical stems.
|
static void |
plotText(java.lang.String text,
double x,
double y)
Plots a centered text label at point x,y with an optional pixel offset.
|
static void |
plotText(java.lang.String text,
double x,
double y,
boolean vertical)
Plots a centered text label at point x,y with an optional pixel offset.
|
static void |
plotText(java.lang.String text,
double x,
double y,
boolean vertical,
float pixOffsetX,
float pixOffsetY)
Plots a centered text label at point x,y with an optional pixel offset.
|
static void |
plotText(java.lang.String text,
double x,
double y,
boolean vertical,
ImVec2 pixOffset)
Plots a centered text label at point x,y with an optional pixel offset.
|
static void |
plotText(java.lang.String text,
double x,
double y,
float pixOffsetX,
float pixOffsetY)
Plots a centered text label at point x,y with an optional pixel offset.
|
static void |
plotText(java.lang.String text,
double x,
double y,
ImVec2 pixOffset)
Plots a centered text label at point x,y with an optional pixel offset.
|
static ImVec2 |
plotToPixels(double pltX,
double pltY)
Converts a position in the current plot's coordinate system to pixels.
|
static ImVec2 |
plotToPixels(double pltX,
double pltY,
int xAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static ImVec2 |
plotToPixels(double pltX,
double pltY,
int xAxis,
int yAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static ImVec2 |
plotToPixels(ImPlotPoint plt)
Converts a position in the current plot's coordinate system to pixels.
|
static ImVec2 |
plotToPixels(ImPlotPoint plt,
int xAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static ImVec2 |
plotToPixels(ImPlotPoint plt,
int xAxis,
int yAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static void |
plotToPixels(ImVec2 dst,
ImPlotPoint plt)
Converts a position in the current plot's coordinate system to pixels.
|
static void |
plotToPixels(ImVec2 dst,
ImPlotPoint plt,
int xAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static void |
plotToPixels(ImVec2 dst,
ImPlotPoint plt,
int xAxis,
int yAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static float |
plotToPixelsX(ImPlotPoint plt)
Converts a position in the current plot's coordinate system to pixels.
|
static float |
plotToPixelsX(ImPlotPoint plt,
int xAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static float |
plotToPixelsX(ImPlotPoint plt,
int xAxis,
int yAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static float |
plotToPixelsY(ImPlotPoint plt)
Converts a position in the current plot's coordinate system to pixels.
|
static float |
plotToPixelsY(ImPlotPoint plt,
int xAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static float |
plotToPixelsY(ImPlotPoint plt,
int xAxis,
int yAxis)
Converts a position in the current plot's coordinate system to pixels.
|
static void |
plotVLines(java.lang.String labelId,
double[] xs)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
double[] xs,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
float[] xs)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
float[] xs,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
int[] xs)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
int[] xs,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
long[] xs)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
long[] xs,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
short[] xs)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
plotVLines(java.lang.String labelId,
short[] xs,
int offset)
Plots infinite vertical or horizontal lines (e.g.
|
static void |
popColormap()
Undo temporary colormap modification(s).
|
static void |
popColormap(int count)
Undo temporary colormap modification(s).
|
static void |
popPlotClipRect()
Pop plot clip rect.
|
static void |
popStyleColor() |
static void |
popStyleColor(int count) |
static void |
popStyleVar()
Undo temporary style variable modification(s).
|
static void |
popStyleVar(int count)
Undo temporary style variable modification(s).
|
static void |
pushColormap(int cmap)
Temporarily switch to one of the built-in (i.e.
|
static void |
pushColormap(java.lang.String name)
Push a colormap by string name.
|
static void |
pushPlotClipRect()
Push clip rect for rendering to current plot area.
|
static void |
pushPlotClipRect(float expand)
Push clip rect for rendering to current plot area.
|
static void |
pushStyleColor(int idx,
float colX,
float colY,
float colZ,
float colW)
Temporarily modify a style color.
|
static void |
pushStyleColor(int idx,
ImVec4 col)
Temporarily modify a style color.
|
static void |
pushStyleColor(int idx,
int col)
Temporarily modify a style color.
|
static void |
pushStyleColor(int idx,
long col)
Temporarily modify a style color.
|
static void |
pushStyleVar(int idx,
float val)
Temporarily modify a style variable of float type.
|
static void |
pushStyleVar(int idx,
float valX,
float valY)
Temporarily modify a style variable of ImVec2 type.
|
static void |
pushStyleVar(int idx,
ImVec2 val)
Temporarily modify a style variable of ImVec2 type.
|
static void |
pushStyleVar(int idx,
int val)
Temporarily modify a style variable of int type.
|
static ImVec4 |
sampleColormap(float t)
Sample a color from a colormap given t between 0 and 1
|
static ImVec4 |
sampleColormap(float t,
int cmap)
Sample a color from a colormap given t between 0 and 1
|
static void |
sampleColormap(ImVec4 dst,
float t)
Sample a color from a colormap given t between 0 and 1
|
static void |
sampleColormap(ImVec4 dst,
float t,
int cmap)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapW(float t)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapW(float t,
int cmap)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapX(float t)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapX(float t,
int cmap)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapY(float t)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapY(float t,
int cmap)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapZ(float t)
Sample a color from a colormap given t between 0 and 1
|
static float |
sampleColormapZ(float t,
int cmap)
Sample a color from a colormap given t between 0 and 1
|
static void |
setAxes(int xAxis,
int yAxis)
Selects which axes will be used for subsequent plot elements.
|
static void |
setAxis(int axis)
Selects which axis will be used for subsequent plot elements.
|
static void |
setCurrentContext(ImPlotContext ctx)
Sets the current ImPlot context.
|
static void |
setImGuiContext(ImGuiContext ctx) |
static void |
setNextAxesLimits(double xMin,
double xMax,
double yMin,
double yMax)
Sets the upcoming primary X and Y axes range limits.
|
static void |
setNextAxesLimits(double xMin,
double xMax,
double yMin,
double yMax,
int cond)
Sets the upcoming primary X and Y axes range limits.
|
static void |
setNextAxesToFit()
Sets all upcoming axes to auto fit to their data.
|
static void |
setNextAxisLimits(int axis,
double vMin,
double vMax)
Sets an upcoming axis range limits.
|
static void |
setNextAxisLimits(int axis,
double vMin,
double vMax,
int cond)
Sets an upcoming axis range limits.
|
static void |
setNextAxisLinks(int axis,
ImDouble linkMin,
ImDouble linkMax)
Links an upcoming axis range limits to external values.
|
static void |
setNextAxisToFit(int axis)
Set an upcoming axis to auto fit to its data.
|
static void |
setNextErrorBarStyle()
Set the error bar style for the next item only.
|
static void |
setNextErrorBarStyle(float size,
float weight)
Set the error bar style for the next item only.
|
static void |
setNextErrorBarStyle(float colX,
float colY,
float colZ,
float colW)
Set the error bar style for the next item only.
|
static void |
setNextErrorBarStyle(float colX,
float colY,
float colZ,
float colW,
float size)
Set the error bar style for the next item only.
|
static void |
setNextErrorBarStyle(float colX,
float colY,
float colZ,
float colW,
float size,
float weight)
Set the error bar style for the next item only.
|
static void |
setNextErrorBarStyle(ImVec4 col)
Set the error bar style for the next item only.
|
static void |
setNextErrorBarStyle(ImVec4 col,
float size)
Set the error bar style for the next item only.
|
static void |
setNextErrorBarStyle(ImVec4 col,
float size,
float weight)
Set the error bar style for the next item only.
|
static void |
setNextFillStyle()
Set the fill color for the next item only.
|
static void |
setNextFillStyle(float alphaMod)
Set the fill color for the next item only.
|
static void |
setNextFillStyle(float colX,
float colY,
float colZ,
float colW)
Set the fill color for the next item only.
|
static void |
setNextFillStyle(float colX,
float colY,
float colZ,
float colW,
float alphaMod)
Set the fill color for the next item only.
|
static void |
setNextFillStyle(ImVec4 col)
Set the fill color for the next item only.
|
static void |
setNextFillStyle(ImVec4 col,
float alphaMod)
Set the fill color for the next item only.
|
static void |
setNextLineStyle()
Set the line color and weight for the next item only.
|
static void |
setNextLineStyle(float weight)
Set the line color and weight for the next item only.
|
static void |
setNextLineStyle(float colX,
float colY,
float colZ,
float colW)
Set the line color and weight for the next item only.
|
static void |
setNextLineStyle(float colX,
float colY,
float colZ,
float colW,
float weight)
Set the line color and weight for the next item only.
|
static void |
setNextLineStyle(ImVec4 col)
Set the line color and weight for the next item only.
|
static void |
setNextLineStyle(ImVec4 col,
float weight)
Set the line color and weight for the next item only.
|
static void |
setNextMarkerStyle()
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
float fillX,
float fillY,
float fillZ,
float fillW)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
float fillX,
float fillY,
float fillZ,
float fillW,
float weight)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
float fillX,
float fillY,
float fillZ,
float fillW,
float outlineX,
float outlineY,
float outlineZ,
float outlineW)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
float fillX,
float fillY,
float fillZ,
float fillW,
float weight,
float outlineX,
float outlineY,
float outlineZ,
float outlineW)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
ImVec4 fill)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
ImVec4 fill,
float weight)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
ImVec4 fill,
float weight,
ImVec4 outline)
Set the marker style for the next item only.
|
static void |
setNextMarkerStyle(int marker,
float size,
ImVec4 fill,
ImVec4 outline)
Set the marker style for the next item only.
|
static void |
setupAxes(java.lang.String xLabel,
java.lang.String yLabel)
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).
|
static void |
setupAxes(java.lang.String xLabel,
java.lang.String yLabel,
int xFlags)
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).
|
static void |
setupAxes(java.lang.String xLabel,
java.lang.String yLabel,
int xFlags,
int yFlags)
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).
|
static void |
setupAxesLimits(double xMin,
double xMax,
double yMin,
double yMax)
Sets the primary X and Y axes range limits.
|
static void |
setupAxesLimits(double xMin,
double xMax,
double yMin,
double yMax,
int cond)
Sets the primary X and Y axes range limits.
|
static void |
setupAxis(int axis)
Enables an axis or sets the label and/or flags for an existing axis.
|
static void |
setupAxis(int axis,
int flags)
Enables an axis or sets the label and/or flags for an existing axis.
|
static void |
setupAxis(int axis,
java.lang.String label)
Enables an axis or sets the label and/or flags for an existing axis.
|
static void |
setupAxis(int axis,
java.lang.String label,
int flags)
Enables an axis or sets the label and/or flags for an existing axis.
|
static void |
setupAxisFormat(int axis,
java.lang.String fmt)
Sets the format of numeric axis labels via formatter specifier (default="%g").
|
static void |
setupAxisLimits(int axis,
double vMin,
double vMax)
Sets an axis range limits.
|
static void |
setupAxisLimits(int axis,
double vMin,
double vMax,
int cond)
Sets an axis range limits.
|
static void |
setupAxisLinks(int axis,
ImDouble linkMin,
ImDouble linkMax)
Links an axis range limits to external values.
|
static void |
setupAxisTicks(int axis,
double[] values,
int nTicks)
Sets an axis' ticks and optionally the labels.
|
static void |
setupAxisTicks(int axis,
double[] values,
int nTicks,
boolean keepDefault)
Sets an axis' ticks and optionally the labels.
|
static void |
setupAxisTicks(int axis,
double[] values,
int nTicks,
java.lang.String[] labels)
Sets an axis' ticks and optionally the labels.
|
static void |
setupAxisTicks(int axis,
double[] values,
int nTicks,
java.lang.String[] labels,
boolean keepDefault)
Sets an axis' ticks and optionally the labels.
|
static void |
setupAxisTicks(int axis,
double vMin,
double vMax,
int nTicks)
Sets an axis' ticks and optionally the labels for the next plot.
|
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.
|
static void |
setupAxisTicks(int axis,
double vMin,
double vMax,
int nTicks,
java.lang.String[] labels)
Sets an axis' ticks and optionally the labels for the next plot.
|
static void |
setupAxisTicks(int axis,
double vMin,
double vMax,
int nTicks,
java.lang.String[] labels,
boolean keepDefault)
Sets an axis' ticks and optionally the labels for the next plot.
|
static void |
setupFinish()
Explicitly finalize plot setup.
|
static void |
setupLegend(int location)
Sets up the plot legend.
|
static void |
setupLegend(int location,
int flags)
Sets up the plot legend.
|
static void |
setupMouseText(int location)
Sets the location of the current plot's mouse position text (default = South|East).
|
static void |
setupMouseText(int location,
int flags)
Sets the location of the current plot's mouse position text (default = South|East).
|
static boolean |
showColormapSelector(java.lang.String label)
Shows ImPlot colormap selector dropdown menu.
|
static void |
showDemoWindow()
Shows the ImPlot demo window.
|
static void |
showDemoWindow(ImBoolean pOpen)
Shows the ImPlot demo window.
|
static boolean |
showInputMapSelector(java.lang.String label)
Shows ImPlot input map selector dropdown menu.
|
static void |
showMetricsWindow()
Shows ImPlot metrics/debug information window.
|
static void |
showMetricsWindow(ImBoolean pOpen)
Shows ImPlot metrics/debug information window.
|
static void |
showStyleEditor()
Shows ImPlot style editor block (not a window).
|
static void |
showStyleEditor(ImPlotStyle ref)
Shows ImPlot style editor block (not a window).
|
static boolean |
showStyleSelector(java.lang.String label)
Shows ImPlot style selector dropdown menu.
|
static void |
showUserGuide()
Add basic help/info block for end users (not a window).
|
static void |
styleColorsAuto()
Style plot colors for current ImGui style (default).
|
static void |
styleColorsAuto(ImPlotStyle dst)
Style plot colors for current ImGui style (default).
|
static void |
styleColorsClassic()
Style plot colors for ImGui "Classic".
|
static void |
styleColorsClassic(ImPlotStyle dst)
Style plot colors for ImGui "Classic".
|
static void |
styleColorsDark()
Style plot colors for ImGui "Dark".
|
static void |
styleColorsDark(ImPlotStyle dst)
Style plot colors for ImGui "Dark".
|
static void |
styleColorsLight()
Style plot colors for ImGui "Light".
|
static void |
styleColorsLight(ImPlotStyle dst)
Style plot colors for ImGui "Light".
|
static void |
tagX(double x,
float colorX,
float colorY,
float colorZ,
float colorW)
Shows a x-axis tag at the specified coordinate value.
|
static void |
tagX(double x,
float colorX,
float colorY,
float colorZ,
float colorW,
boolean round)
Shows a x-axis tag at the specified coordinate value.
|
static void |
tagX(double x,
float colorX,
float colorY,
float colorZ,
float colorW,
java.lang.String fmt)
Shows a x-axis tag at the specified coordinate value with formatted text.
|
static void |
tagX(double x,
ImVec4 color)
Shows a x-axis tag at the specified coordinate value.
|
static void |
tagX(double x,
ImVec4 color,
boolean round)
Shows a x-axis tag at the specified coordinate value.
|
static void |
tagX(double x,
ImVec4 color,
java.lang.String fmt)
Shows a x-axis tag at the specified coordinate value with formatted text.
|
static void |
tagY(double y,
float colorX,
float colorY,
float colorZ,
float colorW)
Shows a y-axis tag at the specified coordinate value.
|
static void |
tagY(double y,
float colorX,
float colorY,
float colorZ,
float colorW,
boolean round)
Shows a y-axis tag at the specified coordinate value.
|
static void |
tagY(double y,
float colorX,
float colorY,
float colorZ,
float colorW,
java.lang.String fmt)
Shows a y-axis tag at the specified coordinate value with formatted text.
|
static void |
tagY(double y,
ImVec4 color)
Shows a y-axis tag at the specified coordinate value.
|
static void |
tagY(double y,
ImVec4 color,
boolean round)
Shows a y-axis tag at the specified coordinate value.
|
static void |
tagY(double y,
ImVec4 color,
java.lang.String fmt)
Shows a y-axis tag at the specified coordinate value with formatted text.
|
public static ImPlotContext createContext()
public static void destroyContext()
public static void destroyContext(ImPlotContext ctx)
public static ImPlotContext getCurrentContext()
public static void setCurrentContext(ImPlotContext ctx)
public static void setImGuiContext(ImGuiContext ctx)
public static boolean beginPlot(java.lang.String titleId)
public static boolean beginPlot(java.lang.String titleId, ImVec2 size)
public static boolean beginPlot(java.lang.String titleId, float sizeX, float sizeY)
public static boolean beginPlot(java.lang.String titleId, ImVec2 size, int flags)
public static boolean beginPlot(java.lang.String titleId, float sizeX, float sizeY, int flags)
public static boolean beginPlot(java.lang.String titleId, int flags)
public static void endPlot()
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, ImVec2 size)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, float sizeX, float sizeY)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, ImVec2 size, int flags)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, float sizeX, float sizeY, int flags)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, ImVec2 size, int flags, float[] rowRatios)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, float sizeX, float sizeY, int flags, float[] rowRatios)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, ImVec2 size, int flags, float[] rowRatios, float[] colRatios)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, float sizeX, float sizeY, int flags, float[] rowRatios, float[] colRatios)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, ImVec2 size, float[] rowRatios, float[] colRatios)
public static boolean beginSubplots(java.lang.String titleID, int rows, int cols, float sizeX, float sizeY, float[] rowRatios, float[] colRatios)
public static void endSubplots()
public static void setupAxis(int axis)
public static void setupAxis(int axis, java.lang.String label)
public static void setupAxis(int axis, java.lang.String label, int flags)
public static void setupAxis(int axis, int flags)
public static void setupAxisLimits(int axis, double vMin, double vMax)
public static void setupAxisLimits(int axis, double vMin, double vMax, int cond)
public static void setupAxisLinks(int axis, ImDouble linkMin, ImDouble linkMax)
public static void setupAxisFormat(int axis, java.lang.String fmt)
public static void setupAxisTicks(int axis, double[] values, int nTicks)
public static void setupAxisTicks(int axis, double[] values, int nTicks, java.lang.String[] labels)
public static void setupAxisTicks(int axis, double[] values, int nTicks, java.lang.String[] labels, boolean keepDefault)
public static void setupAxisTicks(int axis, double[] values, int nTicks, boolean keepDefault)
public static void setupAxisTicks(int axis, double vMin, double vMax, int nTicks)
public static void setupAxisTicks(int axis, double vMin, double vMax, int nTicks, java.lang.String[] labels)
public static void setupAxisTicks(int axis, double vMin, double vMax, int nTicks, java.lang.String[] labels, boolean keepDefault)
public static void setupAxisTicks(int axis, double vMin, double vMax, int nTicks, boolean keepDefault)
public static void setupAxes(java.lang.String xLabel, java.lang.String yLabel)
public static void setupAxes(java.lang.String xLabel, java.lang.String yLabel, int xFlags)
public static void setupAxes(java.lang.String xLabel, java.lang.String yLabel, int xFlags, int yFlags)
public static void setupAxesLimits(double xMin, double xMax, double yMin, double yMax)
public static void setupAxesLimits(double xMin, double xMax, double yMin, double yMax, int cond)
public static void setupLegend(int location)
public static void setupLegend(int location, int flags)
public static void setupMouseText(int location)
public static void setupMouseText(int location, int flags)
public static void setupFinish()
public static void setNextAxisLimits(int axis, double vMin, double vMax)
public static void setNextAxisLimits(int axis, double vMin, double vMax, int cond)
public static void setNextAxisLinks(int axis, ImDouble linkMin, ImDouble linkMax)
public static void setNextAxisToFit(int axis)
public static void setNextAxesLimits(double xMin, double xMax, double yMin, double yMax)
public static void setNextAxesLimits(double xMin, double xMax, double yMin, double yMax, int cond)
public static void setNextAxesToFit()
public static void plotLine(java.lang.String labelId, short[] values)
public static void plotLine(java.lang.String labelId, short[] values, double xscale)
public static void plotLine(java.lang.String labelId, short[] values, double xscale, double x0)
public static void plotLine(java.lang.String labelId, short[] values, double xscale, double x0, int offset)
public static void plotLine(java.lang.String labelId, int[] values)
public static void plotLine(java.lang.String labelId, int[] values, double xscale)
public static void plotLine(java.lang.String labelId, int[] values, double xscale, double x0)
public static void plotLine(java.lang.String labelId, int[] values, double xscale, double x0, int offset)
public static void plotLine(java.lang.String labelId, long[] values)
public static void plotLine(java.lang.String labelId, long[] values, double xscale)
public static void plotLine(java.lang.String labelId, long[] values, double xscale, double x0)
public static void plotLine(java.lang.String labelId, long[] values, double xscale, double x0, int offset)
public static void plotLine(java.lang.String labelId, float[] values)
public static void plotLine(java.lang.String labelId, float[] values, double xscale)
public static void plotLine(java.lang.String labelId, float[] values, double xscale, double x0)
public static void plotLine(java.lang.String labelId, float[] values, double xscale, double x0, int offset)
public static void plotLine(java.lang.String labelId, double[] values)
public static void plotLine(java.lang.String labelId, double[] values, double xscale)
public static void plotLine(java.lang.String labelId, double[] values, double xscale, double x0)
public static void plotLine(java.lang.String labelId, double[] values, double xscale, double x0, int offset)
public static void plotLine(java.lang.String labelId, short[] xs, short[] ys)
public static void plotLine(java.lang.String labelId, short[] xs, short[] ys, int offset)
public static void plotLine(java.lang.String labelId, int[] xs, int[] ys)
public static void plotLine(java.lang.String labelId, int[] xs, int[] ys, int offset)
public static void plotLine(java.lang.String labelId, long[] xs, long[] ys)
public static void plotLine(java.lang.String labelId, long[] xs, long[] ys, int offset)
public static void plotLine(java.lang.String labelId, float[] xs, float[] ys)
public static void plotLine(java.lang.String labelId, float[] xs, float[] ys, int offset)
public static void plotLine(java.lang.String labelId, double[] xs, double[] ys)
public static void plotLine(java.lang.String labelId, double[] xs, double[] ys, int offset)
public static void plotScatter(java.lang.String labelId, short[] values)
public static void plotScatter(java.lang.String labelId, short[] values, double xscale)
public static void plotScatter(java.lang.String labelId, short[] values, double xscale, double x0)
public static void plotScatter(java.lang.String labelId, short[] values, double xscale, double x0, int offset)
public static void plotScatter(java.lang.String labelId, int[] values)
public static void plotScatter(java.lang.String labelId, int[] values, double xscale)
public static void plotScatter(java.lang.String labelId, int[] values, double xscale, double x0)
public static void plotScatter(java.lang.String labelId, int[] values, double xscale, double x0, int offset)
public static void plotScatter(java.lang.String labelId, long[] values)
public static void plotScatter(java.lang.String labelId, long[] values, double xscale)
public static void plotScatter(java.lang.String labelId, long[] values, double xscale, double x0)
public static void plotScatter(java.lang.String labelId, long[] values, double xscale, double x0, int offset)
public static void plotScatter(java.lang.String labelId, float[] values)
public static void plotScatter(java.lang.String labelId, float[] values, double xscale)
public static void plotScatter(java.lang.String labelId, float[] values, double xscale, double x0)
public static void plotScatter(java.lang.String labelId, float[] values, double xscale, double x0, int offset)
public static void plotScatter(java.lang.String labelId, double[] values)
public static void plotScatter(java.lang.String labelId, double[] values, double xscale)
public static void plotScatter(java.lang.String labelId, double[] values, double xscale, double x0)
public static void plotScatter(java.lang.String labelId, double[] values, double xscale, double x0, int offset)
public static void plotScatter(java.lang.String labelId, short[] xs, short[] ys)
public static void plotScatter(java.lang.String labelId, short[] xs, short[] ys, int offset)
public static void plotScatter(java.lang.String labelId, int[] xs, int[] ys)
public static void plotScatter(java.lang.String labelId, int[] xs, int[] ys, int offset)
public static void plotScatter(java.lang.String labelId, long[] xs, long[] ys)
public static void plotScatter(java.lang.String labelId, long[] xs, long[] ys, int offset)
public static void plotScatter(java.lang.String labelId, float[] xs, float[] ys)
public static void plotScatter(java.lang.String labelId, float[] xs, float[] ys, int offset)
public static void plotScatter(java.lang.String labelId, double[] xs, double[] ys)
public static void plotScatter(java.lang.String labelId, double[] xs, double[] ys, int offset)
public static void plotStairs(java.lang.String labelId, short[] values)
public static void plotStairs(java.lang.String labelId, short[] values, double xscale)
public static void plotStairs(java.lang.String labelId, short[] values, double xscale, double x0)
public static void plotStairs(java.lang.String labelId, short[] values, double xscale, double x0, int offset)
public static void plotStairs(java.lang.String labelId, int[] values)
public static void plotStairs(java.lang.String labelId, int[] values, double xscale)
public static void plotStairs(java.lang.String labelId, int[] values, double xscale, double x0)
public static void plotStairs(java.lang.String labelId, int[] values, double xscale, double x0, int offset)
public static void plotStairs(java.lang.String labelId, long[] values)
public static void plotStairs(java.lang.String labelId, long[] values, double xscale)
public static void plotStairs(java.lang.String labelId, long[] values, double xscale, double x0)
public static void plotStairs(java.lang.String labelId, long[] values, double xscale, double x0, int offset)
public static void plotStairs(java.lang.String labelId, float[] values)
public static void plotStairs(java.lang.String labelId, float[] values, double xscale)
public static void plotStairs(java.lang.String labelId, float[] values, double xscale, double x0)
public static void plotStairs(java.lang.String labelId, float[] values, double xscale, double x0, int offset)
public static void plotStairs(java.lang.String labelId, double[] values)
public static void plotStairs(java.lang.String labelId, double[] values, double xscale)
public static void plotStairs(java.lang.String labelId, double[] values, double xscale, double x0)
public static void plotStairs(java.lang.String labelId, double[] values, double xscale, double x0, int offset)
public static void plotStairs(java.lang.String labelId, short[] xs, short[] ys)
public static void plotStairs(java.lang.String labelId, short[] xs, short[] ys, int offset)
public static void plotStairs(java.lang.String labelId, int[] xs, int[] ys)
public static void plotStairs(java.lang.String labelId, int[] xs, int[] ys, int offset)
public static void plotStairs(java.lang.String labelId, long[] xs, long[] ys)
public static void plotStairs(java.lang.String labelId, long[] xs, long[] ys, int offset)
public static void plotStairs(java.lang.String labelId, float[] xs, float[] ys)
public static void plotStairs(java.lang.String labelId, float[] xs, float[] ys, int offset)
public static void plotStairs(java.lang.String labelId, double[] xs, double[] ys)
public static void plotStairs(java.lang.String labelId, double[] xs, double[] ys, int offset)
public static void plotShaded(java.lang.String labelId, short[] values)
public static void plotShaded(java.lang.String labelId, short[] values, double yRef)
public static void plotShaded(java.lang.String labelId, short[] values, double yRef, double xscale)
public static void plotShaded(java.lang.String labelId, short[] values, double yRef, double xscale, double x0)
public static void plotShaded(java.lang.String labelId, short[] values, double yRef, double xscale, double x0, int offset)
public static void plotShaded(java.lang.String labelId, int[] values)
public static void plotShaded(java.lang.String labelId, int[] values, double yRef)
public static void plotShaded(java.lang.String labelId, int[] values, double yRef, double xscale)
public static void plotShaded(java.lang.String labelId, int[] values, double yRef, double xscale, double x0)
public static void plotShaded(java.lang.String labelId, int[] values, double yRef, double xscale, double x0, int offset)
public static void plotShaded(java.lang.String labelId, long[] values)
public static void plotShaded(java.lang.String labelId, long[] values, double yRef)
public static void plotShaded(java.lang.String labelId, long[] values, double yRef, double xscale)
public static void plotShaded(java.lang.String labelId, long[] values, double yRef, double xscale, double x0)
public static void plotShaded(java.lang.String labelId, long[] values, double yRef, double xscale, double x0, int offset)
public static void plotShaded(java.lang.String labelId, float[] values)
public static void plotShaded(java.lang.String labelId, float[] values, double yRef)
public static void plotShaded(java.lang.String labelId, float[] values, double yRef, double xscale)
public static void plotShaded(java.lang.String labelId, float[] values, double yRef, double xscale, double x0)
public static void plotShaded(java.lang.String labelId, float[] values, double yRef, double xscale, double x0, int offset)
public static void plotShaded(java.lang.String labelId, double[] values)
public static void plotShaded(java.lang.String labelId, double[] values, double yRef)
public static void plotShaded(java.lang.String labelId, double[] values, double yRef, double xscale)
public static void plotShaded(java.lang.String labelId, double[] values, double yRef, double xscale, double x0)
public static void plotShaded(java.lang.String labelId, double[] values, double yRef, double xscale, double x0, int offset)
public static void plotShaded(java.lang.String labelId, short[] xs, short[] ys)
public static void plotShaded(java.lang.String labelId, short[] xs, short[] ys, double yRef)
public static void plotShaded(java.lang.String labelId, short[] xs, short[] ys, double yRef, int offset)
public static void plotShaded(java.lang.String labelId, int[] xs, int[] ys)
public static void plotShaded(java.lang.String labelId, int[] xs, int[] ys, double yRef)
public static void plotShaded(java.lang.String labelId, int[] xs, int[] ys, double yRef, int offset)
public static void plotShaded(java.lang.String labelId, long[] xs, long[] ys)
public static void plotShaded(java.lang.String labelId, long[] xs, long[] ys, double yRef)
public static void plotShaded(java.lang.String labelId, long[] xs, long[] ys, double yRef, int offset)
public static void plotShaded(java.lang.String labelId, float[] xs, float[] ys)
public static void plotShaded(java.lang.String labelId, float[] xs, float[] ys, double yRef)
public static void plotShaded(java.lang.String labelId, float[] xs, float[] ys, double yRef, int offset)
public static void plotShaded(java.lang.String labelId, double[] xs, double[] ys)
public static void plotShaded(java.lang.String labelId, double[] xs, double[] ys, double yRef)
public static void plotShaded(java.lang.String labelId, double[] xs, double[] ys, double yRef, int offset)
public static void plotShaded(java.lang.String labelId, short[] xs, short[] ys1, short[] ys2)
public static void plotShaded(java.lang.String labelId, short[] xs, short[] ys1, short[] ys2, int offset)
public static void plotShaded(java.lang.String labelId, int[] xs, int[] ys1, int[] ys2)
public static void plotShaded(java.lang.String labelId, int[] xs, int[] ys1, int[] ys2, int offset)
public static void plotShaded(java.lang.String labelId, long[] xs, long[] ys1, long[] ys2)
public static void plotShaded(java.lang.String labelId, long[] xs, long[] ys1, long[] ys2, int offset)
public static void plotShaded(java.lang.String labelId, float[] xs, float[] ys1, float[] ys2)
public static void plotShaded(java.lang.String labelId, float[] xs, float[] ys1, float[] ys2, int offset)
public static void plotShaded(java.lang.String labelId, double[] xs, double[] ys1, double[] ys2)
public static void plotShaded(java.lang.String labelId, double[] xs, double[] ys1, double[] ys2, int offset)
public static void plotBars(java.lang.String labelId, short[] values)
public static void plotBars(java.lang.String labelId, short[] values, double width)
public static void plotBars(java.lang.String labelId, short[] values, double width, double shift)
public static void plotBars(java.lang.String labelId, short[] values, double width, double shift, int offset)
public static void plotBars(java.lang.String labelId, int[] values)
public static void plotBars(java.lang.String labelId, int[] values, double width)
public static void plotBars(java.lang.String labelId, int[] values, double width, double shift)
public static void plotBars(java.lang.String labelId, int[] values, double width, double shift, int offset)
public static void plotBars(java.lang.String labelId, long[] values)
public static void plotBars(java.lang.String labelId, long[] values, double width)
public static void plotBars(java.lang.String labelId, long[] values, double width, double shift)
public static void plotBars(java.lang.String labelId, long[] values, double width, double shift, int offset)
public static void plotBars(java.lang.String labelId, float[] values)
public static void plotBars(java.lang.String labelId, float[] values, double width)
public static void plotBars(java.lang.String labelId, float[] values, double width, double shift)
public static void plotBars(java.lang.String labelId, float[] values, double width, double shift, int offset)
public static void plotBars(java.lang.String labelId, double[] values)
public static void plotBars(java.lang.String labelId, double[] values, double width)
public static void plotBars(java.lang.String labelId, double[] values, double width, double shift)
public static void plotBars(java.lang.String labelId, double[] values, double width, double shift, int offset)
public static void plotBars(java.lang.String labelId, short[] xs, short[] ys, double width)
public static void plotBars(java.lang.String labelId, short[] xs, short[] ys, double width, int offset)
public static void plotBars(java.lang.String labelId, int[] xs, int[] ys, double width)
public static void plotBars(java.lang.String labelId, int[] xs, int[] ys, double width, int offset)
public static void plotBars(java.lang.String labelId, long[] xs, long[] ys, double width)
public static void plotBars(java.lang.String labelId, long[] xs, long[] ys, double width, int offset)
public static void plotBars(java.lang.String labelId, float[] xs, float[] ys, double width)
public static void plotBars(java.lang.String labelId, float[] xs, float[] ys, double width, int offset)
public static void plotBars(java.lang.String labelId, double[] xs, double[] ys, double width)
public static void plotBars(java.lang.String labelId, double[] xs, double[] ys, double width, int offset)
public static void plotBars(java.lang.String labelId, short[] xs, short[] ys)
public static void plotBars(java.lang.String labelId, short[] xs, short[] ys, int offset)
public static void plotBars(java.lang.String labelId, int[] xs, int[] ys)
public static void plotBars(java.lang.String labelId, int[] xs, int[] ys, int offset)
public static void plotBars(java.lang.String labelId, long[] xs, long[] ys)
public static void plotBars(java.lang.String labelId, long[] xs, long[] ys, int offset)
public static void plotBars(java.lang.String labelId, float[] xs, float[] ys)
public static void plotBars(java.lang.String labelId, float[] xs, float[] ys, int offset)
public static void plotBars(java.lang.String labelId, double[] xs, double[] ys)
public static void plotBars(java.lang.String labelId, double[] xs, double[] ys, int offset)
public static void plotBarsH(java.lang.String labelId, short[] values)
public static void plotBarsH(java.lang.String labelId, short[] values, double height)
public static void plotBarsH(java.lang.String labelId, short[] values, double height, double shift)
public static void plotBarsH(java.lang.String labelId, short[] values, double height, double shift, int offset)
public static void plotBarsH(java.lang.String labelId, int[] values)
public static void plotBarsH(java.lang.String labelId, int[] values, double height)
public static void plotBarsH(java.lang.String labelId, int[] values, double height, double shift)
public static void plotBarsH(java.lang.String labelId, int[] values, double height, double shift, int offset)
public static void plotBarsH(java.lang.String labelId, long[] values)
public static void plotBarsH(java.lang.String labelId, long[] values, double height)
public static void plotBarsH(java.lang.String labelId, long[] values, double height, double shift)
public static void plotBarsH(java.lang.String labelId, long[] values, double height, double shift, int offset)
public static void plotBarsH(java.lang.String labelId, float[] values)
public static void plotBarsH(java.lang.String labelId, float[] values, double height)
public static void plotBarsH(java.lang.String labelId, float[] values, double height, double shift)
public static void plotBarsH(java.lang.String labelId, float[] values, double height, double shift, int offset)
public static void plotBarsH(java.lang.String labelId, double[] values)
public static void plotBarsH(java.lang.String labelId, double[] values, double height)
public static void plotBarsH(java.lang.String labelId, double[] values, double height, double shift)
public static void plotBarsH(java.lang.String labelId, double[] values, double height, double shift, int offset)
public static void plotBarsH(java.lang.String labelId, short[] xs, short[] ys, double height)
public static void plotBarsH(java.lang.String labelId, short[] xs, short[] ys, double height, int offset)
public static void plotBarsH(java.lang.String labelId, int[] xs, int[] ys, double height)
public static void plotBarsH(java.lang.String labelId, int[] xs, int[] ys, double height, int offset)
public static void plotBarsH(java.lang.String labelId, long[] xs, long[] ys, double height)
public static void plotBarsH(java.lang.String labelId, long[] xs, long[] ys, double height, int offset)
public static void plotBarsH(java.lang.String labelId, float[] xs, float[] ys, double height)
public static void plotBarsH(java.lang.String labelId, float[] xs, float[] ys, double height, int offset)
public static void plotBarsH(java.lang.String labelId, double[] xs, double[] ys, double height)
public static void plotBarsH(java.lang.String labelId, double[] xs, double[] ys, double height, int offset)
public static void plotBarsH(java.lang.String labelId, short[] xs, short[] ys)
public static void plotBarsH(java.lang.String labelId, short[] xs, short[] ys, int offset)
public static void plotBarsH(java.lang.String labelId, int[] xs, int[] ys)
public static void plotBarsH(java.lang.String labelId, int[] xs, int[] ys, int offset)
public static void plotBarsH(java.lang.String labelId, long[] xs, long[] ys)
public static void plotBarsH(java.lang.String labelId, long[] xs, long[] ys, int offset)
public static void plotBarsH(java.lang.String labelId, float[] xs, float[] ys)
public static void plotBarsH(java.lang.String labelId, float[] xs, float[] ys, int offset)
public static void plotBarsH(java.lang.String labelId, double[] xs, double[] ys)
public static void plotBarsH(java.lang.String labelId, double[] xs, double[] ys, int offset)
public static void plotErrorBars(java.lang.String labelId, short[] xs, short[] ys, short[] err)
public static void plotErrorBars(java.lang.String labelId, short[] xs, short[] ys, short[] err, int offset)
public static void plotErrorBars(java.lang.String labelId, int[] xs, int[] ys, int[] err)
public static void plotErrorBars(java.lang.String labelId, int[] xs, int[] ys, int[] err, int offset)
public static void plotErrorBars(java.lang.String labelId, long[] xs, long[] ys, long[] err)
public static void plotErrorBars(java.lang.String labelId, long[] xs, long[] ys, long[] err, int offset)
public static void plotErrorBars(java.lang.String labelId, float[] xs, float[] ys, float[] err)
public static void plotErrorBars(java.lang.String labelId, float[] xs, float[] ys, float[] err, int offset)
public static void plotErrorBars(java.lang.String labelId, double[] xs, double[] ys, double[] err)
public static void plotErrorBars(java.lang.String labelId, double[] xs, double[] ys, double[] err, int offset)
public static void plotErrorBars(java.lang.String labelId, short[] xs, short[] ys, short[] neg, short[] pos)
public static void plotErrorBars(java.lang.String labelId, short[] xs, short[] ys, short[] neg, short[] pos, int offset)
public static void plotErrorBars(java.lang.String labelId, int[] xs, int[] ys, int[] neg, int[] pos)
public static void plotErrorBars(java.lang.String labelId, int[] xs, int[] ys, int[] neg, int[] pos, int offset)
public static void plotErrorBars(java.lang.String labelId, long[] xs, long[] ys, long[] neg, long[] pos)
public static void plotErrorBars(java.lang.String labelId, long[] xs, long[] ys, long[] neg, long[] pos, int offset)
public static void plotErrorBars(java.lang.String labelId, float[] xs, float[] ys, float[] neg, float[] pos)
public static void plotErrorBars(java.lang.String labelId, float[] xs, float[] ys, float[] neg, float[] pos, int offset)
public static void plotErrorBars(java.lang.String labelId, double[] xs, double[] ys, double[] neg, double[] pos)
public static void plotErrorBars(java.lang.String labelId, double[] xs, double[] ys, double[] neg, double[] pos, int offset)
public static void plotErrorBarsH(java.lang.String labelId, short[] xs, short[] ys, short[] err)
public static void plotErrorBarsH(java.lang.String labelId, short[] xs, short[] ys, short[] err, int offset)
public static void plotErrorBarsH(java.lang.String labelId, int[] xs, int[] ys, int[] err)
public static void plotErrorBarsH(java.lang.String labelId, int[] xs, int[] ys, int[] err, int offset)
public static void plotErrorBarsH(java.lang.String labelId, long[] xs, long[] ys, long[] err)
public static void plotErrorBarsH(java.lang.String labelId, long[] xs, long[] ys, long[] err, int offset)
public static void plotErrorBarsH(java.lang.String labelId, float[] xs, float[] ys, float[] err)
public static void plotErrorBarsH(java.lang.String labelId, float[] xs, float[] ys, float[] err, int offset)
public static void plotErrorBarsH(java.lang.String labelId, double[] xs, double[] ys, double[] err)
public static void plotErrorBarsH(java.lang.String labelId, double[] xs, double[] ys, double[] err, int offset)
public static void plotErrorBarsH(java.lang.String labelId, short[] xs, short[] ys, short[] neg, short[] pos)
public static void plotErrorBarsH(java.lang.String labelId, short[] xs, short[] ys, short[] neg, short[] pos, int offset)
public static void plotErrorBarsH(java.lang.String labelId, int[] xs, int[] ys, int[] neg, int[] pos)
public static void plotErrorBarsH(java.lang.String labelId, int[] xs, int[] ys, int[] neg, int[] pos, int offset)
public static void plotErrorBarsH(java.lang.String labelId, long[] xs, long[] ys, long[] neg, long[] pos)
public static void plotErrorBarsH(java.lang.String labelId, long[] xs, long[] ys, long[] neg, long[] pos, int offset)
public static void plotErrorBarsH(java.lang.String labelId, float[] xs, float[] ys, float[] neg, float[] pos)
public static void plotErrorBarsH(java.lang.String labelId, float[] xs, float[] ys, float[] neg, float[] pos, int offset)
public static void plotErrorBarsH(java.lang.String labelId, double[] xs, double[] ys, double[] neg, double[] pos)
public static void plotErrorBarsH(java.lang.String labelId, double[] xs, double[] ys, double[] neg, double[] pos, int offset)
public static void plotStems(java.lang.String labelId, short[] values)
public static void plotStems(java.lang.String labelId, short[] values, double yRef)
public static void plotStems(java.lang.String labelId, short[] values, double yRef, double xscale)
public static void plotStems(java.lang.String labelId, short[] values, double yRef, double xscale, double x0)
public static void plotStems(java.lang.String labelId, short[] values, double yRef, double xscale, double x0, int offset)
public static void plotStems(java.lang.String labelId, int[] values)
public static void plotStems(java.lang.String labelId, int[] values, double yRef)
public static void plotStems(java.lang.String labelId, int[] values, double yRef, double xscale)
public static void plotStems(java.lang.String labelId, int[] values, double yRef, double xscale, double x0)
public static void plotStems(java.lang.String labelId, int[] values, double yRef, double xscale, double x0, int offset)
public static void plotStems(java.lang.String labelId, long[] values)
public static void plotStems(java.lang.String labelId, long[] values, double yRef)
public static void plotStems(java.lang.String labelId, long[] values, double yRef, double xscale)
public static void plotStems(java.lang.String labelId, long[] values, double yRef, double xscale, double x0)
public static void plotStems(java.lang.String labelId, long[] values, double yRef, double xscale, double x0, int offset)
public static void plotStems(java.lang.String labelId, float[] values)
public static void plotStems(java.lang.String labelId, float[] values, double yRef)
public static void plotStems(java.lang.String labelId, float[] values, double yRef, double xscale)
public static void plotStems(java.lang.String labelId, float[] values, double yRef, double xscale, double x0)
public static void plotStems(java.lang.String labelId, float[] values, double yRef, double xscale, double x0, int offset)
public static void plotStems(java.lang.String labelId, double[] values)
public static void plotStems(java.lang.String labelId, double[] values, double yRef)
public static void plotStems(java.lang.String labelId, double[] values, double yRef, double xscale)
public static void plotStems(java.lang.String labelId, double[] values, double yRef, double xscale, double x0)
public static void plotStems(java.lang.String labelId, double[] values, double yRef, double xscale, double x0, int offset)
public static void plotStems(java.lang.String labelId, short[] xs, short[] ys)
public static void plotStems(java.lang.String labelId, short[] xs, short[] ys, double yRef)
public static void plotStems(java.lang.String labelId, short[] xs, short[] ys, double yRef, int offset)
public static void plotStems(java.lang.String labelId, int[] xs, int[] ys)
public static void plotStems(java.lang.String labelId, int[] xs, int[] ys, double yRef)
public static void plotStems(java.lang.String labelId, int[] xs, int[] ys, double yRef, int offset)
public static void plotStems(java.lang.String labelId, long[] xs, long[] ys)
public static void plotStems(java.lang.String labelId, long[] xs, long[] ys, double yRef)
public static void plotStems(java.lang.String labelId, long[] xs, long[] ys, double yRef, int offset)
public static void plotStems(java.lang.String labelId, float[] xs, float[] ys)
public static void plotStems(java.lang.String labelId, float[] xs, float[] ys, double yRef)
public static void plotStems(java.lang.String labelId, float[] xs, float[] ys, double yRef, int offset)
public static void plotStems(java.lang.String labelId, double[] xs, double[] ys)
public static void plotStems(java.lang.String labelId, double[] xs, double[] ys, double yRef)
public static void plotStems(java.lang.String labelId, double[] xs, double[] ys, double yRef, int offset)
public static void plotVLines(java.lang.String labelId, short[] xs)
public static void plotVLines(java.lang.String labelId, short[] xs, int offset)
public static void plotVLines(java.lang.String labelId, int[] xs)
public static void plotVLines(java.lang.String labelId, int[] xs, int offset)
public static void plotVLines(java.lang.String labelId, long[] xs)
public static void plotVLines(java.lang.String labelId, long[] xs, int offset)
public static void plotVLines(java.lang.String labelId, float[] xs)
public static void plotVLines(java.lang.String labelId, float[] xs, int offset)
public static void plotVLines(java.lang.String labelId, double[] xs)
public static void plotVLines(java.lang.String labelId, double[] xs, int offset)
public static void plotHLines(java.lang.String labelId, short[] ys)
public static void plotHLines(java.lang.String labelId, short[] ys, int offset)
public static void plotHLines(java.lang.String labelId, int[] ys)
public static void plotHLines(java.lang.String labelId, int[] ys, int offset)
public static void plotHLines(java.lang.String labelId, long[] ys)
public static void plotHLines(java.lang.String labelId, long[] ys, int offset)
public static void plotHLines(java.lang.String labelId, float[] ys)
public static void plotHLines(java.lang.String labelId, float[] ys, int offset)
public static void plotHLines(java.lang.String labelId, double[] ys)
public static void plotHLines(java.lang.String labelId, double[] ys, int offset)
public static void plotPieChart(java.lang.String[] labelIds, short[] values, double x, double y, double radius)
>
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.public static void plotPieChart(java.lang.String[] labelIds, short[] values, double x, double y, double radius, boolean normalize)
>
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.public static void plotPieChart(java.lang.String[] labelIds, short[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt)
>
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.public static void plotPieChart(java.lang.String[] labelIds, short[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, short[] values, double x, double y, double radius, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, short[] values, double x, double y, double radius, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, short[] values, double x, double y, double radius, boolean normalize, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, int[] values, double x, double y, double radius)
>
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.public static void plotPieChart(java.lang.String[] labelIds, int[] values, double x, double y, double radius, boolean normalize)
>
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.public static void plotPieChart(java.lang.String[] labelIds, int[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt)
>
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.public static void plotPieChart(java.lang.String[] labelIds, int[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, int[] values, double x, double y, double radius, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, int[] values, double x, double y, double radius, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, int[] values, double x, double y, double radius, boolean normalize, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, long[] values, double x, double y, double radius)
>
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.public static void plotPieChart(java.lang.String[] labelIds, long[] values, double x, double y, double radius, boolean normalize)
>
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.public static void plotPieChart(java.lang.String[] labelIds, long[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt)
>
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.public static void plotPieChart(java.lang.String[] labelIds, long[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, long[] values, double x, double y, double radius, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, long[] values, double x, double y, double radius, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, long[] values, double x, double y, double radius, boolean normalize, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, float[] values, double x, double y, double radius)
>
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.public static void plotPieChart(java.lang.String[] labelIds, float[] values, double x, double y, double radius, boolean normalize)
>
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.public static void plotPieChart(java.lang.String[] labelIds, float[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt)
>
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.public static void plotPieChart(java.lang.String[] labelIds, float[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, float[] values, double x, double y, double radius, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, float[] values, double x, double y, double radius, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, float[] values, double x, double y, double radius, boolean normalize, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, double[] values, double x, double y, double radius)
>
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.public static void plotPieChart(java.lang.String[] labelIds, double[] values, double x, double y, double radius, boolean normalize)
>
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.public static void plotPieChart(java.lang.String[] labelIds, double[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt)
>
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.public static void plotPieChart(java.lang.String[] labelIds, double[] values, double x, double y, double radius, boolean normalize, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, double[] values, double x, double y, double radius, java.lang.String labelFmt, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, double[] values, double x, double y, double radius, double angle0)
>
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.public static void plotPieChart(java.lang.String[] labelIds, double[] values, double x, double y, double radius, boolean normalize, double angle0)
>
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.public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, short[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, int[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, long[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, float[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, java.lang.String labelFmt, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotHeatmap(java.lang.String labelId, double[] values, int rows, int cols, double scaleMin, double scaleMax, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static double plotHistogram(java.lang.String labelId, short[] values)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, ImPlotRange range)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, short[] values, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, short[] values, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, double barScale)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, double barScale)
public static double plotHistogram(java.lang.String labelId, short[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, ImPlotRange range)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, double barScale)
public static double plotHistogram(java.lang.String labelId, int[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, ImPlotRange range)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, double barScale)
public static double plotHistogram(java.lang.String labelId, long[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, ImPlotRange range)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, double barScale)
public static double plotHistogram(java.lang.String labelId, float[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, ImPlotRange range)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values, boolean cumulative, boolean density, ImPlotRange range, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values, boolean cumulative, boolean density, double rangeMin, double rangeMax, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, boolean outliers, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, ImPlotRange range, double barScale)
public static double plotHistogram(java.lang.String labelId, double[] values, int bins, boolean cumulative, boolean density, double rangeMin, double rangeMax, double barScale)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, boolean density)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, boolean density, ImPlotRect range)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, boolean density, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, short[] xs, short[] ys, int xBins, int yBins, boolean density, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, boolean density)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, boolean density, ImPlotRect range)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, boolean density, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, int[] xs, int[] ys, int xBins, int yBins, boolean density, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, boolean density)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, boolean density, ImPlotRect range)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, boolean density, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, long[] xs, long[] ys, int xBins, int yBins, boolean density, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, boolean density)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, boolean density, ImPlotRect range)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, boolean density, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, float[] xs, float[] ys, int xBins, int yBins, boolean density, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, boolean density)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, boolean density, ImPlotRect range)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, boolean density, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, boolean density, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, ImPlotRect range, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, double rangeMinX, double rangeMinY, double rangeMaxX, double rangeMaxY, boolean outliers)
public static double plotHistogram2D(java.lang.String labelId, double[] xs, double[] ys, int xBins, int yBins, boolean density, boolean outliers)
public static void plotDigital(java.lang.String labelId, short[] xs, short[] ys)
public static void plotDigital(java.lang.String labelId, short[] xs, short[] ys, int offset)
public static void plotDigital(java.lang.String labelId, int[] xs, int[] ys)
public static void plotDigital(java.lang.String labelId, int[] xs, int[] ys, int offset)
public static void plotDigital(java.lang.String labelId, long[] xs, long[] ys)
public static void plotDigital(java.lang.String labelId, long[] xs, long[] ys, int offset)
public static void plotDigital(java.lang.String labelId, float[] xs, float[] ys)
public static void plotDigital(java.lang.String labelId, float[] xs, float[] ys, int offset)
public static void plotDigital(java.lang.String labelId, double[] xs, double[] ys)
public static void plotDigital(java.lang.String labelId, double[] xs, double[] ys, int offset)
public static void plotImage(java.lang.String labelId, int userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax)
public static void plotImage(java.lang.String labelId, int userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY)
public static void plotImage(java.lang.String labelId, int userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0)
public static void plotImage(java.lang.String labelId, int userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y)
public static void plotImage(java.lang.String labelId, int userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0)
public static void plotImage(java.lang.String labelId, int userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1)
public static void plotImage(java.lang.String labelId, int userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y)
public static void plotImage(java.lang.String labelId, int userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1)
public static void plotImage(java.lang.String labelId, int userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol)
public static void plotImage(java.lang.String labelId, int userTextureId, ImPlotPoint boundsMin, ImPlotPoint boundsMax, float uv0X, float uv0Y, float uv1X, float uv1Y, float tintColX, float tintColY, float tintColZ, float tintColW)
public static void plotImage(java.lang.String labelId, int userTextureId, double boundsMinX, double boundsMinY, double boundsMaxX, double boundsMaxY, ImVec2 uv0, ImVec2 uv1, ImVec4 tintCol)
public static void plotText(java.lang.String text, double x, double y)
public static void plotText(java.lang.String text, double x, double y, boolean vertical)
public static void plotText(java.lang.String text, double x, double y, boolean vertical, ImVec2 pixOffset)
public static void plotText(java.lang.String text, double x, double y, boolean vertical, float pixOffsetX, float pixOffsetY)
public static void plotText(java.lang.String text, double x, double y, ImVec2 pixOffset)
public static void plotText(java.lang.String text, double x, double y, float pixOffsetX, float pixOffsetY)
public static void plotDummy(java.lang.String labelID)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, ImVec4 col)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, ImVec4 col, float size)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, float size)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, ImVec4 col, float size, int flags)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, float size, int flags)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, ImVec4 col, int flags)
public static boolean dragPoint(int id, ImDouble x, ImDouble y, float colX, float colY, float colZ, float colW, int flags)
public static boolean dragLineX(int id, ImDouble x, ImVec4 col)
public static boolean dragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW)
public static boolean dragLineX(int id, ImDouble x, ImVec4 col, float thickness)
public static boolean dragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW, float thickness)
public static boolean dragLineX(int id, ImDouble x, ImVec4 col, float thickness, int flags)
public static boolean dragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW, float thickness, int flags)
public static boolean dragLineX(int id, ImDouble x, ImVec4 col, int flags)
public static boolean dragLineX(int id, ImDouble x, float colX, float colY, float colZ, float colW, int flags)
public static boolean dragLineY(int id, ImDouble y, ImVec4 col)
public static boolean dragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW)
public static boolean dragLineY(int id, ImDouble y, ImVec4 col, float thickness)
public static boolean dragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW, float thickness)
public static boolean dragLineY(int id, ImDouble y, ImVec4 col, float thickness, int flags)
public static boolean dragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW, float thickness, int flags)
public static boolean dragLineY(int id, ImDouble y, ImVec4 col, int flags)
public static boolean dragLineY(int id, ImDouble y, float colX, float colY, float colZ, float colW, int flags)
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, ImVec4 col)
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, float colX, float colY, float colZ, float colW)
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, ImVec4 col, int flags)
public static boolean dragRect(int id, ImDouble xMin, ImDouble yMin, ImDouble xMax, ImDouble yMax, float colX, float colY, float colZ, float colW, int flags)
public static void annotation(double x, double y, ImVec4 color, ImVec2 pixOffset, boolean clamp)
public static void annotation(double x, double y, float colorX, float colorY, float colorZ, float colorW, float pixOffsetX, float pixOffsetY, boolean clamp)
public static void annotation(double x, double y, ImVec4 color, ImVec2 pixOffset, boolean clamp, boolean round)
public static void annotation(double x, double y, float colorX, float colorY, float colorZ, float colorW, float pixOffsetX, float pixOffsetY, boolean clamp, boolean round)
public static void annotation(double x, double y, ImVec4 color, ImVec2 pixOffset, boolean clamp, java.lang.String fmt)
public static void annotation(double x, double y, float colorX, float colorY, float colorZ, float colorW, float pixOffsetX, float pixOffsetY, boolean clamp, java.lang.String fmt)
public static void tagX(double x, ImVec4 color)
public static void tagX(double x, float colorX, float colorY, float colorZ, float colorW)
public static void tagX(double x, ImVec4 color, boolean round)
public static void tagX(double x, float colorX, float colorY, float colorZ, float colorW, boolean round)
public static void tagX(double x, ImVec4 color, java.lang.String fmt)
public static void tagX(double x, float colorX, float colorY, float colorZ, float colorW, java.lang.String fmt)
public static void tagY(double y, ImVec4 color)
public static void tagY(double y, float colorX, float colorY, float colorZ, float colorW)
public static void tagY(double y, ImVec4 color, boolean round)
public static void tagY(double y, float colorX, float colorY, float colorZ, float colorW, boolean round)
public static void tagY(double y, ImVec4 color, java.lang.String fmt)
public static void tagY(double y, float colorX, float colorY, float colorZ, float colorW, java.lang.String fmt)
public static void setAxis(int axis)
public static void setAxes(int xAxis, int yAxis)
public static ImPlotPoint pixelsToPlot(ImVec2 pix)
public static ImPlotPoint pixelsToPlot(float pixX, float pixY)
public static void pixelsToPlot(ImPlotPoint dst, ImVec2 pix)
public static ImPlotPoint pixelsToPlot(ImVec2 pix, int xAxis)
public static ImPlotPoint pixelsToPlot(float pixX, float pixY, int xAxis)
public static void pixelsToPlot(ImPlotPoint dst, ImVec2 pix, int xAxis)
public static ImPlotPoint pixelsToPlot(ImVec2 pix, int xAxis, int yAxis)
public static ImPlotPoint pixelsToPlot(float pixX, float pixY, int xAxis, int yAxis)
public static void pixelsToPlot(ImPlotPoint dst, ImVec2 pix, int xAxis, int yAxis)
public static ImVec2 plotToPixels(ImPlotPoint plt)
public static ImVec2 plotToPixels(double pltX, double pltY)
public static float plotToPixelsX(ImPlotPoint plt)
public static float plotToPixelsY(ImPlotPoint plt)
public static void plotToPixels(ImVec2 dst, ImPlotPoint plt)
public static ImVec2 plotToPixels(ImPlotPoint plt, int xAxis)
public static ImVec2 plotToPixels(double pltX, double pltY, int xAxis)
public static float plotToPixelsX(ImPlotPoint plt, int xAxis)
public static float plotToPixelsY(ImPlotPoint plt, int xAxis)
public static void plotToPixels(ImVec2 dst, ImPlotPoint plt, int xAxis)
public static ImVec2 plotToPixels(ImPlotPoint plt, int xAxis, int yAxis)
public static ImVec2 plotToPixels(double pltX, double pltY, int xAxis, int yAxis)
public static float plotToPixelsX(ImPlotPoint plt, int xAxis, int yAxis)
public static float plotToPixelsY(ImPlotPoint plt, int xAxis, int yAxis)
public static void plotToPixels(ImVec2 dst, ImPlotPoint plt, int xAxis, int yAxis)
public static ImVec2 getPlotPos()
public static float getPlotPosX()
public static float getPlotPosY()
public static void getPlotPos(ImVec2 dst)
public static ImVec2 getPlotSize()
public static float getPlotSizeX()
public static float getPlotSizeY()
public static void getPlotSize(ImVec2 dst)
public static ImPlotPoint getPlotMousePos()
public static void getPlotMousePos(ImPlotPoint dst)
public static ImPlotPoint getPlotMousePos(int xAxis)
public static void getPlotMousePos(ImPlotPoint dst, int xAxis)
public static ImPlotPoint getPlotMousePos(int xAxis, int yAxis)
public static void getPlotMousePos(ImPlotPoint dst, int xAxis, int yAxis)
public static ImPlotRect getPlotLimits()
public static void getPlotLimits(ImPlotRect dst)
public static ImPlotRect getPlotLimits(int xAxis)
public static void getPlotLimits(ImPlotRect dst, int xAxis)
public static ImPlotRect getPlotLimits(int xAxis, int yAxis)
public static void getPlotLimits(ImPlotRect dst, int xAxis, int yAxis)
public static boolean isPlotHovered()
public static boolean isAxisHovered(int axis)
public static boolean isSubplotsHovered()
public static boolean isPlotSelected()
public static ImPlotRect getPlotSelection()
public static void getPlotSelection(ImPlotRect dst)
public static ImPlotRect getPlotSelection(int xAxis)
public static void getPlotSelection(ImPlotRect dst, int xAxis)
public static ImPlotRect getPlotSelection(int xAxis, int yAxis)
public static void getPlotSelection(ImPlotRect dst, int xAxis, int yAxis)
public static void cancelPlotSelection()
public static void hideNextItem()
public static void hideNextItem(boolean hidden)
public static void hideNextItem(boolean hidden, int cond)
public static void hideNextItem(int cond)
public static boolean beginAlignedPlots(java.lang.String groupId)
public static boolean beginAlignedPlots(java.lang.String groupId, boolean vertical)
public static void endAlignedPlots()
public static boolean beginLegendPopup(java.lang.String labelId)
public static boolean beginLegendPopup(java.lang.String labelId, int mouseButton)
public static void endLegendPopup()
public static boolean isLegendEntryHovered(java.lang.String labelId)
public static boolean beginDragDropTargetPlot()
public static boolean beginDragDropTargetAxis(int axis)
public static boolean beginDragDropTargetLegend()
public static void endDragDropTarget()
public static boolean beginDragDropSourcePlot()
public static boolean beginDragDropSourcePlot(int flags)
public static boolean beginDragDropSourceAxis(int axis)
public static boolean beginDragDropSourceAxis(int axis, int flags)
public static boolean beginDragDropSourceItem(java.lang.String labelId)
public static boolean beginDragDropSourceItem(java.lang.String labelId, int flags)
public static void endDragDropSource()
public static ImPlotStyle getStyle()
public static void styleColorsAuto()
public static void styleColorsAuto(ImPlotStyle dst)
public static void styleColorsClassic()
public static void styleColorsClassic(ImPlotStyle dst)
public static void styleColorsDark()
public static void styleColorsDark(ImPlotStyle dst)
public static void styleColorsLight()
public static void styleColorsLight(ImPlotStyle dst)
public static void pushStyleColor(int idx, long col)
public static void pushStyleColor(int idx, int col)
public static void pushStyleColor(int idx, ImVec4 col)
public static void pushStyleColor(int idx, float colX, float colY, float colZ, float colW)
public static void popStyleColor()
public static void popStyleColor(int count)
public static void pushStyleVar(int idx, float val)
public static void pushStyleVar(int idx, int val)
public static void pushStyleVar(int idx, ImVec2 val)
public static void pushStyleVar(int idx, float valX, float valY)
public static void popStyleVar()
public static void popStyleVar(int count)
public static void setNextLineStyle()
public static void setNextLineStyle(ImVec4 col)
public static void setNextLineStyle(float colX, float colY, float colZ, float colW)
public static void setNextLineStyle(ImVec4 col, float weight)
public static void setNextLineStyle(float colX, float colY, float colZ, float colW, float weight)
public static void setNextLineStyle(float weight)
public static void setNextFillStyle()
public static void setNextFillStyle(ImVec4 col)
public static void setNextFillStyle(float colX, float colY, float colZ, float colW)
public static void setNextFillStyle(ImVec4 col, float alphaMod)
public static void setNextFillStyle(float colX, float colY, float colZ, float colW, float alphaMod)
public static void setNextFillStyle(float alphaMod)
public static void setNextMarkerStyle()
public static void setNextMarkerStyle(int marker)
public static void setNextMarkerStyle(int marker, float size)
public static void setNextMarkerStyle(int marker, float size, ImVec4 fill)
public static void setNextMarkerStyle(int marker, float size, float fillX, float fillY, float fillZ, float fillW)
public static void setNextMarkerStyle(int marker, float size, ImVec4 fill, float weight)
public static void setNextMarkerStyle(int marker, float size, float fillX, float fillY, float fillZ, float fillW, float weight)
public static void setNextMarkerStyle(int marker, float size, ImVec4 fill, float weight, ImVec4 outline)
public static void setNextMarkerStyle(int marker, float size, float fillX, float fillY, float fillZ, float fillW, float weight, float outlineX, float outlineY, float outlineZ, float outlineW)
public static void setNextMarkerStyle(int marker, float size, ImVec4 fill, ImVec4 outline)
public static void setNextMarkerStyle(int marker, float size, float fillX, float fillY, float fillZ, float fillW, float outlineX, float outlineY, float outlineZ, float outlineW)
public static void setNextErrorBarStyle()
public static void setNextErrorBarStyle(ImVec4 col)
public static void setNextErrorBarStyle(float colX, float colY, float colZ, float colW)
public static void setNextErrorBarStyle(ImVec4 col, float size)
public static void setNextErrorBarStyle(float colX, float colY, float colZ, float colW, float size)
public static void setNextErrorBarStyle(ImVec4 col, float size, float weight)
public static void setNextErrorBarStyle(float colX, float colY, float colZ, float colW, float size, float weight)
public static void setNextErrorBarStyle(float size, float weight)
public static ImVec4 getLastItemColor()
public static float getLastItemColorX()
public static float getLastItemColorY()
public static float getLastItemColorZ()
public static float getLastItemColorW()
public static void getLastItemColor(ImVec4 dst)
public static java.lang.String getStyleColorName(int idx)
public static java.lang.String getMarkerName(int idx)
public static int addColormap(java.lang.String name, ImVec4[] cols)
public static int addColormap(java.lang.String name, ImVec4[] cols, boolean qual)
public static int addColormap(java.lang.String name, int[] cols)
public static int addColormap(java.lang.String name, int[] cols, boolean qual)
public static int getColormapCount()
public static java.lang.String getColormapName(int cmap)
public static int getColormapIndex(java.lang.String name)
public static void pushColormap(int cmap)
public static void pushColormap(java.lang.String name)
public static void popColormap()
public static void popColormap(int count)
public static ImVec4 nextColormapColor()
public static float nextColormapColorX()
public static float nextColormapColorY()
public static float nextColormapColorZ()
public static float nextColormapColorW()
public static void nextColormapColor(ImVec4 dst)
public static int getColormapSize()
public static int getColormapSize(int cmap)
public static ImVec4 getColormapColor(int idx)
>=
0 (modulo will be performed).public static float getColormapColorX(int idx)
>=
0 (modulo will be performed).public static float getColormapColorY(int idx)
>=
0 (modulo will be performed).public static float getColormapColorZ(int idx)
>=
0 (modulo will be performed).public static float getColormapColorW(int idx)
>=
0 (modulo will be performed).public static void getColormapColor(ImVec4 dst, int idx)
>=
0 (modulo will be performed).public static ImVec4 getColormapColor(int idx, int cmap)
>=
0 (modulo will be performed).public static float getColormapColorX(int idx, int cmap)
>=
0 (modulo will be performed).public static float getColormapColorY(int idx, int cmap)
>=
0 (modulo will be performed).public static float getColormapColorZ(int idx, int cmap)
>=
0 (modulo will be performed).public static float getColormapColorW(int idx, int cmap)
>=
0 (modulo will be performed).public static void getColormapColor(ImVec4 dst, int idx, int cmap)
>=
0 (modulo will be performed).public static ImVec4 sampleColormap(float t)
public static float sampleColormapX(float t)
public static float sampleColormapY(float t)
public static float sampleColormapZ(float t)
public static float sampleColormapW(float t)
public static void sampleColormap(ImVec4 dst, float t)
public static ImVec4 sampleColormap(float t, int cmap)
public static float sampleColormapX(float t, int cmap)
public static float sampleColormapY(float t, int cmap)
public static float sampleColormapZ(float t, int cmap)
public static float sampleColormapW(float t, int cmap)
public static void sampleColormap(ImVec4 dst, float t, int cmap)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, ImVec2 size)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, float sizeX, float sizeY)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, ImVec2 size, int cmap)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, float sizeX, float sizeY, int cmap)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, ImVec2 size, int cmap, java.lang.String format)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, float sizeX, float sizeY, int cmap, java.lang.String format)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, int cmap, java.lang.String format)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, java.lang.String format)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, ImVec2 size, java.lang.String format)
public static void colormapScale(java.lang.String label, double scaleMin, double scaleMax, float sizeX, float sizeY, java.lang.String format)
public static boolean colormapSlider(java.lang.String label, ImFloat t)
public static boolean colormapSlider(java.lang.String label, ImFloat t, java.lang.String format)
public static boolean colormapSlider(java.lang.String label, ImFloat t, java.lang.String format, int cmap)
public static boolean colormapSlider(java.lang.String label, ImFloat t, int cmap)
public static boolean colormapButton(java.lang.String label)
public static boolean colormapButton(java.lang.String label, ImVec2 size)
public static boolean colormapButton(java.lang.String label, float sizeX, float sizeY)
public static boolean colormapButton(java.lang.String label, ImVec2 size, int cmap)
public static boolean colormapButton(java.lang.String label, float sizeX, float sizeY, int cmap)
public static boolean colormapButton(java.lang.String label, int cmap)
public static void bustColorCache()
public static void bustColorCache(java.lang.String plotTitleId)
public static ImPlotInputMap getInputMap()
public static void mapInputDefault()
public static void mapInputDefault(ImPlotInputMap dst)
public static void mapInputReverse()
public static void mapInputReverse(ImPlotInputMap dst)
public static void itemIcon(ImVec4 col)
public static void itemIcon(float colX, float colY, float colZ, float colW)
public static void itemIcon(int col)
public static void colormapIcon(int cmap)
public static ImDrawList getPlotDrawList()
public static void pushPlotClipRect()
public static void pushPlotClipRect(float expand)
public static void popPlotClipRect()
public static boolean showStyleSelector(java.lang.String label)
public static boolean showColormapSelector(java.lang.String label)
public static boolean showInputMapSelector(java.lang.String label)
public static void showStyleEditor()
public static void showStyleEditor(ImPlotStyle ref)
public static void showUserGuide()
public static void showMetricsWindow()
public static void showMetricsWindow(ImBoolean pOpen)
public static void showDemoWindow()
public static void showDemoWindow(ImBoolean pOpen)