Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7bcea7a

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎examples/pylab_examples/transoffset.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/transoffset.py
+1-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.