Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecce9a1 + 6806574 commit 7bcea7aCopy full SHA for 7bcea7a
examples/pylab_examples/transoffset.py
@@ -1,5 +1,3 @@
1
-#!/usr/bin/env python
2
-
3
'''
4
This illustrates the use of transforms.offset_copy to
5
make a transform that positions a drawing element such as
@@ -10,7 +8,7 @@
10
8
Every Artist--the mpl class from which classes such as
11
9
Text and Line are derived--has a transform that can be
12
set when the Artist is created, such as by the corresponding
13
-pylab command. By default this is usually the Axes.transData
+pyplot command. By default this is usually the Axes.transData
14
transform, going from data units to screen dots. We can
15
use the offset_copy function to make a modified copy of
16
this transform, where the modification consists of an
0 commit comments