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

Skip to content

Commit 7bcea7a

Browse files
committed
Merge pull request #4682 from ericmjl/mep12-transoffset.py
Mods to documentation.
2 parents ecce9a1 + 6806574 commit 7bcea7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/pylab_examples/transoffset.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
'''
42
This illustrates the use of transforms.offset_copy to
53
make a transform that positions a drawing element such as
@@ -10,7 +8,7 @@
108
Every Artist--the mpl class from which classes such as
119
Text and Line are derived--has a transform that can be
1210
set when the Artist is created, such as by the corresponding
13-
pylab command. By default this is usually the Axes.transData
11+
pyplot command. By default this is usually the Axes.transData
1412
transform, going from data units to screen dots. We can
1513
use the offset_copy function to make a modified copy of
1614
this transform, where the modification consists of an

0 commit comments

Comments
 (0)