Skip to content

Commit 6e57c57

Browse files
committed
removed configobj and enthought.traits
svn path=/trunk/matplotlib/; revision=6584
1 parent 9ec3ee6 commit 6e57c57

File tree

172 files changed

+28
-41833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+28
-41833
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2008-12-12 Removed external packages: configobj and enthought.traits
2+
which are only required by the experimental traited config
3+
and are somewhat out of date. If needed, install them
4+
independently, see:
5+
6+
http://code.enthought.com/projects/traits
7+
8+
and:
9+
10+
http://www.voidspace.org.uk/python/configobj.html
11+
112
2008-12-12 Added support to asign labels to histograms of multiple
213
data. - MM
314

examples/misc/rc_traits.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Here is some example code showing how to define some representative
22
# rc properties and construct a matplotlib artist using traits.
3-
# Because matplotlib ships with enthought traits already, you can run
4-
# this script with just matplotlib. Unfortunately, we do not ship the
5-
# ex UI component so you can't test that part. I'm a bit of a traits
6-
# newbie so there are probably better ways to do what I have done
7-
# below.
3+
# matplotlib does not ship with enthought.traits, so you will need to
4+
# install it separately.
85

96
import sys, os, re
107
import enthought.traits.api as traits

0 commit comments

Comments
 (0)