Vis3D Interface

class epyk.interfaces.graphs.CompChartsVis.Vis3D(ui)
bar(record, y_columns=None, x_axis=None, z_axis=None, profile=None, width=(100, '%'), height=(400, 'px'), options=None, html_code=None)
Tags:

Categories:

Usage:

:param record: List of dict. The Python record.
:param y_columns: List. Optional. The columns corresponding to keys in the dictionaries in the record.
:param x_axis: String. Optional. The column corresponding to a key in the dictionaries in the record.
:param z_axis: String. Optional. The column corresponding to a key in the dictionaries in the record.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
line(record, y_columns=None, x_axis=None, z_axis=None, profile=None, width=(100, '%'), height=(400, 'px'), options=None, html_code=None)
Tags:

Categories:

Usage:

:param record: List of dict. The Python record.
:param y_columns: List. Optional. The columns corresponding to keys in the dictionaries in the record.
:param x_axis: String. Optional. The column corresponding to a key in the dictionaries in the record.
:param z_axis: String. Optional. The column corresponding to a key in the dictionaries in the record.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
scatter(record, y_columns=None, x_axis=None, z_axis=None, profile=None, width=(100, '%'), height=(400, 'px'), options=None, html_code=None)
Tags:

Categories:

Usage:

:param record: List of dict. The Python record.
:param y_columns: List. Optional. The columns corresponding to keys in the dictionaries in the record.
:param x_axis: String. Optional. The column corresponding to a key in the dictionaries in the record.
:param z_axis: The column corresponding to a key in the dictionaries in the record.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).
surface(record, y_columns=None, x_axis=None, z_axis=None, profile=None, width=(100, '%'), height=(400, 'px'), options=None, html_code=None)
Tags:

Categories:

Usage:

:param record: List of dict. The Python record.
:param y_columns: List. Optional. The columns corresponding to keys in the dictionaries in the record.
:param x_axis: String. Optional. The column corresponding to a key in the dictionaries in the record.
:param z_axis: String. Optional. The column corresponding to a key in the dictionaries in the record.
:param profile: Boolean | Dictionary. Optional. A flag to set the component performance storage.
:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param html_code: String. Optional. An identifier for this component (on both Python and Javascript side).