MCPcopy
hub / github.com/matplotlib/matplotlib / set_title

Method set_title

lib/mpl_toolkits/mplot3d/axes3d.py:3475–3480  ·  view source on GitHub ↗
(self, label, fontdict=None, loc='center', **kwargs)

Source from the content-addressed store, hash-verified

3473 return col
3474
3475 def set_title(self, label, fontdict=None, loc='center', **kwargs):
3476 # docstring inherited
3477 ret = super().set_title(label, fontdict=fontdict, loc=loc, **kwargs)
3478 (x, y) = self.title.get_position()
3479 self.title.set_y(0.92 * y)
3480 return ret
3481
3482 @_preprocess_data()
3483 def quiver(self, X, Y, Z, U, V, W, *,

Callers 6

test_aspectsFunction · 0.45
test_aspects_adjust_boxFunction · 0.45
test_axes3d_reprFunction · 0.45
test_stem3dFunction · 0.45
test_scale3d_log_basesFunction · 0.45

Calls 2

get_positionMethod · 0.45
set_yMethod · 0.45

Tested by 6

test_aspectsFunction · 0.36
test_aspects_adjust_boxFunction · 0.36
test_axes3d_reprFunction · 0.36
test_stem3dFunction · 0.36
test_scale3d_log_basesFunction · 0.36