Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7d81ec

Browse files
committed
linting fix
1 parent ad01293 commit f7d81ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_labels_and_annotations/angles_on_bracket_arrows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def get_point_of_rotated_vertical(origin, line_length, degrees):
181181
fig, ax = plt.subplots(figsize=(8, 7))
182182
ax.set(xlim=(0, 6), ylim=(-1, 4))
183183
ax.set_title(
184-
'Orientation of the bracket (arrow head/tail) relative to angleA and angleB'
184+
'Orientation of the bracket arrow head/tail relative to angleA and angleB'
185185
)
186186

187187
for i, stylename in enumerate(["]-[", "|-|"]):

0 commit comments

Comments
 (0)