Skip to content

Commit

Permalink
codestyle check 3
Browse files Browse the repository at this point in the history
  • Loading branch information
christinawlindberg committed May 26, 2023
1 parent 8779304 commit 54e75bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beast/tools/cut_catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def convexhull_path(x_coord, y_coord, concave_alpha, input_ast_file):
path_object = Path(np.array(concave_hull.boundary.xy).T)

# create diagnostic plot
fig, ax = plt.subplots(1, 1, figsize=(5, 4))
ax = plt.subplots(1, 1, figsize=(5, 4))
ax.scatter(x_coord, y_coord, s=1)
ax.plot(path_object.vertices.T[0], path_object.vertices.T[1], c="r")
ax.set_xlabel("x")
Expand Down

0 comments on commit 54e75bb

Please # to comment.