From: <ef...@us...> - 2010-06-11 07:24:02
|
Revision: 8411 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8411&view=rev Author: efiring Date: 2010-06-11 07:23:54 +0000 (Fri, 11 Jun 2010) Log Message: ----------- backend_wx: remove ancient comment string Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backends/backend_wx.py Modified: trunk/matplotlib/lib/matplotlib/backends/backend_wx.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backends/backend_wx.py 2010-06-10 18:43:34 UTC (rev 8410) +++ trunk/matplotlib/lib/matplotlib/backends/backend_wx.py 2010-06-11 07:23:54 UTC (rev 8411) @@ -17,81 +17,7 @@ should be included with this source code. """ -""" -KNOWN BUGS - - - Mousewheel (on Windows) only works after menu button has been pressed - at least once - - Mousewheel on Linux (wxGTK linked against GTK 1.2) does not work at all - - Vertical text renders horizontally if you use a non TrueType font - on Windows. This is a known wxPython issue. Work-around is to ensure - that you use a TrueType font. - - Pcolor demo puts chart slightly outside bounding box (approx 1-2 pixels - to the bottom left) - - Outputting to bitmap more than 300dpi results in some text being incorrectly - scaled. Seems to be a wxPython bug on Windows or font point sizes > 60, as - font size is correctly calculated. - - Performance poorer than for previous direct rendering version - - TIFF output not supported on wxGTK. This is a wxGTK issue - - Text is not anti-aliased on wxGTK. This is probably a platform - configuration issue. - - If a second call is made to show(), no figure is generated (#866965) -Not implemented: - - Printing - -Fixed this release: - - Bug #866967: Interactive operation issues fixed [JDH] - - Bug #866969: Dynamic update does not function with backend_wx [JOD] - -Examples which work on this release: - --------------------------------------------------------------- - | Windows 2000 | Linux | - | wxPython 2.3.3 | wxPython 2.4.2.4 | - --------------------------------------------------------------| - - alignment_test.py | TBE | OK | - - arctest.py | TBE | (3) | - - axes_demo.py | OK | OK | - - axes_props.py | OK | OK | - - bar_stacked.py | TBE | OK | - - barchart_demo.py | OK | OK | - - color_demo.py | OK | OK | - - csd_demo.py | OK | OK | - - dynamic_demo.py | N/A | N/A | - - dynamic_demo_wx.py | TBE | OK | - - embedding_in_gtk.py | N/A | N/A | - - embedding_in_wx.py | OK | OK | - - errorbar_demo.py | OK | OK | - - figtext.py | OK | OK | - - histogram_demo.py | OK | OK | - - interactive.py | N/A (2) | N/A (2) | - - interactive2.py | N/A (2) | N/A (2) | - - legend_demo.py | OK | OK | - - legend_demo2.py | OK | OK | - - line_styles.py | OK | OK | - - log_demo.py | OK | OK | - - logo.py | OK | OK | - - mpl_with_glade.py | N/A (2) | N/A (2) | - - mri_demo.py | OK | OK | - - mri_demo_with_eeg.py | OK | OK | - - multiple_figs_demo.py | OK | OK | - - pcolor_demo.py | OK | OK | - - psd_demo.py | OK | OK | - - scatter_demo.py | OK | OK | - - scatter_demo2.py | OK | OK | - - simple_plot.py | OK | OK | - - stock_demo.py | OK | OK | - - subplot_demo.py | OK | OK | - - system_monitor.py | N/A (2) | N/A (2) | - - text_handles.py | OK | OK | - - text_themes.py | OK | OK | - - vline_demo.py | OK | OK | - --------------------------------------------------------------- - - (2) - Script uses GTK-specific features - cannot not run, - but wxPython equivalent should be written. - (3) - Clipping seems to be broken. -""" - cvs_id = '$Id$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |