X Tutup
Skip to content

annotate doesn't trigger redraw #5476

@mdehoon

Description

@mdehoon

Using this example:

import matplotlib
matplotlib.use("tkagg")
import matplotlib.pyplot as plt
plt.subplot(1,1,1)
plt.annotate("hello", xy=(0.5,0.5))

in interactive mode, does not trigger a redraw, and the text is not drawn. After resizing the figure or plotting something else, the text appears. This is with matplotlib 1.5.0.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup