MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / set_labels

Function set_labels

examples/python/for_paper/basic25d_algorithm_explained.py:21–24  ·  view source on GitHub ↗
(ax)

Source from the content-addressed store, hash-verified

19
20
21def set_labels(ax):
22 ax.set_xlabel('X')
23 ax.set_ylabel('Y')
24 ax.set_zlabel('Z')
25
26
27def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected