mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-31 09:30:45 +08:00
reformat
This commit is contained in:
@@ -128,7 +128,7 @@ def visualization(initparams):
|
||||
dx, dy, dz = xmax - xmin, ymax - ymin, zmax - zmin
|
||||
ax.get_proj = make_get_proj(ax, 1 * dx, 1 * dy, 2 * dy)
|
||||
make_transparent(ax)
|
||||
#plt.xlabel('x')
|
||||
#plt.xlabel('s')
|
||||
#plt.ylabel('y')
|
||||
ax.set_axis_off()
|
||||
plt.pause(0.0001)
|
||||
|
||||
Reference in New Issue
Block a user