user1653363
user1653363

Reputation: 405

Is it possible to create buttons in matplotlib so that I can do things as in GUI interface?

is it possible to create buttons in matplotlib, so that I can do things as in GUI interface? if it is possible, how to do it?

Upvotes: 3

Views: 4891

Answers (1)

royk
royk

Reputation: 95

An alternative way to create interactive graphics with matplotlib is with the new Quibbler package.

This tool automatically makes any matplotlib graphics interactive, as well as making widgets like Sliders, Buttons etc interactive without a need to write callback functions.

See some examples in the Quibbler docs.

For transparency: I am one of the developers of Quibbler.

Upvotes: 0

Related Questions