Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
VisualizeImageChartResponse |
GPUdb.visualizeImageChart(String tableName,
List<String> xColumnNames,
List<String> yColumnNames,
double minX,
double maxX,
double minY,
double maxY,
int width,
int height,
String bgColor,
Map<String,List<String>> styleOptions,
Map<String,String> options)
Scatter plot is the only plot type currently supported.
|
VisualizeImageChartResponse |
GPUdb.visualizeImageChart(VisualizeImageChartRequest request)
Scatter plot is the only plot type currently supported.
|
Modifier and Type | Method and Description |
---|---|
VisualizeImageChartResponse |
VisualizeImageChartResponse.setAxesInfo(Map<String,List<String>> axesInfo)
Information returned for drawing labels for the axes associated with
non-numeric columns.
|
VisualizeImageChartResponse |
VisualizeImageChartResponse.setBgColor(String bgColor)
Background color of the image as provided in
bgColor . |
VisualizeImageChartResponse |
VisualizeImageChartResponse.setHeight(int height)
Height of the image as provided in
height . |
VisualizeImageChartResponse |
VisualizeImageChartResponse.setImageData(ByteBuffer imageData)
The generated image data.
|
VisualizeImageChartResponse |
VisualizeImageChartResponse.setInfo(Map<String,String> info)
Additional information.
|
VisualizeImageChartResponse |
VisualizeImageChartResponse.setMaxX(double maxX)
Upper bound for the x column values as provided in
maxX or
calculated for non-numeric columns when plot_all option is used. |
VisualizeImageChartResponse |
VisualizeImageChartResponse.setMaxY(double maxY)
Upper bound for the y column values as provided in
maxY or
calculated for non-numeric columns when plot_all option is used. |
VisualizeImageChartResponse |
VisualizeImageChartResponse.setMinX(double minX)
Lower bound for the x column values as provided in
minX or
calculated for non-numeric columns when plot_all option is used. |
VisualizeImageChartResponse |
VisualizeImageChartResponse.setMinY(double minY)
Lower bound for the y column values as provided in
minY or
calculated for non-numeric columns when plot_all option is used. |
VisualizeImageChartResponse |
VisualizeImageChartResponse.setWidth(int width)
Width of the image as provided in
width . |
Copyright © 2025. All rights reserved.