MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_path_effects

Method set_path_effects

lib/matplotlib/artist.py:738–747  ·  view source on GitHub ↗

Set the path effects. Parameters ---------- path_effects : list of `.AbstractPathEffect`

(self, path_effects)

Source from the content-addressed store, hash-verified

736 self.stale = True
737
738 def set_path_effects(self, path_effects):
739 """
740 Set the path effects.
741
742 Parameters
743 ----------
744 path_effects : list of `.AbstractPathEffect`
745 """
746 self._path_effects = path_effects
747 self.stale = True
748
749 def get_path_effects(self):
750 return self._path_effects

Callers 10

test_preset_clip_pathsFunction · 0.80
test_patheffect1Function · 0.80
test_patheffect3Function · 0.80
test_collectionFunction · 0.80
patheffect_demo.pyFile · 0.80
filtered_textFunction · 0.80

Calls

no outgoing calls

Tested by 7

test_preset_clip_pathsFunction · 0.64
test_patheffect1Function · 0.64
test_patheffect3Function · 0.64
test_collectionFunction · 0.64