Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7bd41c2

Browse files
committed
Merged revisions 8614 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v1_0_maint........ r8614 | leejjoon | 2010-08-03 01:07:40 -0400 (Tue, 03 Aug 2010) | 1 line turn off antialiasing for the solids attribute in axes_grid1.colorbar.........svn path=/trunk/matplotlib/; revision=8615
1 parentf640414 commit7bd41c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎lib/mpl_toolkits/axes_grid1/colorbar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@ def _add_solids(self, X, Y, C):
545545
delself.dividers
546546

547547
col=self.ax.pcolor(*args,**kw)
548+
col.set_antialiased(False)# This is to suppress artifacts. We
549+
# may use pcolormesh instead.
548550
self.solids=col
549551
ifself.drawedges:
550552
self.dividers=collections.LineCollection(self._edges(X,Y),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp