Revision: 8384
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8384&view=rev
Author: leejjoon
Date: 2010-06-05 18:32:06 +0000 (Sat, 05 Jun 2010)
Log Message:
-----------
RendererCairo.__init__ calls RendererBase.__init__
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py
Modified: trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py 2010-06-05
18:32:00 UTC (rev 8383)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_cairo.py 2010-06-05
18:32:06 UTC (rev 8384)
@@ -96,6 +96,8 @@
cairo.ImageSurface (cairo.FORMAT_ARGB32,1,1))
self.mathtext_parser = MathTextParser('Cairo')
+ RendererBase.__init__(self)
+
def set_ctx_from_surface (self, surface):
self.gc.ctx = cairo.Context (surface)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins