Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

matplotlib dynamic plotting #7759

Closed
Closed
@MpCamp

Description

@MpCamp

Hi, after computer change, matplotlib don't work dynamically.
Before, it was able to update the figure at each iteration of a loop. Today only the last data are plotted.
Configuration :
HP zBook 15 G3 with NVidia Quadro

###Bug report

Bug summary

A figure inside a loop are not updated at each step

Code for reproduction

importmatplotlib.pyplotaspltimportnumpyasnpx=np.arange(128)plt.figure(1)plt.ion()plt.hold(False)foritinrange(5):plt.plot(x,x+it)plt.draw()plt.ioff()plt.show()

Expected outcome

  • I expect to see one plot at each step of the for loop

Matplotlib version
1.5.1

Python version
3.5.2

OS
Ubuntu 16.04 LTS

  • All of them had been installed from Ubuntu repository using synaptic

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


      [8]ページ先頭

      ©2009-2025 Movatter.jp