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.
1 parent 07fa42c commit 305540bCopy full SHA for 305540b
1 file changed
lib/matplotlib/sankey.py
@@ -8,11 +8,6 @@
8
import six
9
from six.moves import zip
10
11
-__author__ = "Kevin L. Davies"
12
-__credits__ = ["Yannick Copin"]
13
-__license__ = "BSD"
14
-__version__ = "2011/09/16"
15
-
16
# Original version by Yannick Copin ([email protected]) 10/2/2010, available
17
# at:
18
# http://matplotlib.org/examples/api/sankey_demo_old.html
@@ -50,6 +45,11 @@
50
45
from matplotlib import verbose
51
46
from matplotlib import docstring
52
47
48
+__author__ = "Kevin L. Davies"
49
+__credits__ = ["Yannick Copin"]
+__license__ = "BSD"
+__version__ = "2011/09/16"
+
53
# Angles [deg/90]
54
RIGHT = 0
55
UP = 1
0 commit comments