doc: corrections to 'Scatter.transform' behaviour

This commit is contained in:
Zen-CODE 2014-06-07 01:52:39 +02:00
parent 5d1e5b08b5
commit bc42846dd7
1 changed files with 3 additions and 2 deletions

View File

@ -214,8 +214,9 @@ class Scatter(Widget):
.. note::
This matrix reflects the current state of the transformation matrix
but setting it directly will not trigger a re-rendering. To apply a
transformation, please use the :attr:`~Scatter.apply_transform` method.
but setting it directly will override previously applied
transformations. To apply a transformation considering context,
please use the :attr:`~Scatter.apply_transform` method.
'''