regenerated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-11-08 21:23:08 +00:00
parent 21f8cd6f8b
commit 3249a43c96

View File

@ -163,6 +163,18 @@ OSX build. Other platforms will raise an exception if you try to use
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 &quot;draw command&quot; so extensions easier to implement: clean
separation b/w user's &quot;draw&quot; (Draw) and internal &quot;draw&quot; (_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>