3

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?

oz123
  • 25,576
  • 25
  • 124
  • 179
user1653363
  • 375
  • 1
  • 5
  • 7

1 Answers1

3

check all the examples here:

http://matplotlib.org/examples/user_interfaces/

or this for example: Interactive matplotlib plot with two sliders

Community
  • 1
  • 1
oz123
  • 25,576
  • 25
  • 124
  • 179