Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3806642

Browse files
author
Steve Chaplin
committed
SC 10/12/2004
svn path=/trunk/matplotlib/; revision=748
1 parent a6ec4e5 commit 3806642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_cairo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _fn_name(): return sys._getframe(1).f_code.co_name
3131
from matplotlib import verbose
3232
from matplotlib.numerix import asarray, pi, fromstring, UInt8, zeros
3333
# where, transpose, nonzero, indices, ones, nx
34-
#from matplotlib._matlab_helpers import Gcf
34+
#from matplotlib._pylab_helpers import Gcf
3535
import matplotlib.numerix as numerix
3636

3737
from matplotlib.backend_bases import RendererBase, GraphicsContextBase,\

0 commit comments

Comments
 (0)