ScaleBar

class pyqtgraph.ScaleBar(size, width=5, color=(100, 100, 255))

Displays a rectangular bar with 10 divisions to indicate the relative scale of objects on the view.

__init__(size, width=5, color=(100, 100, 255))

Previous topic

GridItem

Next topic

LabelItem

This Page