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 0cc561e commit 8cacd37Copy full SHA for 8cacd37
lib/matplotlib/artist.py
@@ -340,6 +340,8 @@ def get_snap(self):
340
341
* None: (auto) If the path contains only rectilinear line
342
segments, round to the nearest pixel center
343
+
344
+ Only supported by the Agg backends.
345
"""
346
return self._snap
347
@@ -353,6 +355,8 @@ def set_snap(self, snap):
353
355
354
356
357
358
359
360
361
self._snap = snap
362
0 commit comments