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

Method set_url

lib/matplotlib/axis.py:298–309  ·  view source on GitHub ↗

Set the url of label1 and label2. Parameters ---------- url : str

(self, url)

Source from the content-addressed store, hash-verified

296 self.stale = False
297
298 def set_url(self, url):
299 """
300 Set the url of label1 and label2.
301
302 Parameters
303 ----------
304 url : str
305 """
306 super().set_url(url)
307 self.label1.set_url(url)
308 self.label2.set_url(url)
309 self.stale = True
310
311 def _set_artist_props(self, a):
312 a.set_figure(self.get_figure(root=False))

Callers 9

drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
imshowMethod · 0.45
test_urlFunction · 0.45
test_url_tickFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_urlFunction · 0.36
test_url_tickFunction · 0.36