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

Public Member Functions

def __init__ (self, var_names, xlabel, ylabel)
 
def addSample (self, var_name, ssrc, alg_name, time, value)
 
def plotSubplot (self, ax)
 

Public Attributes

 xlabel
 
 ylabel
 
 var_names
 
 samples
 

Constructor & Destructor Documentation

◆ __init__()

def plot_dynamics.Subplot.__init__ (   self,
  var_names,
  xlabel,
  ylabel 
)

Member Function Documentation

◆ addSample()

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

◆ plotSubplot()

def plot_dynamics.Subplot.plotSubplot (   self,
  ax 
)

Member Data Documentation

◆ samples

plot_dynamics.Subplot.samples

◆ var_names

plot_dynamics.Subplot.var_names

◆ xlabel

plot_dynamics.Subplot.xlabel

◆ ylabel

plot_dynamics.Subplot.ylabel

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