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

Skip to content

Commit adeb59c

Browse files
committed
Fix update docs
1 parent 56579c0 commit adeb59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Setting collection offset transform after initialization
22
--------------------------------------------------------
3-
`~matplotlib.collections.Collection.set_offset_transform` was added.
3+
`.collections.Collection.set_offset_transform()` was added.
44

5-
Previously the offset transform could not be set after initialization. This can be helpful when creating a `Collection` outside an axes object and later adding it with `ax.add_collection` and settings the offset transform to `ax.transData`.
5+
Previously the offset transform could not be set after initialization. This can be helpful when creating a `.collections.Collection` outside an axes object and later adding it with `.Axes.add_collection()` and settings the offset transform to `.Axes.transData`.

0 commit comments

Comments
 (0)