8000 can not scale and rotate the plot where set "blit=True" in 3D animation figures using funcAnimation · Issue #8162 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
can not scale and rotate the plot where set "blit=True" in 3D animation figures using funcAnimation #8162
Closed
@idears-org

Description

@idears-org

Bug report

Bug summary
can not scale and rotate the plot where set "blit=True" in 3D animation figures using funcAnimation
when I set "blit" to False, I can control the plot with mouse, but it's become very lagging when I drag or scale the figure window.

It's seems work well with 2D animation plot.

Code for reproduction

anim = FuncAnimation(fig, animate, init_func=init, frames=500, interval=5, blit=True)

Matplotlib version

  • I'm using Python2.7 in Windows 10 with Matplotlib 2.0.0 installed

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0