molecule.plot_radius#
- molecule.plot_radius(opacity=1, factor=.4, show_bonds=True, screenshot_button=True, window_size_screenshot=(1000, 1000))#
Plot the radius of the entire molecule
- Parameters:
opacity (float, optional) – The opacity of the plot. By default equals to 1
factor (float, optional) – The factor by which the plotted_property will be multiplied. By default equals to 1
show_bonds (bool, optional) – Choose to show the bonds between the atoms or not. By default True
screenshot_button (bool, optional) – Adds a screenshot button. True by default
window_size_screenshot (tuple, optional) – The size of the screenshots. By default (1000,1000)
- Returns:
None – The plotter should display when using this function