Drawing an arc using pyqtgraph

I need to draw some shapes on the screen using pyqtgraph.
I chose pyqtgraph over matplotlib because the former is way faster when a lot of shapes are present.
For lines polygons everything is ok, since I can simply plot multiple straight lines.
But how can I represent efficiently an arc?