Revision: 6122 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6122&view=rev Author: jouni Date: 2008-09-25 17:16:30 +0000 (Thu, 25 Sep 2008)
Log Message: ----------- Import quad2cubic from mlab, not the nonexistent numerical_methods Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py trunk/matplotlib/lib/matplotlib/backends/backend_ps.py Modified: trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py 2008-09-25 13:46:00 UTC (rev 6121) +++ trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py 2008-09-25 17:16:30 UTC (rev 6122) @@ -27,7 +27,7 @@ from matplotlib.backends.backend_mixed import MixedModeRenderer from matplotlib.cbook import Bunch, is_string_like, reverse_dict, \ get_realpath_and_stat, is_writable_file_like, maxdict -from matplotlib.numerical_methods import quad2cubic +from matplotlib.mlab import quad2cubic from matplotlib.figure import Figure from matplotlib.font_manager import findfont, is_opentype_cff_font from matplotlib.afm import AFM Modified: trunk/matplotlib/lib/matplotlib/backends/backend_ps.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backends/backend_ps.py 2008-09-25 13:46:00 UTC (rev 6121) +++ trunk/matplotlib/lib/matplotlib/backends/backend_ps.py 2008-09-25 17:16:30 UTC (rev 6122) @@ -21,7 +21,7 @@ from matplotlib.cbook import is_string_like, get_realpath_and_stat, \ is_writable_file_like, maxdict -from matplotlib.numerical_methods import quad2cubic +from matplotlib.mlab import quad2cubic from matplotlib.figure import Figure from matplotlib.font_manager import findfont, is_opentype_cff_font This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins