Backed out Oliver's PyPlot changes at Gordon's request.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-09 18:03:21 +00:00
parent c33230b1c1
commit 48023e151f
3 changed files with 116 additions and 500 deletions

View File

@@ -163,18 +163,6 @@ 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>

View File

@@ -192,14 +192,6 @@ 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