Plot#

class wattson.analysis.powergrid.plot.Plot(feature_group: List[str], add_events_subplot: bool = False, replace_nan: bool = True, replace_seconds_with_minutes: bool = False, offset_boolean: float = 0.05, offset_float: float = 0.05)#

Bases: object

Methods

__init__

add_data

add_data_point

get_title

plot

plot_events

save

Attributes

ax

figure

__init__(feature_group: List[str], add_events_subplot: bool = False, replace_nan: bool = True, replace_seconds_with_minutes: bool = False, offset_boolean: float = 0.05, offset_float: float = 0.05)#