Is there a way to save a matplotlib figure such that it can be re-opened and have typical interaction restored? (Like the .fig format in matlab?)
I find myself running the same scripts many times to generate these interactive figures. Or I'm sending my colleagues multiple static pngs to show different aspects of a plot. I'd rather send the figure object and have them interact with it themselves.