Skip to content

Commit 615fe3e

Browse files
committed
allow animation client to set 3D projection type
1 parent 58650cf commit 615fe3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spatialmath/base/animate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ def trplot(self, end, start=None, **kwargs):
146146
# draw axes at the origin
147147
base.trplot(self.start, ax=self, **kwargs)
148148

149+
def set_proj_type(self, proj_type):
150+
self.ax.set_proj_type(proj_type)
151+
149152
def run(
150153
self,
151154
movie=None,

0 commit comments

Comments
 (0)