Added PyPlot

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-17 03:25:56 +00:00
parent b881fc787d
commit 9d6685e21c
3 changed files with 1602 additions and 1 deletions

View File

@@ -16,13 +16,14 @@ Added wxMirrorDC.
Added wxIconLocation
Added Python wrappers for the new wxVScrolledWindow, wxVListBox, and
wxHtmlListBox classes.
Added wrappers for wxBookCtrl and wxListbook. wxNotebook now derives
from wxBookCtrl.
Added Gordon Williams' PyPlot module to the library, available as the
wx.lib.plot module.