aidapy.aidaxr.graphical module

AIDA module responsible for the Graphical utilities of the timeseries Contributors: Etienne Behar

class aidapy.aidaxr.graphical.AidaAccessorGraphical(xarray_obj)[source]

Bases: object

Xarray accessor responsible for the Graphical utilities

find_columns_name()[source]

Method to automatically find the name of the columns of the xarray

Returns

col – the name of the columns of the xarray

Return type

list

find_time_index()[source]

Method to automatically find the time index of xarray

Returns

name – the name of the time index

Return type

str

index_names()[source]

The data indexes names

peek()[source]

Plot of the time series

Parameters
  • axes (~matplotlib.axes.Axes or None) – If provided the image will be plotted on the given axes. Otherwise the current axes will be used.

  • **plot_args (dict) – Any additional plot arguments that should be used when plotting.

class aidapy.aidaxr.graphical.TimeIndexNotFound[source]

Bases: object

Error Class responsible for the time index