|
phystricks
|


Public Member Functions | |
| def | __init__ (self, P, text, hide=True) |
| def | mark_point (self, pspict=None) |
| def | latex_code (self, language=None, pspict=None) |
Public Member Functions inherited from phystricks.src.ObjectGraph.ObjectGraph | |
| def | __init__ (self, obj) |
| def | draw_edges (self) |
| def | wave (self, dx, dy) |
| def | get_arrow (self, llam) |
| def | get_mark (self, dist, angle=None, text=None, mark_point=None, added_angle=None, position=None, pspict=None) |
| def | put_mark (self, dist=None, angle=None, text="", mark_point=None, added_angle=None, position=None, pspict=None, pspicts=None) |
| put a mark on an object More... | |
| def | add_option (self, opt) |
| def | get_option (opt) |
| def | remove_option (opt) |
| def | merge_options (self, graph) |
| def | conclude_params (self) |
| def | params (self, language, refute=[]) |
| def | bracketAttributesText (self, language, refute=[]) |
| def | action_on_pspict (self, pspict) |
| def | conclude (self, pspict) |
| def | bounding_box (self, pspict=None) |
| def | math_bounding_box (self, pspict) |
| def | latex_code (self, pspict, language=None) |
Public Attributes | |
| P | |
| text | |
| mark | |
| hide | |
| rectangle | |
Public Attributes inherited from phystricks.src.ObjectGraph.ObjectGraph | |
| obj | |
| parameters | |
| wavy | |
| waviness | |
| options | |
| draw_bounding_box | |
| already_computed_BB | |
| already_computed_math_BB | |
| record_add_to_bb | |
| separator_name | |
| in_math_bounding_box | |
| in_bounding_box | |
| added_objects | |
| take_BB | |
| take_math_BB | |
| mark | |
| marque | |
Private Member Functions | |
| def | _math_bounding_box (self, pspict=None) |
| def | _bounding_box (self, pspict=None) |
You can customize the background via the object `self.rectangle`
| def phystricks.src.BasicGeometricObjects.TextGraph.__init__ | ( | self, | |
| P, | |||
| text, | |||
hide = True |
|||
| ) |
|
private |
|
private |
| def phystricks.src.BasicGeometricObjects.TextGraph.latex_code | ( | self, | |
language = None, |
|||
pspict = None |
|||
| ) |
| def phystricks.src.BasicGeometricObjects.TextGraph.mark_point | ( | self, | |
pspict = None |
|||
| ) |
| phystricks.src.BasicGeometricObjects.TextGraph.hide |
| phystricks.src.BasicGeometricObjects.TextGraph.mark |
| phystricks.src.BasicGeometricObjects.TextGraph.P |
| phystricks.src.BasicGeometricObjects.TextGraph.rectangle |
| phystricks.src.BasicGeometricObjects.TextGraph.text |
1.8.11