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

Skip to content

Commit aedbdf2

Browse files
AlainAlain
Alain
authored and
Alain
committed
update docstring for set_antialiased in text.py
1 parent 1587277 commit aedbdf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/matplotlib/text.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ def set_antialiased(self, b):
322322
Parameters
323323
----------
324324
b : bool
325+
326+
Notes
327+
-----
328+
Antialiasing will be determined by ``rcParams['text.antialiased']``
329+
and parameter ``antialiased`` will have no effect if the text contains
330+
math expressions.
325331
"""
326332
self._antialiased = b
327333
self.stale = True

0 commit comments

Comments
 (0)