def set_colors(self, colormap):
"""
Args:
colormap(Mapping[str,List[Atoms]]): mapping of colors to atoms
"""
for color, atoms in colormap.items():
self.set_color(atoms=atoms, color=color)
graph_viewer.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录