From: Robin Dunn Date: Mon, 8 Nov 2004 21:23:08 +0000 (+0000) Subject: regenerated X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3249a43c963ee1957e9c3ea91ef6de9fd88d96a9 regenerated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index 992e4b380c..d9f81d366c 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -163,6 +163,18 @@ OSX build. Other platforms will raise an exception if you try to use it.

wxPython on OSX can now be built in Unicode mode, can support multiple version installs, and comes with an uninstaller script.

+
+
PyPlot updates from Oliver Schoenborn:
+
    +
  • Factored out "draw command" so extensions easier to implement: clean +separation b/w user's "draw" (Draw) and internal "draw" (_draw)
  • +
  • Added ability to define your own ticks at PlotCanvas.Draw
  • +
  • Added better bar charts: PolyBar class and getBarTicksGen()
  • +
  • Put legend writing for a Poly* into Poly* class where it belongs
  • +
  • If no legend specified or exists, no gap created
  • +
+
+

2.5.2.8