Skip to content

Commit ea7ae62

Browse files
committed
Remove structure plotter and related code
1 parent cc539df commit ea7ae62

File tree

2 files changed

+0
-164
lines changed

2 files changed

+0
-164
lines changed

src/easydiffraction/sample_models/sample_models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def show_structure(self, plane='xy', grid_size=20):
4444

4545
print(paragraph(f"Sample model 🧩 '{self.model_id}' structure view"))
4646
print("Not implemented yet.")
47-
#plotter = StructurePlotter(grid_size=grid_size)
48-
#plotter.draw_from_cif(self.as_cif())
4947

5048
def show_params(self):
5149
"""Display structural parameters (space group, unit cell, atomic sites)."""

src/easydiffraction/utils/structure_plotter.py

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)