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 c76c55f commit 072c64cCopy full SHA for 072c64c
1 file changed
Makefile
@@ -2,6 +2,9 @@
2
# Copyright (C) 2003 <[email protected]>
3
# $Header$
4
# $Log$
5
+# Revision 1.11 2003/11/19 16:45:09 jdh2358
6
+# updated plotting commands list
7
+#
8
# Revision 1.10 2003/11/14 00:07:29 jdh2358
9
# added log transforms to new API
10
#
@@ -41,6 +44,7 @@ DISTFILES = INSTALL README TODO LICENSE CHANGELOG Makefile GOALS INTERACTIVE \
41
44
MODULES = matplotlib.afm matplotlib.axes matplotlib.artist \
42
45
matplotlib.backend_bases matplotlib.cbook matplotlib.lines \
43
46
matplotlib.patches matplotlib.matlab matplotlib.mlab \
47
+ matplotlib.transforms \
48
matplotlib.backends.backend_gtk matplotlib.backends.backend_gd \
49
matplotlib.backends.backend_ps matplotlib.backends.backend_template \
50
matplotlib.backends.backend_wx
0 commit comments