]> git.saurik.com Git - wxWidgets.git/commit
PyPlot updates from Oliver Schoenborn:
authorRobin Dunn <robin@alldunn.com>
Fri, 5 Nov 2004 18:38:04 +0000 (18:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 5 Nov 2004 18:38:04 +0000 (18:38 +0000)
commitecf0b9f98289581eb5c9ae0ef860db61d88ff040
treedd9cf71c04b618cc38bcf4ad042feb207759b712
parent1c7da10ebff58f95aa6eaad1a0bf8cd39a516b54
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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/docs/CHANGES.txt
wxPython/wx/lib/plot.py