SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

Revision: 8614
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8614&view=rev
Author: leejjoon
Date: 2010年08月03日 05:07:40 +0000 (2010年8月03日)
Log Message:
-----------
turn off antialiasing for the solids attribute in axes_grid1.colorbar.
Modified Paths:
--------------
 branches/v1_0_maint/lib/mpl_toolkits/axes_grid1/colorbar.py
Modified: branches/v1_0_maint/lib/mpl_toolkits/axes_grid1/colorbar.py
===================================================================
--- branches/v1_0_maint/lib/mpl_toolkits/axes_grid1/colorbar.py	2010年08月02日 12:31:43 UTC (rev 8613)
+++ branches/v1_0_maint/lib/mpl_toolkits/axes_grid1/colorbar.py	2010年08月03日 05:07:40 UTC (rev 8614)
@@ -545,6 +545,8 @@
 del self.dividers
 
 col = self.ax.pcolor(*args, **kw)
+ col.set_antialiased(False) # This is to suppress artifacts. We
+ # may use pcolormesh instead.
 self.solids = col
 if self.drawedges:
 self.dividers = collections.LineCollection(self._edges(X,Y),
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 によって変換されたページ (->オリジナル) /