Skip to content

Commit 8cacd37

Browse files
committed
Add docstring clarification.
svn path=/trunk/matplotlib/; revision=6572
1 parent 0cc561e commit 8cacd37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/artist.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ def get_snap(self):
340340
341341
* None: (auto) If the path contains only rectilinear line
342342
segments, round to the nearest pixel center
343+
344+
Only supported by the Agg backends.
343345
"""
344346
return self._snap
345347

@@ -353,6 +355,8 @@ def set_snap(self, snap):
353355
354356
* None: (auto) If the path contains only rectilinear line
355357
segments, round to the nearest pixel center
358+
359+
Only supported by the Agg backends.
356360
"""
357361
self._snap = snap
358362

0 commit comments

Comments
 (0)