8000 Mods to documentation. · matplotlib/matplotlib@6806574 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6806574

Browse files
committed
Mods to documentation.
1 parent ecce9a1 commit 6806574
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)
0