yampex.test.test_annotate.MockAnnotation(object)
class documentation
Part of yampex.test.test_annotate
(View In Hierarchy)
A mock Matplotlib Annotation
object pointing to a
data-point location of x, y, centered at an offet of
dx, dy pixels.
The annotation pretends to be in a subplot defined by MockAxes
.
Its text is always "XXX".
Method | __init__ | Undocumented |
Method | axes | Undocumented |
Method | get_position | Undocumented |
Method | get_text | Undocumented |
Method | get_bbox_patch | Undocumented |
Method | draw | No drawing is done in testing. |