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

Skip to content

Commit d710062

Browse files
committed
Add comment
1 parent e048bf1 commit d710062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ def set_antialiased(self, aa):
741741
self.stale = True
742742

743743
def _get_default_antialiased(self):
744+
# This may be overridden in a subclass.
744745
return mpl.rcParams['patch.antialiased']
745746

746747
def set_color(self, c):

0 commit comments

Comments
 (0)