gstlal 1.13.0
Loading...
Searching...
No Matches
matplotlibhelper.py File Reference

Go to the source code of this file.

Classes

class  python.matplotlibhelper.BaseMatplotlibTransform

Functions

 python.matplotlibhelper.figure ()
 python.matplotlibhelper.render (fig, buf, dims, fmt)

Variables

 python.matplotlibhelper.padtemplate

Function Documentation

◆ figure()

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

Definition at line 53 of file matplotlibhelper.py.

◆ render()

render ( fig,
buf,
dims,
fmt )
Render a Matplotlib figure to a GStreamer buffer.

Definition at line 75 of file matplotlibhelper.py.

Variable Documentation

◆ padtemplate

python.matplotlibhelper.padtemplate
Initial value:
= Gst.PadTemplate.new(
"src",
Gst.PadDirection.SRC, Gst.PadPresence.ALWAYS,
Gst.caps_from_string()
)

Definition at line 40 of file matplotlibhelper.py.