Skip to content

Commit 28b4d08

Browse files
committed
remove cruft
1 parent 4130de1 commit 28b4d08

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

spatialmath/base/graphics.py

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np
55
from matplotlib import colors
66

7-
from spatialmath import base as smbase
7+
from spatialmath import base as smb
88

99
try:
1010
import matplotlib.pyplot as plt
@@ -1365,23 +1365,6 @@ def isnotebook():
13651365

13661366
if __name__ == "__main__":
13671367
import pathlib
1368-
1369-
1370-
plotvol2(5)
1371-
# plot_box(ltrb=[-1, 4, 2, 2], color='r', linewidth=2)
1372-
# plot_box(lbrt=[-1, 2, 2, 4], color='k', linestyle='--', linewidth=4)
1373-
# plot_box(lbwh=[2, -2, 2, 3], color='k', linewidth=2)
1374-
# plot_box(centre=(-2, -1), wh=2, color='b', linewidth=2)
1375-
# plot_box(centre=(-2, -1), wh=(1,3), color='g', linewidth=2)
1376-
# plt.grid(True)
1377-
# plt.show(block=True)
1378-
1379-
# plt.imshow(np.eye(200))
1380-
# umin, umax, vmin, vmax = 23, 166, 110, 212
1381-
# plot_box(l=umin, r=umax, t=vmin, b=vmax, color="g")
1382-
1383-
plot_circle(1, (2,3), resolution=3, filled=False)
1384-
plt.show(block=True)
13851368

13861369
exec(
13871370
open(

0 commit comments

Comments
 (0)