X Tutup
Skip to content

ipython loses auto-show/auto-redraw behavior after call to plt.rcdefaults() #7289

@anntzer

Description

@anntzer

matplotlib 2.0b4, ipython 5.1.0, python 3.5.2.

After calling plt.rcdefaults() in an ipython session, plotting commands (e.g. plt.plot([1, 2])) do not auto-show/auto-redraw the figure anymore (explicit calls to plt.show()/fig.canvas.draw() becomes needed). It would certainly be better if the auto-show/auto-redraw behavior was kept.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup