GLTextItem

class pyqtgraph.opengl.GLTextItem(**kwds)[source]

Draws text in 3D.

__init__(**kwds)[source]

All keyword arguments are passed to setData()

setData(**kwds)[source]

Update the data displayed by this item. All arguments are optional; for example it is allowed to update text while leaving colors unchanged, etc.

Arguments:

pos

(3,) array of floats specifying text location.

color

QColor or array of ints [R,G,B] or [R,G,B,A]. (Default: Qt.white)

text

String to display.

font

QFont (Default: QFont(‘Helvetica’, 16))