10000
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.
1 parent 2ac494f commit 2d73234Copy full SHA for 2d73234
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