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

Method set_linewidth

lib/mpl_toolkits/mplot3d/art3d.py:1052–1055  ·  view source on GitHub ↗
(self, lw)

Source from the content-addressed store, hash-verified

1050 self._sizes3d = sizes
1051
1052 def set_linewidth(self, lw):
1053 super().set_linewidth(lw)
1054 if not self._in_draw:
1055 self._linewidths3d = np.array(self._linewidths)
1056
1057 def get_depthshade(self):
1058 return self._depthshade

Callers 5

__init__Method · 0.45
_draw_ticksMethod · 0.45
draw_gridMethod · 0.45
test_stem3dFunction · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_stem3dFunction · 0.36