webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
plot_dynamics.Figure Class Reference
Inheritance diagram for plot_dynamics.Figure:

Public Member Functions

def __init__ (self, name)
 
def addSubplot (self, var_names, xlabel, ylabel)
 
def addSample (self, var_name, ssrc, alg_name, time, value)
 
def plotFigure (self, fig)
 

Public Attributes

 name
 
 subplots
 

Constructor & Destructor Documentation

◆ __init__()

def plot_dynamics.Figure.__init__ (   self,
  name 
)

Member Function Documentation

◆ addSample()

def plot_dynamics.Figure.addSample (   self,
  var_name,
  ssrc,
  alg_name,
  time,
  value 
)

◆ addSubplot()

def plot_dynamics.Figure.addSubplot (   self,
  var_names,
  xlabel,
  ylabel 
)

◆ plotFigure()

def plot_dynamics.Figure.plotFigure (   self,
  fig 
)

Member Data Documentation

◆ name

plot_dynamics.Figure.name

◆ subplots

plot_dynamics.Figure.subplots

The documentation for this class was generated from the following file: