<div class="document" id="recent-changes-for-wxpython">
<h1 class="title">Recent Changes for wxPython</h1>
<div class="section" id="id1">
-<h1><a name="id1">2.5.3.0</a></h1>
+<h1><a name="id1">2.5.3.1</a></h1>
<p>wxMac focus and border refreshes corrected.</p>
<p>Updated internal PNG library.</p>
<p>wxMac fix for metal appearance on wx.ToolBar.</p>
it.</p>
<p>wxPython on OSX can now be built in Unicode mode, can support multiple
version installs, and comes with an uninstaller script.</p>
+<dl>
+<dt>PyPlot updates from Oliver Schoenborn:</dt>
+<dd><ul class="first last simple">
+<li>Factored out "draw command" so extensions easier to implement: clean
+separation b/w user's "draw" (Draw) and internal "draw" (_draw)</li>
+<li>Added ability to define your own ticks at PlotCanvas.Draw</li>
+<li>Added better bar charts: PolyBar class and getBarTicksGen()</li>
+<li>Put legend writing for a Poly* into Poly* class where it belongs</li>
+<li>If no legend specified or exists, no gap created</li>
+</ul>
+</dd>
+</dl>
</div>
<div class="section" id="id2">
<h1><a name="id2">2.5.2.8</a></h1>