Skip to content

Commit e5a8ef7

Browse files
author
dohyun
committed
regularized formatting
1 parent dbebe96 commit e5a8ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/examples/text_labels_and_annotations/angle_annotation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# %%
3232
# AngleAnnotation class
33-
# ~~~~~~~~~~~~~~~~~~~~~
33+
# ^^^^^^^^^^^^^^^^^^^^^
3434
# The essential idea here is to subclass `~.patches.Arc` and set its transform
3535
# to the `~.transforms.IdentityTransform`, making the parameters of the arc
3636
# defined in pixel space.
@@ -215,7 +215,7 @@ def R(a, r, w, h):
215215
# .. _angle-annotation-usage:
216216
#
217217
# Usage
218-
# ~~~~~
218+
# ^^^^^
219219
#
220220
# Required arguments to ``AngleAnnotation`` are the center of the arc, *xy*,
221221
# and two points, such that the arc spans between the two vectors connecting

0 commit comments

Comments
 (0)