File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This chapter is a log of changes to matplotlib that affect the
66outward-facing API. If updating matplotlib breaks your scripts, this
77list may help describe what changes may be necessary in your code.
88
9+ * Removed configobj _ and `enthought.traits `_ packages, which are only
10+ required by the experimental traited config and are somewhat out of
11+ date. If needed, install them independently.
12+
13+ .. _configobj : http://www.voidspace.org.uk/python/configobj.html
14+ .. _`enthought.traits` : http://code.enthought.com/projects/traits
15+
916Changes for 0.98.x
1017==================
1118
@@ -253,7 +260,7 @@ The :class:`Polar` class has moved to :mod:`matplotlib.projections.polar`.
253260 `Axes.toggle_log_lineary() ` has been removed.
254261
255262:mod: `matplotlib.artist `
256- ~~~~~~~~~~~~~~~~~~~~~~~
263+ ~~~~~~~~~~~~~~~~~~~~~~~~
257264
258265============================================================ ============================================================
259266Old method New method
You can’t perform that action at this time.
0 commit comments