[Matplotlib-users] Button and Mouse event

2014-09-27 Thread Christophe Bal
Hello. In the following code, I would like to add two buttons. Is there an easy way to do that ? Christophe import matplotlib.pyplot as plt from matplotlib.widgets import Button fig = plt.figure() plt.axes(xlim = (0, 3), ylim = (0, 3)) def onclick(event):

[Matplotlib-users] Ten Simple Rules for Better Figures (update)

2014-09-27 Thread Nicolas P . Rougier
Now in Nature as well: http://www.nature.com/news/how-to-dodge-the-pitfalls-of-bad-illustrations-1.15999 Nicolas > > Hi all, > > I'm very pleased to announce the publication of a paper I've written with > Michael Droettboom and Philip E. Bourne. > > Ten Simple Rules for Better Figures > Nico