Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b17cc2c + 2d73234 commit c6c43ccCopy full SHA for c6c43cc
lib/matplotlib/artist.py
@@ -29,7 +29,8 @@
29
# python trick. The answer is that I need to be able to manipulate
30
# the docstring, and there is no clever way to do that in python 2.2,
31
# as far as I can see - see
32
-# http://groups.google.com/groups?hl=en&lr=&threadm=mailman.5090.1098044946.5135.python-list%40python.org&rnum=1&prev=/groups%3Fq%3D__doc__%2Bauthor%253Ajdhunter%2540ace.bsd.uchicago.edu%26hl%3Den%26btnG%3DGoogle%2BSearch
+#
33
+# https://mail.python.org/pipermail/python-list/2004-October/242925.html
34
35
36
def allow_rasterization(draw):
0 commit comments