kappa_sdk.PlotChannel#
- class kappa_sdk.PlotChannel(field_id, data_types_catalog, pane_name=None)[source]#
Build a PlotChannel dto for the
Plot
object.Note
Should not be instantiated directly.
Attributes
PlotChannel.dto
class: PlotChannel
PlotChannel.pane_name
class: PlotChannel
Methods
PlotChannel.build_cross_plot_channel
(...[, ...])Build plot channel from embedded data
PlotChannel.build_embedded
(well_id, data[, ...])Build plot channel from embedded data
PlotChannel.build_time_series
(well_id, data)Build plot channel from a time series
PlotChannel.set_band_aspect
([color, opacity])Set up the band's aspect of the
ChannelsModel
PlotChannel.set_channel_aspect
([...])Set up some aspect of the
ChannelsModel
:param drawing_style: :param is_y_log: :param hide_in_legend: :param is_raw:PlotChannel.set_lines_aspect
([color, width, ...])Set up the line's aspect of the
ChannelsModel
PlotChannel.set_symbols_aspect
([color, ...])Set up the symbols' aspect of the
ChannelsModel
- Parameters:
field_id (str)
data_types_catalog (FieldDataTypesCatalog)
pane_name (str | None)