CMVDataParser.scale_diameter¶
- visualize.cell_morphology_visualizer.CMVDataParser.scale_diameter(scale_func)¶
- Scale the diameter of the visualization with a scaling function. - scale_funcshould transform an array to an array of equal length. To set a fixed diameter rather than scaling, pass lambda x: fixed_d
Documentation unclear, incomplete, broken or wrong? Let us know