SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

Revision: 8772
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8772&view=rev
Author: leejjoon
Date: 2010年11月05日 00:11:05 +0000 (2010年11月05日)
Log Message:
-----------
fix demo_text_path.py
Modified Paths:
--------------
 branches/v1_0_maint/examples/pylab_examples/demo_text_path.py
Modified: branches/v1_0_maint/examples/pylab_examples/demo_text_path.py
===================================================================
--- branches/v1_0_maint/examples/pylab_examples/demo_text_path.py	2010年11月04日 21:11:50 UTC (rev 8771)
+++ branches/v1_0_maint/examples/pylab_examples/demo_text_path.py	2010年11月05日 00:11:05 UTC (rev 8772)
@@ -25,11 +25,11 @@
 """
 def __init__(self, path, bbox_image, **kwargs):
 mpatches.PathPatch.__init__(self, path, **kwargs)
- self._facecolor = "none"
 self._init_bbox_image(bbox_image)
 
 def set_facecolor(self, color):
- pass
+ """simply ignore facecolor"""
+ mpatches.PathPatch.set_facecolor(self, "none")
 
 def _init_bbox_image(self, im):
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /