]> git.saurik.com Git - wxWidgets.git/commitdiff
regenerated
authorRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 2004 21:23:08 +0000 (21:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 2004 21:23:08 +0000 (21:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.html

index 992e4b380cf69232232ee016b903b8ec69d2e50d..d9f81d366c369fdc19c699d668b1afa8043cfdaf 100644 (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>