Skip to content

Commit

Permalink
#42 Fix aspect bug in plots
Browse files Browse the repository at this point in the history
  • Loading branch information
rland93 committed Apr 28, 2022
1 parent 0182ed2 commit f45bab4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/uavfpy/planner/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ def plot_surface_3d(
)
# draw ground
ax.plot_surface(X, Y, Hground, cmap=cm.get_cmap(groundcmap), zorder=1)

ax.set_box_aspect(
[X.max() - X.min(), Y.max() - Y.min(), Hsheet.max() - Hground.min()]
)
return ax


Expand Down

0 comments on commit f45bab4

Please sign in to comment.