gstlal  1.4.1
Classes | Functions | Variables
matplotlibhelper.py File Reference

Go to the source code of this file.

Classes

class  python.matplotlibhelper.BaseMatplotlibTransform
 

Functions

def python.matplotlibhelper.figure ()
 
def python.matplotlibhelper.render (fig, buf, width, height, fmt)
 

Variables

 python.matplotlibhelper.padtemplate
 

Function Documentation

◆ figure()

def python.matplotlibhelper.figure ( )
Create a Matplotlib Figure object suitable for rendering video frames.

Definition at line 52 of file matplotlibhelper.py.

◆ render()

def python.matplotlibhelper.render (   fig,
  buf,
  width,
  height,
  fmt 
)
Render a Matplotlib figure to a GStreamer buffer.

Definition at line 74 of file matplotlibhelper.py.

Variable Documentation

◆ padtemplate

python.matplotlibhelper.padtemplate
Initial value:
1 = Gst.PadTemplate(
2  "src",
3  Gst.PadDirection.SRC, Gst.PadPresence.ALWAYS,
4  Gst.caps_from_string()
5 )

Definition at line 39 of file matplotlibhelper.py.