]> git.saurik.com Git - wxWidgets.git/commit
More PyPlot updates from Gordon Williams:
authorRobin Dunn <robin@alldunn.com>
Tue, 19 Oct 2004 03:58:40 +0000 (03:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 19 Oct 2004 03:58:40 +0000 (03:58 +0000)
commitb31cbeb974904ba251cde0926a43917e575897e9
treeedec224cbe92c1804b87158eee8a80f182dd89d8
parentdfc57effd1e238319ab557b3bf95c09970422836
More PyPlot updates from Gordon Williams:
   - Imported modules given leading underscore to name.
   - Added Cursor Line Tracking and User Point Labels.
   - Demo for Cursor Line Tracking and Point Labels.
   - Size of plot preview frame adjusted to show page better.
   - Added helper functions PositionUserToScreen and
     PositionScreenToUser in PlotCanvas.
   - Added functions GetClosestPoints (all curves) and GetClosestPoint
     (only closest curve) can be in either user coords or screen
     coords.

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