Skip to content

Commit 97611e8

Browse files
committed
resolve conflict
2 parents fa34ca1 + 5675ead commit 97611e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

structuretoolkit/visualize.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def _get_box_skeleton(cell: np.ndarray):
164164
# All 12 two-point lines on the unit square
165165
return all_lines @ cell
166166

167+
167168
def _draw_box_plotly(fig, structure, px):
168169
cell = get_cell(structure)
169170
data = fig.data
@@ -173,6 +174,7 @@ def _draw_box_plotly(fig, structure, px):
173174
data = fig.data + data
174175
return go.Figure(data=data)
175176

177+
176178
def _plot3d_plotly(
177179
structure: Atoms,
178180
show_cell: bool = True,

0 commit comments

Comments
 (0)