I working on compiling a list of third-party tools that provide interactive
features to matplotlib. I am looking for tools such as Joe's mpldatacursor.
If you know of a tool that should be included in this list, let me know!
Thanks,
Ben Root
Also note, you can just call plt.xkcd() and it will turn on the setting
globally for that session.
On 4 October 2014 00:11, Paul Hobson wrote:
> That's what the `with` statement allows you do.
>
> Say you have a function that does some plotting and returns a figure --
> call it my_plot_func.
>
>