Skip to content

plot() doesn't work. #21

@benthebear93

Description

@benthebear93

Hi, i have tried simple plotting for SE3

but it dosent show anything.

from spatialmath import * import matplotlib.pyplot as plt X = SE3(1,2,3)*SE3.Rx(30, 'deg') print(X) X.plot()

this code print out the X but not the figure. and it doesn't show any error.
is there anything i missed?

my python version is 3.6.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions