8000 Running create_movie_3D.py fails · Issue #5 · VIS4ROB-lab/t_prm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Running create_movie_3D.py fails #5
Open
@alexperez33

Description

@alexperez33

When attempting to run create_movie_3D.py, the script fails on line 213.
fig, ax = plt.subplots(subplot_kw=dict(projection='3d'), figsize=(8, 8))
with
ValueError: Unknown projection '3d'

It appears this import fixes the problem.
from mpl_toolkits.mplot3d import Axes3D

However, I am unsure if this is the intended display/outcome.

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

      0