Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaBoba committed Dec 19, 2023
1 parent f7275a1 commit b467311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gefest/core/viz/struct_vizualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def plot_structure(self, structs: list[Structure], infos=None, linestyles='-', l
]
if legend:
plt.legend(lines, infos, loc=2)

return fig

def plot_poly(self, poly, linestyle, **kwargs):
Expand Down

0 comments on commit b467311

Please sign in to comment.