Using from pymatviz import plot_structure_2d, we can plot atoms, but is there a way to change the edge or face color of the atoms using the attributes of plot_structure_2d()? In the source code, Wedge() is already defined with edge color. Further, there is no option for xlabel or ylabel when I set them?
Using
from pymatviz import plot_structure_2d, we can plot atoms, but is there a way to change the edge or face color of the atoms using the attributes ofplot_structure_2d()? In the source code,Wedge()is already defined with edge color. Further, there is no option forxlabelorylabelwhen I set them?