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

Method get_zlabel

lib/mpl_toolkits/mplot3d/axes3d.py:2051–2056  ·  view source on GitHub ↗

Get the z-label text string.

(self)

Source from the content-addressed store, hash-verified

2049 return self.zaxis.set_label_text(zlabel, fontdict, **kwargs)
2050
2051 def get_zlabel(self):
2052 """
2053 Get the z-label text string.
2054 """
2055 label = self.zaxis.label
2056 return label.get_text()
2057
2058 # Axes rectangle characteristics
2059

Callers 1

test_axes3d_labelpadFunction · 0.80

Calls 1

get_textMethod · 0.45

Tested by 1

test_axes3d_labelpadFunction · 0.64