add docstring to ScatterPlane.

This commit is contained in:
tshirtman 2012-11-04 00:05:31 +01:00
parent 0e1c793230
commit d596d8fafa
1 changed files with 3 additions and 0 deletions

View File

@ -492,6 +492,9 @@ class Scatter(Widget):
class ScatterPlane(Scatter):
'''This is essentially an unbounded Scatter widget, convenience
class to make easier the writting of infinite planes
'''
def __init__(self, **kwargs):
kwargs.setdefault('auto_bring_to_front', False)