Note about version method was added

This commit is contained in:
Luke Campagnola 2014-06-27 10:57:52 -04:00
parent 8b0a866ad9
commit d7a1ae1d52

View File

@ -41,6 +41,8 @@ class ErrorBarItem(GraphicsObject):
* If width is specified, it overrides left and right.
* beam specifies the width of the beam at the end of each bar.
* pen may be any single argument accepted by pg.mkPen().
This method was added in version 0.9.9. For prior versions, use setOpts.
"""
self.opts.update(opts)
self.path = None