|
77 | 77 |
|
78 | 78 | # Plot text labels at the x and y positions of the markers while varying the anchor |
79 | 79 | # point via the justify parameter |
80 | | -fig.text(x=-0.5, y=0.5, text="TL", justify="TL") # TopLeft |
81 | | -fig.text(x=0, y=0.5, text="TC", justify="TC") # TopCenter |
82 | | -fig.text(x=0.5, y=0.5, text="TR", justify="TR") # TopRight |
83 | | -fig.text(x=-0.5, y=0, text="ML", justify="ML") # MiddleLeft |
84 | | -fig.text(x=0, y=0, text="MC", justify="MC") # MiddleCenter |
85 | | -fig.text(x=0.5, y=0, text="MR", justify="MR") # MiddleRight |
86 | | -fig.text(x=-0.5, y=-0.5, text="BL", justify="BL") # BottomLeft |
87 | | -fig.text(x=0, y=-0.5, text="BC", justify="BC") # BottomCenter |
88 | | -fig.text(x=0.5, y=-0.5, text="BR", justify="BR") # BottomRight |
| 80 | +fig.text(x=-0.5, y=0.5, text="TL", justify="TL") # Top Left |
| 81 | +fig.text(x=0, y=0.5, text="TC", justify="TC") # Top Center |
| 82 | +fig.text(x=0.5, y=0.5, text="TR", justify="TR") # Top Right |
| 83 | +fig.text(x=-0.5, y=0, text="ML", justify="ML") # Middle Left |
| 84 | +fig.text(x=0, y=0, text="MC", justify="MC") # Middle Center |
| 85 | +fig.text(x=0.5, y=0, text="MR", justify="MR") # Middle Right |
| 86 | +fig.text(x=-0.5, y=-0.5, text="BL", justify="BL") # Bottom Left |
| 87 | +fig.text(x=0, y=-0.5, text="BC", justify="BC") # Bottom Center |
| 88 | +fig.text(x=0.5, y=-0.5, text="BR", justify="BR") # Bottom Right |
89 | 89 |
|
90 | 90 | fig.show() |
91 | 91 |
|
|
0 commit comments