8000 Update tutorials/text/annotations.py · matplotlib/matplotlib@027cb8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 027cb8a

Browse files
story645QuLogic
andauthored
Update tutorials/text/annotations.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent c7cd274 commit 027cb8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tutorials/text/annotations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@
421421
# You can use a custom box style. The value for the ``boxstyle`` can be a
422422
# callable object in the following forms. ::
423423
#
424-
# def __call__(self, x0, y0, width, height, mutation_size,
425-
# aspect_ratio=1.):
424+
# def custom_box_style(x0, y0, width, height, mutation_size):
426425
# '''
427426
# Given the location and size of the box, return the path of
428427
# the box around it.

0 commit comments

Comments
 (0)
0